Uses of Class
com.threerings.opengl.gui.config.FontConfig.Style

Packages that use FontConfig.Style
com.threerings.opengl.gui.config GUI configurations. 
 

Uses of FontConfig.Style in com.threerings.opengl.gui.config
 

Fields in com.threerings.opengl.gui.config declared as FontConfig.Style
 FontConfig.Style StyleConfig.Original.fontStyle
          The font style.
 

Methods in com.threerings.opengl.gui.config that return FontConfig.Style
static FontConfig.Style FontConfig.Style.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FontConfig.Style[] FontConfig.Style.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.threerings.opengl.gui.config with parameters of type FontConfig.Style
 TextFactory FontConfig.getTextFactory(GlContext ctx, FontConfig.Style style, int size)
          Returns the text factory for this font with the specified style and point size.
 



Copyright © 2011. All Rights Reserved.