glyphHeights
Description​
A lookup for the heights of the visual bounding box for the glyphs.
- JavaScript
- C#
- Kotlin
glyphHeights: Map<MusicFontSymbol, number>;
Map<MusicFontSymbol, double> GlyphHeights { get; set; }
var glyphHeights: alphaTab.collections.ObjectDoubleMap<MusicFontSymbol, Double>