AnimationBuilder.SetFontManager(SKFontManager) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.