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