C# Class CSPspEmu.Hle.Formats.Font.FontInfo

Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

Свойство Type Description
BPP byte
CharMapLength uint
FontStyle FontStyle
ShadowMapLength uint

Property Details

BPP public_oe property

Font's BPP. = 4
public byte BPP
Résultat byte

CharMapLength public_oe property

Number of elements in the font's charmap.
public uint CharMapLength
Résultat uint

FontStyle public_oe property

Font style (used by font comparison functions).
public FontStyle,CSPspEmu.Hle.Formats.Font FontStyle
Résultat FontStyle

ShadowMapLength public_oe property

Number of elements in the font's shadow charmap.
public uint ShadowMapLength
Résultat uint