I want to add some custom text - "TRACK" - using a custom font, so I put something like this in my skin:
<LayoutElement Type="Text" Font="Impact_18.xpr">
<Color>0x80FFFFFF</Color>
<Constant>TRACK</Constant>
<Pos x=200 y=200>
<Justify x=left y=center>
</LayoutElement>
When I load the skin, it shows the text in the default font.
(I can use the custom font for text that is sourced e.g. DateTime, but not with the <Constant> tag).
Any ideas?