jwx!
v0.0.2


wx
Class FontList

java.lang.Object
  extended bywx.Object
      extended bywx.FontList

public class FontList
extends Object


Field Summary
static FontList TheFontList
           
 
Constructor Summary
FontList()
           
 
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 wx.Object
_, getTanslation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TheFontList

public static FontList TheFontList
Constructor Detail

FontList

public FontList()
Method Detail

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)

jwx!
v0.0.2


© 2006 Amit G Mendapara.