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:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Calculates height of text.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Font | 8.4 | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes, on macOS and Windows | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
Text | The text to measure. | "Hello World" | |
Warp Width | The width of the text block to use for wrapping. If < 50 will be set to 50 to avoid endless loops. |
500 | Optional |
Font | The font name. Using System font in case of empty parameter. |
"Arial" | Optional |
Size | The font size to use. Default is system font size. |
12 | Optional |
Returns number or error.
Calculates text height for a given text:
MBS( "Font.CalculateTextHeight"; "Hello World. Just a test."; 100; "Arial"; 12 )
Example result: 36
This function checks for a license.
Created 3th September 2018, last changed 14th July 2022