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

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
AdvanceIndex uint
Data byte[]
DataByteOffset uint
Flags GlyphFlags
GlyphIndex int
Height uint
Left int
Top int
UnicodeChar char
Width uint

공개 메소드들

메소드 설명
GetBitmap ( ) : Bitmap
GlyphSymbol ( GlyphFlags GlyphType = GlyphFlags.FONT_PGF_CHARGLYPH ) : System
Read ( PGF PGF, int GlyphIndex ) : GlyphSymbol
ToString ( ) : string

메소드 상세

GetBitmap() 공개 메소드

public GetBitmap ( ) : Bitmap
리턴 System.Drawing.Bitmap

GlyphSymbol() 공개 메소드

public GlyphSymbol ( GlyphFlags GlyphType = GlyphFlags.FONT_PGF_CHARGLYPH ) : System
GlyphType GlyphFlags
리턴 System

Read() 공개 메소드

public Read ( PGF PGF, int GlyphIndex ) : GlyphSymbol
PGF PGF
GlyphIndex int
리턴 GlyphSymbol

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

AdvanceIndex 공개적으로 프로퍼티

public uint AdvanceIndex
리턴 uint

Data 공개적으로 프로퍼티

public byte[] Data
리턴 byte[]

DataByteOffset 공개적으로 프로퍼티

public uint DataByteOffset
리턴 uint

Flags 공개적으로 프로퍼티

public GlyphFlags Flags
리턴 GlyphFlags

GlyphIndex 공개적으로 프로퍼티

public int GlyphIndex
리턴 int

Height 공개적으로 프로퍼티

public uint Height
리턴 uint

Left 공개적으로 프로퍼티

public int Left
리턴 int

Top 공개적으로 프로퍼티

public int Top
리턴 int

UnicodeChar 공개적으로 프로퍼티

public char UnicodeChar
리턴 char

Width 공개적으로 프로퍼티

public uint Width
리턴 uint