Uses of Class
org.verapdf.pd.font.PDFont
-
-
Uses of PDFont in org.verapdf.factory.fonts
Methods in org.verapdf.factory.fonts that return PDFont Modifier and Type Method Description static PDFontPDFontFactory. getPDFont(COSObject fontDictionary) -
Uses of PDFont in org.verapdf.features.gf
Methods in org.verapdf.features.gf with parameters of type PDFont Modifier and Type Method Description static FontFeaturesObjectGFFeaturesObjectCreator. createFontFeaturesObject(PDFont fontLike, String id, Set<String> extGStateChild, Set<String> colorSpaceChild, Set<String> patternChild, Set<String> shadingChild, Set<String> xobjectChild, Set<String> fontChild, Set<String> propertiesChild)Constructs new GFFontFeaturesObjectAdapter -
Uses of PDFont in org.verapdf.features.gf.objects
Constructors in org.verapdf.features.gf.objects with parameters of type PDFont Constructor Description GFFontFeaturesObjectAdapter(PDFont font, String id, Set<String> extGStateChild, Set<String> colorSpaceChild, Set<String> patternChild, Set<String> shadingChild, Set<String> xobjectChild, Set<String> fontChild, Set<String> propertiesChild) -
Uses of PDFont in org.verapdf.gf.model.factory.chunks
Methods in org.verapdf.gf.model.factory.chunks that return PDFont Modifier and Type Method Description PDFontTextState. getTextFont()Methods in org.verapdf.gf.model.factory.chunks with parameters of type PDFont Modifier and Type Method Description protected static doubleTextChunksHelper. calculateFontWeight(int renderingMode, PDFont font)protected static BoundingBoxTextChunksHelper. calculateTextBoundingBox(Matrix textRenderingMatrixBefore, Matrix textRenderingMatrixAfter, PDFont font, Integer pageNumber)voidTextState. setTextFont(PDFont textFont) -
Uses of PDFont in org.verapdf.gf.model.factory.fonts
Methods in org.verapdf.gf.model.factory.fonts with parameters of type 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.factory.operators
Methods in org.verapdf.gf.model.factory.operators that return PDFont Modifier and Type Method Description PDFontGraphicState. getFont()Methods in org.verapdf.gf.model.factory.operators with parameters of type PDFont Modifier and Type Method Description voidGraphicState. setFont(PDFont font) -
Uses of PDFont in org.verapdf.gf.model.impl.operator.textshow
Methods in org.verapdf.gf.model.impl.operator.textshow with parameters of type PDFont Modifier and Type Method Description static GlyphGFGlyph. getGlyph(PDFont font, int glyphCode, int renderingMode, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject)Constructors in org.verapdf.gf.model.impl.operator.textshow with parameters of type PDFont Constructor Description GFCIDGlyph(PDFont font, int glyphCode, int renderingMode, String id, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject)GFGlyph(PDFont font, int glyphCode, int renderingMode, String id, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject)GFGlyph(PDFont font, int glyphCode, int renderingMode, String id, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, String type) -
Uses of PDFont in org.verapdf.gf.model.impl.pd
Fields in org.verapdf.gf.model.impl.pd declared as PDFont Modifier and Type Field Description protected PDFontGFPDObject. pdFontConstructors in org.verapdf.gf.model.impl.pd with parameters of type PDFont Constructor Description GFPDObject(PDFont font, String type)GFPDResource(PDFont font, String type) -
Uses of PDFont in org.verapdf.gf.model.impl.pd.font
Constructors in org.verapdf.gf.model.impl.pd.font with parameters of type PDFont Constructor Description GFPDCIDFont(PDFont font, RenderingMode renderingMode, String externalFontID)GFPDFont(PDFont font, RenderingMode renderingMode, String type) -
Uses of PDFont in org.verapdf.gf.model.impl.pd.util
Methods in org.verapdf.gf.model.impl.pd.util that return PDFont Modifier and Type Method Description PDFontPDResourcesHandler. getFont(ASAtom name)PDFontPDResourcesHandler. getFont(COSName name) -
Uses of PDFont in org.verapdf.gf.model.impl.sa.util
Methods in org.verapdf.gf.model.impl.sa.util that return PDFont Modifier and Type Method Description PDFontResourceHandler. getFont(ASAtom name)PDFontResourceHandler. getFont(COSName name) -
Uses of PDFont in org.verapdf.gf.model.tools
Methods in org.verapdf.gf.model.tools with parameters of type PDFont Modifier and Type Method Description static StringGFIDGenerator. generateID(PDFont font)static StringGFIDGenerator. generateID(PDFont rawFont, RenderingMode renderingMode) -
Uses of PDFont in org.verapdf.pd
Methods in org.verapdf.pd that return PDFont Modifier and Type Method Description PDFontPDExtGState. getFont()PDFontPDResources. getFont(ASAtom name) -
Uses of PDFont in org.verapdf.pd.font
Subclasses of PDFont in org.verapdf.pd.font Modifier and Type Class Description classPDCIDFontClass represents CIDFont on PD level.classPDSimpleFontRepresents simple font on pd level (Type1, TrueType, Type3).classPDType0FontRepresents Type0 font on pd level. -
Uses of PDFont in org.verapdf.pd.font.truetype
Subclasses of PDFont in org.verapdf.pd.font.truetype Modifier and Type Class Description classPDTrueTypeFontRepresents True Type font on PD level. -
Uses of PDFont in org.verapdf.pd.font.type1
Subclasses of PDFont in org.verapdf.pd.font.type1 Modifier and Type Class Description classPDType1FontClass represents Type 1 font on PD level. -
Uses of PDFont in org.verapdf.pd.font.type3
Subclasses of PDFont in org.verapdf.pd.font.type3 Modifier and Type Class Description classPDType3Font
-