C# 클래스 CSPspEmu.Hle.Formats.Font.FontInfo

파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BPP byte
CharMapLength uint
FontStyle FontStyle
ShadowMapLength uint

프로퍼티 상세

BPP 공개적으로 프로퍼티

Font's BPP. = 4
public byte BPP
리턴 byte

CharMapLength 공개적으로 프로퍼티

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

FontStyle 공개적으로 프로퍼티

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

ShadowMapLength 공개적으로 프로퍼티

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