Uses of Class
org.apache.fontbox.util.BoundingBox
-
Packages that use BoundingBox Package Description org.apache.fontbox org.apache.fontbox.afm This package holds classes used to parse AFM(Adobe Font Metrics) files.org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).org.apache.fontbox.ttf This package contains classes to parse a TTF file.org.apache.fontbox.type1 This package holds classes used to parse Type1-Fonts. -
-
Uses of BoundingBox in org.apache.fontbox
Methods in org.apache.fontbox that return BoundingBox Modifier and Type Method Description BoundingBoxFontBoxFont. getFontBBox()Returns the font's bounding box in PostScript units. -
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.BoundingBoxFontMetrics. 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.voidFontMetrics. setFontBBox(BoundingBox bBox)Setter for property fontBBox. -
Uses of BoundingBox in org.apache.fontbox.cff
Methods in org.apache.fontbox.cff that return BoundingBox Modifier and Type Method Description BoundingBoxCFFFont. getFontBBox()Returns the 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()BoundingBoxTrueTypeFont. getFontBBox()Methods in org.apache.fontbox.ttf with parameters of type BoundingBox Modifier and Type Method Description voidGlyphData. setBoundingBox(BoundingBox boundingBoxValue) -
Uses of BoundingBox in org.apache.fontbox.type1
Methods in org.apache.fontbox.type1 that return BoundingBox Modifier and Type Method Description BoundingBoxType1Font. getFontBBox()Returns the font bounding box.
-