Package arc.freetype
Class FreeType.GlyphMetrics
java.lang.Object
arc.freetype.FreeType.GlyphMetrics
- Enclosing class:
- FreeType
-
Method Summary
-
Method Details
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getHoriBearingX
public int getHoriBearingX() -
getHoriBearingY
public int getHoriBearingY() -
getHoriAdvance
public int getHoriAdvance() -
getVertBearingX
public int getVertBearingX() -
getVertBearingY
public int getVertBearingY() -
getVertAdvance
public int getVertAdvance()
-