UNPKG

opensheetmusicdisplay

Version:

An open source JavaScript engine for displaying MusicXML based on VexFlow.

11 lines (10 loc) 186 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 }