Edit

AnimationBuilder.SetFontManager(SKFontManager) Method

Definition

Sets the font manager used for text rendering in the animation.

public SkiaSharp.Skottie.AnimationBuilder SetFontManager(SkiaSharp.SKFontManager fontManager);

Parameters

fontManager
SKFontManager

The font manager to use for text rendering.

Returns

This builder instance for method chaining.

Remarks

Use this method to provide custom fonts for animations that contain text layers.

Applies to