Class Type3Glyph

java.lang.Object
com.itextpdf.kernel.pdf.canvas.PdfCanvas
com.itextpdf.kernel.font.Type3Glyph

public final class Type3Glyph extends PdfCanvas
The content where Type3 glyphs are written to.
  • Method Details

    • getWx

      public float getWx()
    • getLlx

      public float getLlx()
    • getLly

      public float getLly()
    • getUrx

      public float getUrx()
    • getUry

      public float getUry()
    • isColor

      public boolean isColor()
      Indicates if the glyph color specified in the glyph description or not.
      Returns:
      whether the glyph color is specified in the glyph description or not
    • addImageWithTransformationMatrix

      public PdfXObject addImageWithTransformationMatrix (ImageData image, float a, float b, float c, float d, float e, float f, boolean inlineImage)
      Creates Image XObject from image and adds it to canvas. Performs additional checks to make sure that we only add mask images to not colorized type 3 fonts.
      Overrides:
      addImageWithTransformationMatrix in class PdfCanvas
      Parameters:
      image - the PdfImageXObject object
      a - an element of the transformation matrix
      b - an element of the transformation matrix
      c - an element of the transformation matrix
      d - an element of the transformation matrix
      e - an element of the transformation matrix
      f - an element of the transformation matrix
      inlineImage - true if to add image as in-line.
      Returns:
      created Image XObject or null in case of in-line image (asInline = true).
      See Also: