CffIndex

Overview

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

CffIndex.from_reader(r) reads a CFF index structure from a binary stream, and CffIndex.to_bytes() writes it back, useful for low‑level manipulation of CFF tables.

Description

CffIndex is a class in the Aspose.Font FOSS library for Python that exposes 2 methods and 0 properties for programmatic use.

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

Methods

SignatureDescription
__init__(items: list[bytes])
from_reader(r: BinaryReader)"CffIndex"Reads a CFF index structure from a binary stream, and CffIndex.to_bytes() writes it back, useful for low‑level manipulation of CFF tables
to_bytes()bytes

See Also