de.intarsys.cwt.freetype
Class GlyphMetrics

java.lang.Object
  extended by de.intarsys.cwt.freetype.GlyphMetrics

public class GlyphMetrics
extends java.lang.Object


Constructor Summary
protected GlyphMetrics(_FTNI paramFtni, FTGlyphMetrics pGlyphMetrics)
           
 
Method Summary
 long getHeight()
           
 long getHoriAdvance()
           
 long getVeriAdvance()
           
 long getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlyphMetrics

protected GlyphMetrics(_FTNI paramFtni,
                       FTGlyphMetrics pGlyphMetrics)
Method Detail

getHeight

public long getHeight()

getHoriAdvance

public long getHoriAdvance()

getVeriAdvance

public long getVeriAdvance()

getWidth

public long getWidth()