Hello
I have this xml generated by Bitmap font generator
<?xml version="1.0"?>
<font>
<info face="Comic Sans MS" size="32" bold="0" italic="0" charset="" unicode="1" stretchH="100" smooth="1" aa="4" padding="0,0,0,0" spacing="1,1" outline="0"/>
<common lineHeight="32" base="26" scaleW="256" scaleH="256" pages="1" packed="0" alphaChnl="1" redChnl="0" greenChnl="0" blueChnl="0"/>
<pages>
<page id="0" file="comboCounter.png" />
</pages>
<chars count="3">
<char id="49" x="24" y="0" width="7" height="18" xoffset="2" yoffset="8" xadvance="10" page="0" chnl="15" />
<char id="50" x="0" y="0" width="11" height="18" xoffset="1" yoffset="8" xadvance="14" page="0" chnl="15" />
<char id="51" x="12" y="0" width="11" height="18" xoffset="1" yoffset="8" xadvance="14" page="0" chnl="15" />
</chars>
</font>
And now i need to create name for TextureAtlas.getTexture(name) but i don't know how.
Can you help me ? for example for char code 51 ?
Many thanks