Font.Info

Info struct containing meta information about the exported font and export settings

Members

Variables

aa
ubyte aa;

The supersampling level used. 1 means no supersampling was used.

bitField
ubyte bitField;

bit 0: smooth, bit 1: unicode, bit 2: italic, bit 3: bold, bit 4: fixedHeigth, bits 5-7: reserved

charSet
ubyte charSet;

Charset identifier. Not used when parsing from a text file.

fontName
string fontName;

The name of the true type font

fontSize
short fontSize;

The size of the true type font

outline
ubyte outline;

The outline thickness for the characters

padding
ubyte[4] padding;

The padding for each character (up, right, down, left)

spacing
ubyte[2] spacing;

The spacing for each character (horizontal, vertical)

stretchH
ushort stretchH;

The font height stretch as percentage. 100 means no stretch.

Meta