External Fonts not rendering #3126
-
Referring to Is this possible or not supported at all? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Took me forever to figure this out. Adding the ResourceProvider took care of both embedded images and fonts. |
Beta Was this translation helpful? Give feedback.
Took me forever to figure this out. Adding the ResourceProvider took care of both embedded images and fonts.
using Animation? lottieAnimation = AnimBuilder.SetResourceProvider(new DataUriResourceProvider()).Build(lottieJson);
Leaving it here for someone who might be struggling with the same issue.
P.S Only got to work with base64 embedded fonts and images
Thanks!