GlyphPath
GlyphPath
概述
GlyphPath 是Python的Aspose.Font FOSS中的一个类.
代表一个字符的轮的 PathCommand 对象有序顺序.
这个类提供了在Python程序中使用GlyphPath 对象的3种方法. 有的方法包括: __init__, append, extend. 在安装Python包的Aspose.Font FOSS后,所有公众成员都可以访问任何 Python 应用程序.
方法
| Signature | 描述情况 |
|---|---|
| `init(commands: list[PathCommand] | None)` |
append(cmd: PathCommand) | 将单个 PathCommand 添加到字符的路径中. |
extend(cmds: list[PathCommand]) | 将多个 PathCommand 对象添加到字符的路径中. |