AnimationPreviewBuilder

AnimationPreviewBuilder

Resumo geral

AnimationPreviewBuilder é uma classe em Aspose.Font FOSS para Python.

AnimationPreviewBuilder.available_presets returns a tuple of preset names for animation generation.

Esta classe fornece 8 métodos para trabalhar com objetos AnimationPreviewBuilder em programas Python. Os métodos disponíveis incluem: 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. Todos os membros do público são acessíveis a qualquer aplicação Python após instalar o pacote Aspose.Font FOSS for Python.

Métodos de avaliação

AssinaturaDescrição:
available_presets()tuple[str, ...]Retorna uma tupla de nomes predefinidos para a geração de animações.
`build_axis_sweep(font: Font, axis_tag: str, start_val: float, end_val: float, text: str, frames: intNone, fps: int
build_axis_sweep_package(font: Font, axis_tag: str, start_val: float, end_val: float)AnimationFramePackageRetorna um AnimationFramePackage de quadros para uma varredura do eixo
`build_path(font: Font, steps: Iterable[AnimationStepMapping[str, float
`build_path_package(font: Font, steps: Iterable[AnimationStepMapping[str, float
`build_path_review_package(font: Font, steps: Iterable[AnimationStepMapping[str, float
`build_path_showcase_package(font: Font, steps: Iterable[AnimationStepMapping[str, float
`build_named_instance_path(font: Font, instance_names: Iterable[str], text: str, frames_per_segment: intNone, hold_frames: int, fps: int

Ver também:

 Português