File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ <h1 id="title">Glyph Inspector</h1>
54
54
< a href ="# " onclick ="chooseFont('Bravura') "> Bravura</ a >
55
55
< a href ="# " onclick ="chooseFont('Gonville') "> Gonville</ a >
56
56
< a href ="# " onclick ="chooseFont('Petaluma') "> Petaluma</ a >
57
+ < a href ="# " onclick ="chooseFont('Leland') "> Leland</ a >
57
58
< a href ="# " onclick ="chooseFont('Custom') "> Custom</ a >
58
59
</ div >
59
60
< canvas id ="glyphs "> </ canvas >
@@ -64,7 +65,7 @@ <h1 id="title">Glyph Inspector</h1>
64
65
document . getElementById ( 'title' ) . innerText = 'Glyph Inspector – ' + fontName ;
65
66
66
67
/* Version 4.0.0 */
67
- const font = Vex . Flow . setMusicFont ( fontName ) ;
68
+ const font = Vex . Flow . setMusicFont ( fontName ) [ 0 ] ;
68
69
69
70
/* Version 3.0.9 */
70
71
// const font = Vex.Flow.Fonts[fontName]();
You can’t perform that action at this time.
0 commit comments