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

NameTypeAccessDescription
filenamestrRead
media_typestrRead
databytesRead
frame_countintRead
fpsintRead
frame_labelstuple[str, ...]Read

Methods

SignatureDescription
write_to(path: str | Path)PathWrites the generated animation data to the given filesystem location, creates missing parent directories, and returns the Path of the written file