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

Mostrar archivo Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
BPP byte
CharMapLength uint
FontStyle FontStyle
ShadowMapLength uint

Property Details

BPP public_oe property

Font's BPP. = 4
public byte BPP
return byte

CharMapLength public_oe property

Number of elements in the font's charmap.
public uint CharMapLength
return uint

FontStyle public_oe property

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

ShadowMapLength public_oe property

Number of elements in the font's shadow charmap.
public uint ShadowMapLength
return uint