AnimationPreviewBuilder
Overview
AnimationPreviewBuilder là một lớp trong Aspose.Font FOSS cho Python.
AnimationPreviewBuilder.available_presets returns a tuple of preset names for animation generation.
Khóa học này cung cấp 8 phương pháp để làm việc với các đối tượng AnimationPreviewBuilder trong các chương trình Python. Các phương pháp có sẵn bao gồm: available_presets, build_axis_sweep, build_axis_sweep_package, build_named_instance_path, build_path, build_path_package, build_path_review_package, build_path_showcase_package. Tất cả các thành viên công cộng đều có thể truy cập bất kỳ ứng dụng Python nào sau khi cài đặt Aspose.Font FOSS cho gói Python.
Methods
| Signature | Description |
|---|---|
available_presets() → tuple[str, ...] | Trở lại một loạt các tên tiền tệ cho thế hệ hoạt hình |
| `build_axis_sweep(font: Font, axis_tag: str, start_val: float, end_val: float, text: str, frames: int | None, fps: int |
build_axis_sweep_package(font: Font, axis_tag: str, start_val: float, end_val: float) → AnimationFramePackage | Trở lại một AnimationFramePackage của các khung cho một axis sweep |
| `build_path(font: Font, steps: Iterable[AnimationStep | Mapping[str, float |
| `build_path_package(font: Font, steps: Iterable[AnimationStep | Mapping[str, float |
| `build_path_review_package(font: Font, steps: Iterable[AnimationStep | Mapping[str, float |
| `build_path_showcase_package(font: Font, steps: Iterable[AnimationStep | Mapping[str, float |
| `build_named_instance_path(font: Font, instance_names: Iterable[str], text: str, frames_per_segment: int | None, hold_frames: int, fps: int |