UNPKG

osmd-extended

Version:

Private / sponsor exclusive OSMD mirror/audio player.

12 lines (11 loc) 232 B
/** * The styles available to write text on the music sheet */ export declare enum FontStyles { Regular = 0, Bold = 1, Italic = 2, BoldItalic = 3, Underlined = 4 } export declare const FontStyleString: Object;