react-native-skia icon indicating copy to clipboard operation
react-native-skia copied to clipboard

Support Android Custom Fonts

Open oblador opened this issue 1 year ago • 1 comments

Description

On iOS custom fonts are supported via Skia.FontMgr.System(), but on Android only the built-in system fonts are supported which forces users to duplicate fonts in their app bundle. It should be possible to do the same for Android by using ReactFontManager to resolve fonts.

oblador avatar Sep 13 '24 13:09 oblador

@wcandillon @oblador is there any workaround for this. Im having same issue.

WillyR0 avatar Jan 23 '25 04:01 WillyR0