Package org.apache.fontbox.ttf
Interface TrueTypeCollection.TrueTypeFontProcessor
-
- Enclosing class:
- TrueTypeCollection
public static interface TrueTypeCollection.TrueTypeFontProcessor
Implement the callback method to callTrueTypeCollection.processAllFonts(TrueTypeFontProcessor)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
process(TrueTypeFont ttf)
-
-
-
Method Detail
-
process
void process(TrueTypeFont ttf) throws java.io.IOException
- Throws:
java.io.IOException
-
-