FontSourceInfo
FontSourceInfo
General
FontSourceInfo és una classe en FOSS per Python.
Descriu l’origen dels bytes carregats.
Propietats: collection_index, collection_size, is_bytes, is_path, is_stream, kind, i 4 més.
Propietats
| Nom | Tipus de productes | Accés | Descripció |
|---|---|---|---|
is_path | bool | Llegeix. | Obté el camí. |
is_bytes | bool | Llegeix. | Obté els bytes. |
is_stream | bool | Llegeix. | És el corrent. |
kind | str | Llegeix. | És el que té. |
label | str | Llegeix. | Obté l’etiqueta. |
size | int | Llegeix. | Tinc la mida. |
path | `str | None` | Llegeix. |
stream_name | `str | None` | Llegeix. |
collection_index | `int | None` | Llegeix. |
collection_size | `int | None` | Llegeix. |