Uses of Interface
org.verapdf.model.operator.Glyph
-
Packages that use Glyph Package Description org.verapdf.gf.model.impl.containers org.verapdf.gf.model.impl.operator.textshow org.verapdf.model.operator -
-
Uses of Glyph in org.verapdf.gf.model.impl.containers
Methods in org.verapdf.gf.model.impl.containers that return types with arguments of type Glyph Modifier and Type Method Description static Map<String,Map<String,Glyph>>StaticContainers. getCachedGlyphs()Method parameters in org.verapdf.gf.model.impl.containers with type arguments of type Glyph Modifier and Type Method Description static voidStaticContainers. setCachedGlyphs(Map<String,Map<String,Glyph>> cachedGlyphs) -
Uses of Glyph in org.verapdf.gf.model.impl.operator.textshow
Classes in org.verapdf.gf.model.impl.operator.textshow that implement Glyph Modifier and Type Class Description classGFCIDGlyphRepresents glyph in the composite font.classGFGlyphRepresents glyph used in text.Methods in org.verapdf.gf.model.impl.operator.textshow that return Glyph Modifier and Type Method Description static GlyphGFGlyph. getGlyph(PDFont font, int glyphCode, int renderingMode, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject) -
Uses of Glyph in org.verapdf.model.operator
Subinterfaces of Glyph in org.verapdf.model.operator Modifier and Type Interface Description interfaceCIDGlyphglyph in the composite font
-