UNPKG

osmd-extended

Version:

Private / sponsor exclusive OSMD mirror/audio player.

11 lines (10 loc) 235 B
/** * The fonts available for writing on the sheet music */ export declare enum Fonts { TimesNewRoman = 0, Kokila = 1, Gonville = 2 } export declare const FontString: Object; export declare const FontStringNames: Object;