net.avh4.framework.uilayer.scene
Interface FontMetricsService


public interface FontMetricsService


Method Summary
 float getAscent(Font font)
           
 float getDescent(Font font)
           
 float getLineHeight(Font font)
           
 float stringWidth(Font font, String text)
           
 

Method Detail

getAscent

float getAscent(Font font)

stringWidth

float stringWidth(Font font,
                  String text)

getDescent

float getDescent(Font font)

getLineHeight

float getLineHeight(Font font)


Copyright © 2012. All Rights Reserved.