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