fillFromSmufl
Description​
Fills the engraving settings from the provided smufl metdata.
- JavaScript
- C#
- Kotlin
fillFromSmufl(smufl: SmuflMetadata, musicFontSize?: number): void
void FillFromSmufl(SmuflMetadata smufl, double? musicFontSize)
fun fillFromSmufl(smufl: SmuflMetadata, musicFontSize: Double?): Unit
Parameter | Summary |
---|---|
smuflAll | The metadata shipped together with the SMuFL fonts. |
musicFontSizeAll | The font size to configure in alphaTab for the music font. |