Property | Type | Description | |
---|---|---|---|
LETTER_LEFT_OFFSET | float | ||
mCanvas | Canvas | ||
mFontMetrics | Android.Graphics.Paint.FontMetrics | ||
mPaint | System.Paint |
Method | Description | |
---|---|---|
Font ( Texture pTexture, Typeface pTypeface, float pSize, bool pAntiAlias, int pColor ) : System | ||
GetLetter ( char pCharacter ) : Letter | ||
GetLineGap ( ) : int | ||
GetLineHeight ( ) : int | ||
GetStringWidth ( String pText ) : int | ||
GetTexture ( ) : Texture | ||
Reload ( ) : void | ||
Update ( GL10 pGL ) : void |
Method | Description | |
---|---|---|
DrawCharacterString ( String pCharacterAsString ) : void |
Method | Description | |
---|---|---|
CreateLetter ( char pCharacter ) : Letter | ||
GetLetterAdvance ( char pCharacter ) : int | ||
GetLetterBitmap ( char pCharacter ) : Bitmap | ||
GetLetterBounds ( char pCharacter, |
protected DrawCharacterString ( String pCharacterAsString ) : void | ||
pCharacterAsString | String | |
return | void |
public Font ( Texture pTexture, Typeface pTypeface, float pSize, bool pAntiAlias, int pColor ) : System | ||
pTexture | Texture | |
pTypeface | Typeface | |
pSize | float | |
pAntiAlias | bool | |
pColor | int | |
return | System |
public GetLetter ( char pCharacter ) : Letter | ||
pCharacter | char | |
return | Letter |
protected static float LETTER_LEFT_OFFSET | ||
return | float |
protected Paint.FontMetrics,Android.Graphics mFontMetrics | ||
return | Android.Graphics.Paint.FontMetrics |