Uses of Class
org.apache.fontbox.afm.Composite
Packages that use Composite
Package
Description
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 CompositeMethods in org.apache.fontbox.afm that return CompositeModifier and TypeMethodDescriptionprivate 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 CompositeMethods in org.apache.fontbox.afm with parameters of type CompositeModifier and TypeMethodDescriptionvoid
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 CompositeModifier and TypeMethodDescriptionvoid
FontMetrics.setComposites
(List<Composite> compositesList) Setter for property composites.