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
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 | |
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
Created 3th September 2018, last changed 16th November 2018
Font.CalculateTextFits - Font.CalculateTextWidth
Feedback: Report problem or ask question.