FontSourceInfo
Overview
FontSourceInfo is a class in Aspose.Font FOSS for Python.
Describe the origin of loaded bytes.
Properties: collection_index, collection_size, is_bytes, is_path, is_stream, kind, and 4 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
is_path | bool | Read | Gets the is path. |
is_bytes | bool | Read | Gets the is bytes. |
is_stream | bool | Read | Gets the is stream. |
kind | str | Read | Gets the kind. |
label | str | Read | Gets the label. |
size | int | Read | Gets the size. |
path | str | None | Read | Gets the path. |
stream_name | str | None | Read | Gets the stream name. |
collection_index | int | None | Read | Gets the collection index. |
collection_size | int | None | Read | Gets the collection size. |