Uses of Interface
org.verapdf.model.pdlayer.PDSimpleFont
-
Packages that use PDSimpleFont Package Description org.verapdf.gf.model.impl.pd.font org.verapdf.model.pdlayer -
-
Uses of PDSimpleFont in org.verapdf.gf.model.impl.pd.font
Classes in org.verapdf.gf.model.impl.pd.font that implement PDSimpleFont Modifier and Type Class Description classGFPDSimpleFontRepresents one of the simple font types (Type 1, TrueType, Type 3).classGFPDTrueTypeFontRepresents TrueType font dictionary.classGFPDType1FontRepresents Type1 font dictionary.classGFPDType3FontRepresents Type3 font dictionary. -
Uses of PDSimpleFont in org.verapdf.model.pdlayer
Subinterfaces of PDSimpleFont in org.verapdf.model.pdlayer Modifier and Type Interface Description interfacePDTrueTypeFontTrueType font dictionaryinterfacePDType1FontType1 font dictionaryinterfacePDType3FontType3 font dictionary
-