AnimationPreviewBuilder
AnimationPreviewBuilder
Overview
AnimationPreviewBuilder यह एक क्लास है Aspose.Font FOSS के लिए Python।.
AnimationPreviewBuilder.available_presets returns a tuple of preset names for animation generation.
इस कक्षा में पायथन प्रोग्रामों में AnimationPreviewBuilder वस्तुओं के साथ काम करने के लिए 8 तरीके प्रदान किए जाते हैं।. उपलब्ध तरीकों में शामिल हैं: 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. सभी सार्वजनिक सदस्य किसी भी Python अनुप्रयोग के लिए उपलब्ध हैं Aspose.Font FOSS को स्थापित करने के बाद Python पैकेज।.
Methods
| Signature | Description |
|---|---|
available_presets() → tuple[str, ...] | एनीमेशन जनरेटर के लिए पूर्व सेट नामों की एक टुकड़ी वापस आती है |
| `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 | एक आश्रय के लिए फ्रेम का एक AnimationFramePackage वापस करता है |
| `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 |