alphaTab.platform.MeasuredText
The MeasuredText class represents the dimensions of a piece of text in the canvas;
class MeasuredTextProperties​
height​
Returns the height of a segment of inline text in CSS pixels.
- JavaScript
- C#
- Kotlin
height: number;double Height { get; set; }var height: Doublewidth​
Returns the width of a segment of inline text in CSS pixels.
- JavaScript
- C#
- Kotlin
width: number;double Width { get; set; }var width: Double