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

Inheritance: IGlyph
Show file Open project: soywiz/cspspemu Class Usage Examples

Protected Properties

Property Type Description
GlyphIndex int
PGF PGF
_Face GlyphSymbol
_Shadow GlyphSymbol

Private Properties

Property Type Description

Public Methods

Method Description
Glyph ( PGF PGF, int GlyphIndex ) : System

Method Details

Glyph() public method

public Glyph ( PGF PGF, int GlyphIndex ) : System
PGF PGF
GlyphIndex int
return System

Property Details

GlyphIndex protected property

protected int GlyphIndex
return int

PGF protected property

protected PGF,CSPspEmu.Hle.Formats.Font PGF
return PGF

_Face protected property

protected GlyphSymbol,CSPspEmu.Hle.Formats.Font _Face
return GlyphSymbol

_Shadow protected property

protected GlyphSymbol,CSPspEmu.Hle.Formats.Font _Shadow
return GlyphSymbol