<label id="value" x="center" y="center" color="Gfx.COLOR_WHITE" justification="Gfx.TEXT_JUSTIFY_CENTER" font="Gfx.FONT_NUMBER_MEDIUM" />
is there any way to get the font from that drawable once you've retrieved it in code:
aLabel = View.findDrawableById("some_text_field");
In other words, how can you get the font from aLabel?