Struct FdtReader.FontTableHeader
Header of glyph table.
Assembly: Dalamud.dll
View Source
Declaration
public struct FdtReader.FontTableHeader
Properties
Descent
Gets descent of the font defined from this file, in pixels unit.
View Source
Declaration
public int Descent { get; }
Fields
Signature
Signature: "fthd".
View Source
Declaration
public byte* Signature
FontTableEntryCount
Number of glyphs defined in this file.
View Source
Declaration
public int FontTableEntryCount
KerningTableEntryCount
Number of kerning informations defined in this file.
View Source
Declaration
public int KerningTableEntryCount
Padding
Unused/unknown.
View Source
Declaration
public byte* Padding
TextureWidth
Width of backing texture.
View Source
Declaration
public ushort TextureWidth
TextureHeight
Height of backing texture.
View Source
Declaration
public ushort TextureHeight
Size
Size of the font defined from this file, in points unit.
View Source
Declaration
public float Size
LineHeight
Line height of the font defined forom this file, in pixels unit.
View Source
Declaration
public int LineHeight
Ascent
Ascent of the font defined from this file, in pixels unit.
View Source
Declaration
public int Ascent