Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
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") ]
Created 29th September 2020, last changed 1st October 2020
FontManager.FontFile - FontManager.ListFontFamilies
Feedback: Report problem or ask question.