Type1Interpreter

Type1Interpreter

Overview

Type1Interpreter is a class in Aspose.Font FOSS for Python.

Description

Type1Interpreter is a class in the Aspose.Font FOSS library for Python that exposes 1 method and 0 properties for programmatic use.

Instances are created through a single constructor that initializes the object with default values.

Methods

SignatureDescription
__init__(subrs: list[bytes], len_iv: int)
interpret(charstring: bytes)tuple[GlyphPath, int]

See Also