Uses of Interface
org.verapdf.model.pdlayer.PDFont
-
-
Uses of PDFont in org.verapdf.gf.model.factory.fonts
Methods in org.verapdf.gf.model.factory.fonts that return PDFont Modifier and Type Method Description static PDFontFontFactory. parseFont(PDFont rawFont, RenderingMode renderingMode, PDResourcesHandler resources, GraphicState inheritedGraphicState) -
Uses of PDFont in org.verapdf.gf.model.impl.containers
Methods in org.verapdf.gf.model.impl.containers that return types with arguments of type PDFont Modifier and Type Method Description static Map<String,PDFont>StaticContainers. getCachedFonts()Method parameters in org.verapdf.gf.model.impl.containers with type arguments of type PDFont Modifier and Type Method Description static voidStaticContainers. setCachedFonts(Map<String,PDFont> cachedFonts) -
Uses of PDFont in org.verapdf.gf.model.impl.operator.textshow
Methods in org.verapdf.gf.model.impl.operator.textshow that return PDFont Modifier and Type Method Description PDFontGFOpTextShow. getVeraModelFont() -
Uses of PDFont in org.verapdf.gf.model.impl.pd.font
Classes in org.verapdf.gf.model.impl.pd.font that implement PDFont Modifier and Type Class Description classGFPDCIDFontRepresents CID Font dictionary.classGFPDEmptyFontclassGFPDFontInstance of this class represent PDF font dictionary.classGFPDSimpleFontRepresents one of the simple font types (Type 1, TrueType, Type 3).classGFPDTrueTypeFontRepresents TrueType font dictionary.classGFPDType0FontRepresents Type0 font dictionary.classGFPDType1FontRepresents Type1 font dictionary.classGFPDType3FontRepresents Type3 font dictionary. -
Uses of PDFont in org.verapdf.model.pdlayer
Subinterfaces of PDFont in org.verapdf.model.pdlayer Modifier and Type Interface Description interfacePDCIDFontCID Font dictionaryinterfacePDSimpleFontOne of the simple font types (Type 1, TrueType, Type 3)interfacePDTrueTypeFontTrueType font dictionaryinterfacePDType0FontType0 font dictionaryinterfacePDType1FontType1 font dictionaryinterfacePDType3FontType3 font dictionary
-