File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 24
24
#include " JsiSkMaskFilterFactory.h"
25
25
#include " JsiSkMatrix.h"
26
26
#include " JsiSkPaint.h"
27
- #include " JsiSkParagraphBuilderFactory.h"
28
27
#include " JsiSkParagraphBuilder.h"
28
+ #include " JsiSkParagraphBuilderFactory.h"
29
29
#include " JsiSkPath.h"
30
30
#include " JsiSkPathEffect.h"
31
31
#include " JsiSkPathEffectFactory.h"
@@ -63,8 +63,8 @@ class JsiSkApi : public JsiSkHostObject {
63
63
*/
64
64
JsiSkApi (jsi::Runtime &runtime, std::shared_ptr<RNSkPlatformContext> context)
65
65
: JsiSkHostObject(context) {
66
- // We create the system font manager eagerly since it has proven to be too slow
67
- // to do it on demand
66
+ // We create the system font manager eagerly since it has proven to be too
67
+ // slow to do it on demand
68
68
JsiSkFontMgrFactory::getFontMgr (getContext ());
69
69
installFunction (" Font" , JsiSkFont::createCtor (context));
70
70
installFunction (" Paint" , JsiSkPaint::createCtor (context));
Original file line number Diff line number Diff line change 7
7
8
8
#include < JsiSkFont.h>
9
9
#include < JsiSkFontMgr.h>
10
+ #include < JsiSkFontMgrFactory.h>
10
11
#include < JsiSkHostObjects.h>
11
12
#include < JsiSkParagraph.h>
12
13
#include < JsiSkParagraphStyle.h>
13
14
#include < JsiSkTextStyle.h>
14
15
#include < JsiSkTypefaceFontProvider.h>
15
- #include < JsiSkFontMgrFactory.h>
16
16
17
17
#pragma clang diagnostic push
18
18
#pragma clang diagnostic ignored "-Wdocumentation"
Original file line number Diff line number Diff line change 12
12
13
13
#pragma clang diagnostic pop
14
14
15
-
16
15
namespace RNSkia {
17
16
18
17
namespace jsi = facebook::jsi;
You can’t perform that action at this time.
0 commit comments