Uses of Class
org.apache.fop.fonts.FontLoader
-
Packages that use FontLoader Package Description org.apache.fop.fonts.truetype Classes for TrueType fonts.org.apache.fop.fonts.type1 Classes for Adobe Type 1 fonts. -
-
Uses of FontLoader in org.apache.fop.fonts.truetype
Subclasses of FontLoader in org.apache.fop.fonts.truetype Modifier and Type Class Description class
OFFontLoader
Loads a TrueType font into memory directly from the original font file. -
Uses of FontLoader in org.apache.fop.fonts.type1
Subclasses of FontLoader in org.apache.fop.fonts.type1 Modifier and Type Class Description class
Type1FontLoader
Loads a Type 1 font into memory directly from the original font file.
-