Uses of Class
org.verapdf.gf.model.impl.pd.font.GFPDFont
-
Packages that use GFPDFont Package Description org.verapdf.gf.model.factory.operators org.verapdf.gf.model.impl.external org.verapdf.gf.model.impl.pd.font -
-
Uses of GFPDFont in org.verapdf.gf.model.factory.operators
Methods in org.verapdf.gf.model.factory.operators that return GFPDFont Modifier and Type Method Description GFPDFontTransparencyGraphicsState. getVeraFont()Methods in org.verapdf.gf.model.factory.operators with parameters of type GFPDFont Modifier and Type Method Description voidTransparencyGraphicsState. setVeraFont(GFPDFont veraFont) -
Uses of GFPDFont in org.verapdf.gf.model.impl.external
Constructors in org.verapdf.gf.model.impl.external with parameters of type GFPDFont Constructor Description GFFontProgram(FontProgram fontProgram, GFPDFont font) -
Uses of GFPDFont in org.verapdf.gf.model.impl.pd.font
Subclasses of GFPDFont in org.verapdf.gf.model.impl.pd.font Modifier and Type Class Description classGFPDCIDFontRepresents CID Font dictionary.classGFPDEmptyFontclassGFPDSimpleFontRepresents 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.
-