UNPKG

orpheus-osmd

Version:

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

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