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