Uses of Class
org.extex.font.format.xtf.tables.XtfBoundingBox

Packages that use XtfBoundingBox
org.extex.font.format.xtf This package contains the definitions and implementations for the TTF/OTF font handling in ExTeX. 
 

Uses of XtfBoundingBox in org.extex.font.format.xtf
 

Methods in org.extex.font.format.xtf that return XtfBoundingBox
 XtfBoundingBox XtfReader.mapCharCodeToBB(int charCode, int fontnumber, short platformId, short encodingId)
          Returns the bounding box for the char by using the platform and encoding.
 XtfBoundingBox XtfReader.mapCharCodeToBB(java.lang.String glypname, int fontnumber, short platformId, short encodingId)
          Returns the glyph bounding box for the char by using the platform and encoding.