Type3GlyphExecutor

Type3GlyphExecutor

Overview

Type3GlyphExecutor is a interface in Aspose.PDF FOSS for Java.

Executes a Type 3 glyph-description content stream (ISO 32000 §9.6.5).

This interface provides 1 method for working with Type3GlyphExecutor objects in Java programs. Available methods include: execute. All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.

Methods

SignatureDescription
execute(g2d: Graphics2D, glyphState: GraphicsState, ops: OperatorCollection, resources: Resources, parser: PDFParser)@param g2d target graphics
@param glyphState graphics state for the glyph (pre-multiplied CTM)
@param ops the parsed glyph content stream
@param resources resources for the glyph str

See Also