Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Queries SF Symbol font for characters and returns them as image.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Font | 10.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
Name | The name of the symbol | "icloud" | |
Width | The width to use. | 200 | Optional |
Height | The image height to use. | 200 | Optional |
ImageType | The type of image to return. Either JPEG, PNG, GIF or BMP. Default is JPEG. |
"JPEG" | Optional |
FileName | The filename to use for the picture. Default is "image" with the extension matching the image type. |
"test.jpg" | Optional |
Returns container or error.
Query picture with 512 pixel width:
Set Field [ Test::Image ; MBS("FontManager.ImageWithSystemSymbolName"; "icloud"; 512; ""; "png"; "test.png") ]
This function checks for a license.
Created 29th September 2020, last changed 1st October 2020