Uses of Interface
org.verapdf.pd.font.FontProgram
-
Packages that use FontProgram Package Description org.verapdf.pd.font org.verapdf.pd.font.cff org.verapdf.pd.font.opentype org.verapdf.pd.font.truetype org.verapdf.pd.font.type1 org.verapdf.pd.font.type3 org.verapdf.tools -
-
Uses of FontProgram in org.verapdf.pd.font
Fields in org.verapdf.pd.font declared as FontProgram Modifier and Type Field Description protected FontProgramPDFont. fontProgramMethods in org.verapdf.pd.font that return FontProgram Modifier and Type Method Description FontProgramPDCIDFont. getFontProgram()abstract FontProgramPDFont. getFontProgram()Constructors in org.verapdf.pd.font with parameters of type FontProgram Constructor Description PDCIDFont(COSDictionary dictionary, CMap cMap, FontProgram fontProgram, boolean isFontParsed)Constructor that sets font program for this CIDFont. -
Uses of FontProgram in org.verapdf.pd.font.cff
Classes in org.verapdf.pd.font.cff that implement FontProgram Modifier and Type Class Description classCFFCIDFontProgramInstance of this class represent a parser of CIDFont from FontSet of CFF file.classCFFFontProgramThis class starts parsing for all inner CFF fonts and contains fonts parsed.classCFFType1FontProgramInstance of this class represent a Type1 font from FontSet of CFF file.Methods in org.verapdf.pd.font.cff that return FontProgram Modifier and Type Method Description FontProgramCFFFontProgram. getFont()Methods in org.verapdf.pd.font.cff with parameters of type FontProgram Modifier and Type Method Description static CFFType1FontProgramCFFType1FontProgram. getCFFType1(FontProgram fontProgram)Gets CFF Type 1 font program for given font program (CFF font program with inner CFF Type 1 or CFF Type 1). -
Uses of FontProgram in org.verapdf.pd.font.opentype
Classes in org.verapdf.pd.font.opentype that implement FontProgram Modifier and Type Class Description classOpenTypeFontProgramRepresents OpenType font program.Methods in org.verapdf.pd.font.opentype that return FontProgram Modifier and Type Method Description FontProgramOpenTypeFontProgram. getFont() -
Uses of FontProgram in org.verapdf.pd.font.truetype
Classes in org.verapdf.pd.font.truetype that implement FontProgram Modifier and Type Class Description classBaseTrueTypeProgramBase class for TrueTypeFontProgram and CIDFontType2Program.classCIDFontType2ProgramRepresents CIDFontType2 font program.classTrueTypeFontProgramRepresents TrueTypeFontProgram.Methods in org.verapdf.pd.font.truetype that return FontProgram Modifier and Type Method Description FontProgramPDTrueTypeFont. getFontProgram() -
Uses of FontProgram in org.verapdf.pd.font.type1
Classes in org.verapdf.pd.font.type1 that implement FontProgram Modifier and Type Class Description classType1FontProgramThis class does parsing of Type 1 font files.Methods in org.verapdf.pd.font.type1 that return FontProgram Modifier and Type Method Description FontProgramPDType1Font. getFontProgram() -
Uses of FontProgram in org.verapdf.pd.font.type3
Methods in org.verapdf.pd.font.type3 that return FontProgram Modifier and Type Method Description FontProgramPDType3Font. getFontProgram() -
Uses of FontProgram in org.verapdf.tools
Methods in org.verapdf.tools that return FontProgram Modifier and Type Method Description static FontProgramStaticResources. getCachedFont(String key)Methods in org.verapdf.tools that return types with arguments of type FontProgram Modifier and Type Method Description static Map<String,FontProgram>StaticResources. getCachedFonts()Methods in org.verapdf.tools with parameters of type FontProgram Modifier and Type Method Description static voidStaticResources. cacheFontProgram(String key, FontProgram font)Method parameters in org.verapdf.tools with type arguments of type FontProgram Modifier and Type Method Description static voidStaticResources. setCachedFonts(Map<String,FontProgram> cachedFonts)
-