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

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
AdvanceIndex uint
Data byte[]
DataByteOffset uint
Flags GlyphFlags
GlyphIndex int
Height uint
Left int
Top int
UnicodeChar char
Width uint

Public Methods

Method Description
GetBitmap ( ) : Bitmap
GlyphSymbol ( GlyphFlags GlyphType = GlyphFlags.FONT_PGF_CHARGLYPH ) : System
Read ( PGF PGF, int GlyphIndex ) : GlyphSymbol
ToString ( ) : string

Method Details

GetBitmap() public method

public GetBitmap ( ) : Bitmap
return System.Drawing.Bitmap

GlyphSymbol() public method

public GlyphSymbol ( GlyphFlags GlyphType = GlyphFlags.FONT_PGF_CHARGLYPH ) : System
GlyphType GlyphFlags
return System

Read() public method

public Read ( PGF PGF, int GlyphIndex ) : GlyphSymbol
PGF PGF
GlyphIndex int
return GlyphSymbol

ToString() public method

public ToString ( ) : string
return string

Property Details

AdvanceIndex public property

public uint AdvanceIndex
return uint

Data public property

public byte[] Data
return byte[]

DataByteOffset public property

public uint DataByteOffset
return uint

Flags public property

public GlyphFlags Flags
return GlyphFlags

GlyphIndex public property

public int GlyphIndex
return int

Height public property

public uint Height
return uint

Left public property

public int Left
return int

Top public property

public int Top
return int

UnicodeChar public property

public char UnicodeChar
return char

Width public property

public uint Width
return uint