Ixuss_MyGUI
11-08-2015 17:57:11
Hi,
I made the font for MyGUI, but the letters in it are cut off from the left side.
How to fix it?
Here's my font
Here's the problem
I made the font for MyGUI, but the letters in it are cut off from the left side.
How to fix it?
Here's my font
<Resource type="ResourceTrueTypeFont" name="KomikaAxis42">
<Property key="Source" value="KomikaAxis.ttf"/>
<Property key="Size" value="42"/>
<Property key="Resolution" value="50"/>
<Property key="Antialias" value="false"/>
<Property key="SpaceWidth" value="7"/>
<Property key="TabWidth" value="8"/>
<Property key="CursorWidth" value="2"/>
<Property key="Distance" value="6"/>
<Property key="OffsetHeight" value="4"/>
<Codes>
<Code range="48 125"/>
</Codes>
</Resource>
Here's the problem