I am working on an Android application for displaying notes, giving it some basic editing and playback capabilities.
My first hurdle is how to display music in the first place.
Most desktop applications use music fonts, which makes scaling and resizing pretty easy. However, it would seem that I would need to have access to individual glyphs in order to do this - which is impossible in android, as I understand it.
Should I stick to the music font and try to find a way to get the information I need? Should I give up on this and look at using svg files or transparent PNGs?
Can anyone advise here please?
source
share