TypefaceFile formatXML

Typeface

File format
XML
Functions

XML

<!
  • main node with file name of the image
  • > <Typeface Image="Example.png"> <!
  • list of characters with index
  • >
<Character Index="65"> <!
  • position and size of the character in the image
  • > <Source X="344" Y="38" Width="27" Height="38"/> <!
  • display offset and text flow size of the character
  • > <Outlay X="-8" Y="-8" Width="11" Height="22"/>
</Character> <!
  • list of kerning pairs with the index of the left und right character and the amount
  • >
<KerningPair Left="39" Right="65" Amount="-1"/> </Typeface>
Union Bytes | Login