alphaTab.SmuflMetadata
The SmuFL Metadata object describing the structure needed by alphaTab. https://w3c.github.io/smufl/latest/specification/font-specific-metadata.html
interface SmuflMetadataProperties​
engravingDefaults​
(no description)
- JavaScript
- C#
- Kotlin
engravingDefaults: SmuflEngravingDefaults;SmuflEngravingDefaults EngravingDefaults { get; set; }var engravingDefaults: SmuflEngravingDefaultsglyphBBoxes​
(no description)
- JavaScript
- C#
- Kotlin
glyphBBoxes?: Record<string, SmuflGlyphBoundingBox>;Record<string, SmuflGlyphBoundingBox> GlyphBBoxes { get; set; }var glyphBBoxes: Record<String, SmuflGlyphBoundingBox>glyphsWithAnchors​
(no description)
- JavaScript
- C#
- Kotlin
glyphsWithAnchors: Record<string, SmuflGlyphWithAnchor>;Record<string, SmuflGlyphWithAnchor> GlyphsWithAnchors { get; set; }var glyphsWithAnchors: Record<String, SmuflGlyphWithAnchor>