Uses of Class
org.apache.fontbox.util.BoundingBox
Packages that use BoundingBox
Package
Description
This package holds classes used to parse AFM(Adobe Font Metrics) files.
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 BoundingBoxModifier and TypeMethodDescriptionCharMetric.getBoundingBox()
Getter for property boundingBox.FontMetric.getFontBBox()
Getter for property fontBBox.Methods in org.apache.fontbox.afm with parameters of type BoundingBoxModifier and TypeMethodDescriptionvoid
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 BoundingBoxMethods in org.apache.fontbox.ttf with parameters of type BoundingBox