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

Deprecate the FontMgr

Open wcandillon opened this issue 3 years ago • 0 comments

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).

wcandillon avatar Jun 14 '22 10:06 wcandillon