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 BoundingBoxCharMetric. getBoundingBox()Getter for property boundingBox.BoundingBoxFontMetric. getFontBBox()Getter for property fontBBox.Methods in org.apache.fontbox.afm with parameters of type BoundingBox Modifier and Type Method Description voidCharMetric. setBoundingBox(BoundingBox bBox)Setter for property boundingBox.voidFontMetric. 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 BoundingBoxGlyphData. getBoundingBox()Methods in org.apache.fontbox.ttf with parameters of type BoundingBox Modifier and Type Method Description voidGlyphData. setBoundingBox(BoundingBox boundingBoxValue)
-