| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/ |
| H A D | ABI47_0_0TextAttributes.cpp | 42 fontStyle = textAttributes.fontStyle.has_value() ? textAttributes.fontStyle in apply() 43 : fontStyle; in apply() 109 fontStyle, in operator ==() 128 rhs.fontStyle, in operator ==() 182 debugStringConvertibleItem("fontStyle", fontStyle), in getDebugProps()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/ |
| H A D | ABI48_0_0TextAttributes.cpp | 41 fontStyle = textAttributes.fontStyle.has_value() ? textAttributes.fontStyle in apply() 42 : fontStyle; in apply() 114 fontStyle, in operator ==() 135 rhs.fontStyle, in operator ==() 191 debugStringConvertibleItem("fontStyle", fontStyle), in getDebugProps()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/ |
| H A D | ABI49_0_0TextAttributes.cpp | 41 fontStyle = textAttributes.fontStyle.has_value() ? textAttributes.fontStyle in apply() 42 : fontStyle; in apply() 114 fontStyle, in operator ==() 135 rhs.fontStyle, in operator ==() 191 debugStringConvertibleItem("fontStyle", fontStyle), in getDebugProps()
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/ |
| H A D | FontCollection.h | 35 …<sk_sp<SkTypeface>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle); 36 …e>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle, const std::opti… 38 …sk_sp<SkTypeface> defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const SkString& locale… 52 sk_sp<SkTypeface> matchTypeface(const SkString& familyName, SkFontStyle fontStyle);
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/ |
| H A D | FontCollection.h | 35 …<sk_sp<SkTypeface>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle); 36 …e>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle, const std::opti… 38 …sk_sp<SkTypeface> defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const SkString& locale… 52 sk_sp<SkTypeface> matchTypeface(const SkString& familyName, SkFontStyle fontStyle);
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/ |
| H A D | FontCollection.h | 35 …<sk_sp<SkTypeface>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle); 36 …e>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle, const std::opti… 38 …sk_sp<SkTypeface> defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const SkString& locale… 52 sk_sp<SkTypeface> matchTypeface(const SkString& familyName, SkFontStyle fontStyle);
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/ |
| H A D | FontCollection.h | 35 …<sk_sp<SkTypeface>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle); 36 …e>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle, const std::opti… 38 …sk_sp<SkTypeface> defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const SkString& locale… 52 sk_sp<SkTypeface> matchTypeface(const SkString& familyName, SkFontStyle fontStyle);
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/ |
| H A D | FontCollection.h | 35 …<sk_sp<SkTypeface>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle); 36 …e>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle, const std::opti… 38 …sk_sp<SkTypeface> defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const SkString& locale… 52 sk_sp<SkTypeface> matchTypeface(const SkString& familyName, SkFontStyle fontStyle);
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/ |
| H A D | FontCollection.h | 35 …<sk_sp<SkTypeface>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle); 36 …e>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle, const std::opti… 38 …sk_sp<SkTypeface> defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const SkString& locale… 52 sk_sp<SkTypeface> matchTypeface(const SkString& familyName, SkFontStyle fontStyle);
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/ |
| H A D | FontCollection.h | 35 …<sk_sp<SkTypeface>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle); 36 …e>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle, const std::opti… 38 …sk_sp<SkTypeface> defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const SkString& locale… 52 sk_sp<SkTypeface> matchTypeface(const SkString& familyName, SkFontStyle fontStyle);
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/tests/ |
| H A D | ABI48_0_0TextAttributesTest.cpp | 24 textAttributes.fontStyle = FontStyle::Italic; in TEST() 32 ABI48_0_0EXPECT_EQ(result["fontStyle"], toString(textAttributes.fontStyle.value())); in TEST()
|
| H A D | ABI48_0_0AttributedStringTest.cpp | 28 text.fontStyle = FontStyle::Italic; in TEST() 40 ABI48_0_0EXPECT_EQ(textAttribute["fontStyle"], toString(text.fontStyle.value())); in TEST()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/tests/ |
| H A D | ABI47_0_0TextAttributesTest.cpp | 24 textAttributes.fontStyle = FontStyle::Italic; in TEST() 32 ABI47_0_0EXPECT_EQ(result["fontStyle"], toString(textAttributes.fontStyle.value())); in TEST()
|
| H A D | ABI47_0_0AttributedStringTest.cpp | 28 text.fontStyle = FontStyle::Italic; in TEST() 40 ABI47_0_0EXPECT_EQ(textAttribute["fontStyle"], toString(text.fontStyle.value())); in TEST()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/tests/ |
| H A D | ABI49_0_0TextAttributesTest.cpp | 24 textAttributes.fontStyle = FontStyle::Italic; in TEST() 32 ABI49_0_0EXPECT_EQ(result["fontStyle"], toString(textAttributes.fontStyle.value())); in TEST()
|
| H A D | ABI49_0_0AttributedStringTest.cpp | 28 text.fontStyle = FontStyle::Italic; in TEST() 40 ABI49_0_0EXPECT_EQ(textAttribute["fontStyle"], toString(text.fontStyle.value())); in TEST()
|
| /expo/packages/html-elements/src/elements/__tests__/__snapshots__/ |
| H A D | Text-test.tsx.snap.ios | 64 "fontStyle": "italic", 76 "fontStyle": "italic", 129 "fontStyle": "italic",
|
| H A D | Text-test.tsx.snap.android | 64 "fontStyle": "italic", 76 "fontStyle": "italic", 129 "fontStyle": "italic",
|
| H A D | Text-test.tsx.snap.web | 44 className="css-text-146c3p1 r-fontStyle-36ujnk" 53 className="css-text-146c3p1 r-fontStyle-36ujnk" 91 className="css-text-146c3p1 r-fontStyle-36ujnk"
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/text/tests/ |
| H A D | ABI49_0_0ParagraphLocalDataTest.cpp | 32 text.fontStyle = FontStyle::Italic; in TEST() 47 ABI49_0_0EXPECT_EQ(textAttribute["fontStyle"], toString(*text.fontStyle)); in TEST()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/text/tests/ |
| H A D | ABI48_0_0ParagraphLocalDataTest.cpp | 33 text.fontStyle = FontStyle::Italic; in TEST() 49 ABI48_0_0React_native_assert(textAttribute["fontStyle"] == toString(*text.fontStyle)); in TEST()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/text/tests/ |
| H A D | ABI47_0_0ParagraphLocalDataTest.cpp | 33 text.fontStyle = FontStyle::Italic; in TEST() 49 ABI47_0_0React_native_assert(textAttribute["fontStyle"] == toString(*text.fontStyle)); in TEST()
|
| /expo/packages/expo-font/build/ |
| H A D | ExpoFontLoader.web.js | 148 const fontStyle = _createWebFontTemplate(fontFamily, resource); 155 ? styleElementIE.styleSheet.cssText + fontStyle 156 : fontStyle; 159 const textNode = document.createTextNode(fontStyle);
|
| /expo/packages/expo-font/src/ |
| H A D | ExpoFontLoader.web.ts | 194 const fontStyle = _createWebFontTemplate(fontFamily, resource); constant 202 ? styleElementIE.styleSheet.cssText + fontStyle 203 : fontStyle; 205 const textNode = document.createTextNode(fontStyle);
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/ |
| H A D | ABI47_0_0RCTTextPrimitivesConversions.h | 43 inline static ABI47_0_0RCTFontStyle ABI47_0_0RCTFontStyleFromFontStyle(FontStyle fontStyle) in ABI47_0_0RCTFontStyleFromFontStyle() argument 45 switch (fontStyle) { in ABI47_0_0RCTFontStyleFromFontStyle()
|