Uses of Class
net.avh4.framework.uilayer.Font

Packages that use Font
net.avh4.framework.uilayer   
net.avh4.framework.uilayer.scene   
 

Uses of Font in net.avh4.framework.uilayer
 

Fields in net.avh4.framework.uilayer declared as Font
static Font Font.PFENNIG
           
 

Methods in net.avh4.framework.uilayer that return Font
 Font Font.size(int fontSize)
           
 

Methods in net.avh4.framework.uilayer with parameters of type Font
 int UILayerService.getFontHeight(Font font)
           
 int UILayerService.measureText(Font font, String text)
           
 

Uses of Font in net.avh4.framework.uilayer.scene
 

Fields in net.avh4.framework.uilayer.scene declared as Font
protected  Font SceneText.font
           
protected  Font SceneLabel.font
           
 

Constructors in net.avh4.framework.uilayer.scene with parameters of type Font
SceneLabel(String text, int x, int y, Font font, int fontSize, int color)
           
SceneText(String text, int x, int y, int width, Font customFont, int color)
           
 



Copyright © 2012. All Rights Reserved.