Skip to main content

Struct FdtReader.FontTableHeader

Header of glyph table.

Assembly: Dalamud.dll
Declaration
public struct FdtReader.FontTableHeader

Properties

Descent

Gets descent of the font defined from this file, in pixels unit.

Declaration
public int Descent { get; }

Fields

Signature

Signature: "fthd".

Declaration
public byte* Signature

FontTableEntryCount

Number of glyphs defined in this file.

Declaration
public int FontTableEntryCount

KerningTableEntryCount

Number of kerning informations defined in this file.

Declaration
public int KerningTableEntryCount

Padding

Unused/unknown.

Declaration
public byte* Padding

TextureWidth

Width of backing texture.

Declaration
public ushort TextureWidth

TextureHeight

Height of backing texture.

Declaration
public ushort TextureHeight

Size

Size of the font defined from this file, in points unit.

Declaration
public float Size

LineHeight

Line height of the font defined forom this file, in pixels unit.

Declaration
public int LineHeight

Ascent

Ascent of the font defined from this file, in pixels unit.

Declaration
public int Ascent