Uses of Class
org.apache.fontbox.util.BoundingBox
-
Packages that use BoundingBox Package Description org.apache.fontbox.afm This package holds classes used to parse AFM(Adobe Font Metrics) files.org.apache.fontbox.ttf This package contains classes to parse a TTF file. -
-
Uses of BoundingBox in org.apache.fontbox.afm
Methods in org.apache.fontbox.afm that return BoundingBox Modifier and Type Method Description BoundingBox
CharMetric. getBoundingBox()
Getter for property boundingBox.BoundingBox
FontMetric. getFontBBox()
Getter for property fontBBox.Methods in org.apache.fontbox.afm with parameters of type BoundingBox Modifier and Type Method Description void
CharMetric. setBoundingBox(BoundingBox bBox)
Setter for property boundingBox.void
FontMetric. setFontBBox(BoundingBox bBox)
Setter for property fontBBox. -
Uses of BoundingBox in org.apache.fontbox.ttf
Methods in org.apache.fontbox.ttf that return BoundingBox Modifier and Type Method Description BoundingBox
GlyphData. getBoundingBox()
Methods in org.apache.fontbox.ttf with parameters of type BoundingBox Modifier and Type Method Description void
GlyphData. setBoundingBox(BoundingBox boundingBoxValue)
-