Uses of Class
org.apache.fop.afp.fonts.CharacterSetBuilder
-
Packages that use CharacterSetBuilder Package Description org.apache.fop.afp.fonts Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects. -
-
Uses of CharacterSetBuilder in org.apache.fop.afp.fonts
Subclasses of CharacterSetBuilder in org.apache.fop.afp.fonts Modifier and Type Class Description private static class
CharacterSetBuilder.DoubleByteLoader
Double-byte (CID Keyed font (Type 0)) implementation of AFPFontReader.private static class
CharacterSetBuilder.SingleByteLoader
Methods in org.apache.fop.afp.fonts that return CharacterSetBuilder Modifier and Type Method Description static CharacterSetBuilder
CharacterSetBuilder. getDoubleByteInstance()
Factory method for the double-byte (CID Keyed font (Type 0)) implementation of AFPFontReader.static CharacterSetBuilder
CharacterSetBuilder. getSingleByteInstance()
Factory method for the single-byte implementation of AFPFontReader.
-