CffDict
CffDict
概述
CffDict 是Python的Aspose.Font FOSS中的一个类.
从_byte创建一个 CffDict 实例从给定的二进制数据.
这个类提供了4种方法,用于在Python程序中使用CffDict 对象. 有的方法包括: from_bytes, get, set, to_bytes. 在安装Python包的Aspose.Font FOSS后,所有公众成员都可以访问任何 Python 应用程序.
方法
| Signature | 描述情况 |
|---|---|
from_bytes(data: bytes) → "CffDict" | 从给定的二进制数据创建一个 CffDict 实例. |
| `get(op: int | tuple[int, int], default)` |
| `set(op: int | tuple[int, int], value: list[int |
to_bytes() → bytes | 将字典重新排序为二进制表示. |