Show / Hide Table of Contents

Struct FdtReader.KerningTableHeader

Header of kerning table.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Dalamud.Interface.GameFonts
Assembly: Dalamud.dll
Syntax
public struct KerningTableHeader

Fields

| Improve this Doc View Source

Count

Number of kerning entries in this table.

Declaration
public int Count
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Padding

Unused/unknown.

Declaration
public byte *Padding
Field Value
Type Description
System.Byte*
| Improve this Doc View Source

Signature

Signature: "knhd".

Declaration
public byte *Signature
Field Value
Type Description
System.Byte*
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX