Class PDType3CharProc

java.lang.Object
org.verapdf.pd.PDObject
org.verapdf.pd.font.type3.PDType3CharProc
All Implemented Interfaces:
PDContentStream

public class PDType3CharProc extends PDObject implements PDContentStream
Class represents content stream that constructs and paints the glyph for Type 3 font character.
Author:
Sergey Shemyakov
  • Constructor Details

    • PDType3CharProc

      public PDType3CharProc(COSObject charStream)
      Constructor from stream.
      Parameters:
      charStream - is COSObject containing charProc content stream.
  • Method Details