Change VibratoWidget::compose_note_label() to use toSubscriptString() for octave numbers
Change VibratoWidget::paintGL() to use QGLWidget ::renderText() rather than MyGLFont::drawGLtextRaw() in order to support Unicode characters (vs. only Latin1)
Increase m_vibrato_font size from 9 to 12
Remove all references to MyGLFont, which is no longer used anywhere
…d
MyGLFont
VibratoWidget::compose_note_label()
to usetoSubscriptString()
for octave numbersVibratoWidget::paintGL()
to useQGLWidget ::renderText()
rather thanMyGLFont::drawGLtextRaw()
in order to support Unicode characters (vs. only Latin1)m_vibrato_font
size from 9 to 12MyGLFont
, which is no longer used anywhere