glyphTop
Description​
A lookup containing the offset from the visual top to the glyph center. The glyph center is the origin coordinate at which the glyph paths start when drawn on the alphabetic baseline.
- JavaScript
- C#
- Kotlin
glyphTop: Map<MusicFontSymbol, number>;
Map<MusicFontSymbol, double> GlyphTop { get; set; }
var glyphTop: alphaTab.collections.ObjectDoubleMap<MusicFontSymbol, Double>