Uses of Class
org.apache.fontbox.ttf.GlyfCompositeComp
-
Packages that use GlyfCompositeComp Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file. -
-
Uses of GlyfCompositeComp in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf with type parameters of type GlyfCompositeComp Modifier and Type Field Description private java.util.List<GlyfCompositeComp>
GlyfCompositeDescript. components
Methods in org.apache.fontbox.ttf that return GlyfCompositeComp Modifier and Type Method Description private GlyfCompositeComp
GlyfCompositeDescript. getCompositeComp(int i)
private GlyfCompositeComp
GlyfCompositeDescript. getCompositeCompEndPt(int i)
Methods in org.apache.fontbox.ttf that return types with arguments of type GlyfCompositeComp Modifier and Type Method Description java.util.List<GlyfCompositeComp>
GlyfCompositeDescript. getComponents()
Gets a view to the composite components.
-