LETTER_TEXTURE_PADDING, mCanvas, mFontMetrics, mPaint, mTextBounds, mTextWidthContainer| Constructor and Description |
|---|
StrokeFont(FontManager pFontManager,
ITexture pTexture,
android.graphics.Typeface pTypeface,
float pSize,
boolean pAntiAlias,
Color pColor,
float pStrokeWidth,
Color pStrokeColor) |
StrokeFont(FontManager pFontManager,
ITexture pTexture,
android.graphics.Typeface pTypeface,
float pSize,
boolean pAntiAlias,
Color pColor,
float pStrokeWidth,
Color pStrokeColor,
boolean pStrokeOnly) |
StrokeFont(FontManager pFontManager,
ITexture pTexture,
android.graphics.Typeface pTypeface,
float pSize,
boolean pAntiAlias,
int pColorARGBPackedInt,
float pStrokeWidth,
int pStrokeColorARGBPackedInt) |
StrokeFont(FontManager pFontManager,
ITexture pTexture,
android.graphics.Typeface pTypeface,
float pSize,
boolean pAntiAlias,
int pColorARGBPackedInt,
float pStrokeWidth,
int pStrokeColorARGBPackedInt,
boolean pStrokeOnly) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
drawLetter(java.lang.String pCharacterAsString,
float pLeft,
float pTop) |
protected void |
updateTextBounds(java.lang.String pCharacterAsString) |
getAscent, getDescent, getLeading, getLetter, getLetterBitmap, getLineHeight, getTexture, invalidateLetters, load, prepareLetters, unload, updatepublic StrokeFont(FontManager pFontManager, ITexture pTexture, android.graphics.Typeface pTypeface, float pSize, boolean pAntiAlias, Color pColor, float pStrokeWidth, Color pStrokeColor)
public StrokeFont(FontManager pFontManager, ITexture pTexture, android.graphics.Typeface pTypeface, float pSize, boolean pAntiAlias, int pColorARGBPackedInt, float pStrokeWidth, int pStrokeColorARGBPackedInt)
public StrokeFont(FontManager pFontManager, ITexture pTexture, android.graphics.Typeface pTypeface, float pSize, boolean pAntiAlias, Color pColor, float pStrokeWidth, Color pStrokeColor, boolean pStrokeOnly)
public StrokeFont(FontManager pFontManager, ITexture pTexture, android.graphics.Typeface pTypeface, float pSize, boolean pAntiAlias, int pColorARGBPackedInt, float pStrokeWidth, int pStrokeColorARGBPackedInt, boolean pStrokeOnly)
protected void updateTextBounds(java.lang.String pCharacterAsString)
updateTextBounds in class Fontprotected void drawLetter(java.lang.String pCharacterAsString,
float pLeft,
float pTop)
drawLetter in class Font