Uses of Class
org.apache.fontbox.afm.Composite
-
Packages that use Composite Package Description org.apache.fontbox.afm This package holds classes used to parse AFM(Adobe Font Metrics) files. -
-
Uses of Composite in org.apache.fontbox.afm
Fields in org.apache.fontbox.afm with type parameters of type Composite Modifier and Type Field Description private java.util.List<Composite>
FontMetrics. composites
Methods in org.apache.fontbox.afm that return Composite Modifier and Type Method Description private Composite
AFMParser. parseComposite()
This will parse a composite part from the stream.Methods in org.apache.fontbox.afm that return types with arguments of type Composite Modifier and Type Method Description java.util.List<Composite>
FontMetrics. getComposites()
Getter for property composites.Methods in org.apache.fontbox.afm with parameters of type Composite Modifier and Type Method Description void
FontMetrics. addComposite(Composite composite)
This will add a single composite part to the picture.Method parameters in org.apache.fontbox.afm with type arguments of type Composite Modifier and Type Method Description void
FontMetrics. setComposites(java.util.List<Composite> compositesList)
Setter for property composites.
-