Uses of Interface
org.apache.fontbox.ttf.TrueTypeCollection.TrueTypeFontProcessor
-
Packages that use TrueTypeCollection.TrueTypeFontProcessor Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file. -
-
Uses of TrueTypeCollection.TrueTypeFontProcessor in org.apache.fontbox.ttf
Methods in org.apache.fontbox.ttf with parameters of type TrueTypeCollection.TrueTypeFontProcessor Modifier and Type Method Description void
TrueTypeCollection. processAllFonts(TrueTypeCollection.TrueTypeFontProcessor trueTypeFontProcessor)
Run the callback for each TT font in the collection.
-