AnimationAsset
Overview
AnimationAsset is a class in Aspose.Font FOSS for Python.
AnimationAsset.write_to(path) writes the generated animation data to the given filesystem location, creates missing parent directories, and returns the Path of the written file.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
filename | str | Read | |
media_type | str | Read | |
data | bytes | Read | |
frame_count | int | Read | |
fps | int | Read | |
frame_labels | tuple[str, ...] | Read |
Methods
| Signature | Description |
|---|---|
write_to(path: str | Path) → Path | Writes the generated animation data to the given filesystem location, creates missing parent directories, and returns the Path of the written file |