Maven module :un.api : api-display :
Class :
un.engine.painter2d.FontMetadata
Extends/Implements : -
Subclasses : -
Variables : -
Functions :
getGlyphBox,
getAscent,
getDescent,
getLineGap,
getAdvanceWidthMax,
getAdvanceWidth,
getAdvanceWidth,
getMinLeftSideBearing,
getMinRightSideBearing,
getXMaxExtent,
getCharBox,
getCharsBox,
derivate
BBox
getGlyphBox ()
double
getAscent ()
double
getDescent ()
double
getLineGap ()
double
getAdvanceWidthMax ()
double
getAdvanceWidth (int unicode)
double
getAdvanceWidth (Char c)
double
getMinLeftSideBearing ()
double
getMinRightSideBearing ()
double
getXMaxExtent ()
BBox
getCharBox (Char c)
BBox
getCharsBox (CharArray text)
FontMetadata
derivate (double fontSize)
Simplified mapping of TTF tables : head,hhea,hmtx,vhea,vmtx.
author Johann Sorel