Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Component: Font
Font functions.
Version | macOS | Windows | Linux | Server | iOS SDK |
2.6 / 10.5 | ✅ Yes | 🔶 78% | ❌ No | 🔶 78%, on macOS and Windows | 🔶 56% |
Item | Details | Server |
---|---|---|
Font.Activate Activates a font inside app or whole computer. | Mac/Win 2.6 |
❌ Server |
Font.CalculateTextFits Queries how many characters would fit in a space. | Mac/Win/iOS 8.4 |
✅ Server |
Font.CalculateTextHeight Calculates height of text. | Mac/Win/iOS 8.4 |
✅ Server |
Font.CalculateTextWidth Calculates width of text. | Mac/Win/iOS 6.5 |
✅ Server |
Font.Deactivate Deactivates a font inside app or whole computer. | Mac/Win 2.6 |
❌ Server |
FontManager.FontFile Queries the native file path to a font file. | Mac only 6.2 |
✅ Server |
FontManager.ImageWithSystemSymbolName Queries SF Symbol font for characters and returns them as image. | Mac/iOS 10.5 |
✅ Server |
FontManager.ListFontFamilies Queries a list of font families. | Mac/Win/iOS 5.1 |
✅ Server |
FontManager.ListFonts Queries list of all fonts or list of fonts of a family. | Mac/Win 5.1 |
✅ Server |
9 functions shown.
These functions require a license (89%).
Release notes
- Version 11.0
- Fixed bug in Font.Deactivate for macOS, where deactivate was not working since v10.3.
- Version 10.3
- Rewrote Font.Activate and Font.Deactivate for newer macOS versions.
- Version 8.5
- Fixed bug in Font.CalculateTextWidth with loading font.
- Version 8.4
- Added Font.CalculateTextFits and Font.CalculateTextHeight function.