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

Show file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
BPP byte
CharMapLength uint
FontStyle FontStyle
ShadowMapLength uint

Property Details

BPP public property

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

CharMapLength public property

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

FontStyle public property

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

ShadowMapLength public property

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