FontSourceInfo
FontSourceInfo
Overview
FontSourceInfo 是Python的Aspose.Font FOSS中的一个类.
描述加载字节的来源.
特性: collection_index, collection_size, is_bytes, is_path, is_stream, kind,另外还有4个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
is_path | bool | Read | 得到了它的路径. |
is_bytes | bool | Read | 得到的是字节. |
is_stream | bool | Read | 得到了它的流. |
kind | str | Read | 得到的类型. |
label | str | Read | 得到标签. |
size | int | Read | 得到了尺寸. |
path | `str | None` | Read |
stream_name | `str | None` | Read |
collection_index | `int | None` | Read |
collection_size | `int | None` | Read |