react-native-skia
react-native-skia copied to clipboard
Deprecate the FontMgr
The FontMgr is deprecated, and we will remove it in future releases. See https://shopify.github.io/react-native-skia/docs/text/fonts
When sunsetting the API, we'll need to remove the FontMgrFactory from the JS and C++ code, as well as updating FontDef to be { font: SkFont } in the reconciler (and therefore removing methods such as processFont and isFont).