wx
Class FontList
java.lang.Object
wx.Object
wx.FontList
- public class FontList
- extends Object
Method Summary |
void |
addFont(Font font)
|
void |
delete()
|
Font |
findOrCreateFont(int pointSize,
int family,
int style,
int weight)
|
Font |
findOrCreateFont(int pointSize,
int family,
int style,
int weight,
boolean underline)
|
Font |
findOrCreateFont(int pointSize,
int family,
int style,
int weight,
boolean underline,
java.lang.String face)
|
Font |
findOrCreateFont(int pointSize,
int family,
int style,
int weight,
boolean underline,
java.lang.String face,
int encoding)
|
void |
removeFont(Font font)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TheFontList
public static FontList TheFontList
FontList
public FontList()
delete
public void delete()
- Overrides:
delete
in class Object
addFont
public void addFont(Font font)
removeFont
public void removeFont(Font font)
findOrCreateFont
public Font findOrCreateFont(int pointSize,
int family,
int style,
int weight,
boolean underline,
java.lang.String face,
int encoding)
findOrCreateFont
public Font findOrCreateFont(int pointSize,
int family,
int style,
int weight,
boolean underline,
java.lang.String face)
findOrCreateFont
public Font findOrCreateFont(int pointSize,
int family,
int style,
int weight,
boolean underline)
findOrCreateFont
public Font findOrCreateFont(int pointSize,
int family,
int style,
int weight)
© 2006 Amit G Mendapara.