public class GenericFont.Icon extends java.lang.Object implements IIcon
| Constructor and Description |
|---|
Icon(char c) |
Icon(java.lang.String name,
char c) |
| Modifier and Type | Method and Description |
|---|---|
char |
getCharacter() |
java.lang.String |
getFormattedName() |
java.lang.String |
getName() |
ITypeface |
getTypeface() |
GenericFont.Icon |
withTypeface(ITypeface typeface) |
public GenericFont.Icon withTypeface(ITypeface typeface)
public java.lang.String getFormattedName()
getFormattedName in interface IIconpublic char getCharacter()
getCharacter in interface IIconpublic ITypeface getTypeface()
getTypeface in interface IIcon