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
           
protected  Font SceneCenteredText.font
           
 

Methods in net.avh4.framework.uilayer.scene with parameters of type Font
 void GraphicsOperations.drawText(String text, float leftX, float baselineY, Font font, int argbColor)
           
 float FontMetricsService.getAscent(Font font)
           
 float FontMetricsService.getDescent(Font font)
           
 float FontMetricsService.getLineHeight(Font font)
           
 float FontMetricsService.stringWidth(Font font, String text)
           
 

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



Copyright © 2012. All Rights Reserved.