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

NameTypeAccessDescription
is_pathboolReadGets the is path.
is_bytesboolReadGets the is bytes.
is_streamboolReadGets the is stream.
kindstrReadGets the kind.
labelstrReadGets the label.
sizeintReadGets the size.
pathstr | NoneReadGets the path.
stream_namestr | NoneReadGets the stream name.
collection_indexint | NoneReadGets the collection index.
collection_sizeint | NoneReadGets the collection size.

See Also