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

Datei anzeigen 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_oe property

public uint AdvanceIndex
return uint

Data public_oe property

public byte[] Data
return byte[]

DataByteOffset public_oe property

public uint DataByteOffset
return uint

Flags public_oe property

public GlyphFlags Flags
return GlyphFlags

GlyphIndex public_oe property

public int GlyphIndex
return int

Height public_oe property

public uint Height
return uint

Left public_oe property

public int Left
return int

Top public_oe property

public int Top
return int

UnicodeChar public_oe property

public char UnicodeChar
return char

Width public_oe property

public uint Width
return uint