public class BitmapFont.BitmapFontInfo
extends java.lang.Object
| Constructor and Description |
|---|
BitmapFontInfo(java.lang.String pData) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCharset() |
java.lang.String |
getFace() |
int |
getPaddingBottom() |
int |
getPaddingLeft() |
int |
getPaddingRight() |
int |
getPaddingTop() |
int |
getSize() |
int |
getSpacingX() |
int |
getSpacingY() |
int |
getStretchHeight() |
int |
getUnicode() |
boolean |
isAntiAliased() |
boolean |
isBold() |
boolean |
isItalic() |
boolean |
isSmooth() |
public BitmapFontInfo(java.lang.String pData)
throws FontException
FontExceptionpublic java.lang.String getFace()
public int getSize()
public boolean isBold()
public boolean isItalic()
public java.lang.String getCharset()
public int getUnicode()
public int getStretchHeight()
public boolean isSmooth()
public boolean isAntiAliased()
public int getPaddingLeft()
public int getPaddingTop()
public int getPaddingRight()
public int getPaddingBottom()
public int getSpacingX()
public int getSpacingY()