Home
last modified time | relevance | path

Searched refs:fontSize (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/expo/home/constants/
H A DSharedStyles.ts19 fontSize: 11,
23 fontSize: 12,
29 fontSize: 13,
33 fontSize: 13,
41 fontSize: 22,
44 fontSize: 23,
53 fontSize: 15,
58 fontSize: 16,
82 fontSize: 13,
86 fontSize: 16,
/expo/packages/html-elements/src/elements/__tests__/__snapshots__/
H A DHeadings-test.tsx.snap.ios8 "fontSize": 64,
21 "fontSize": 48,
34 "fontSize": 37.44,
47 "fontSize": 32,
60 "fontSize": 26.56,
73 "fontSize": 21.44,
H A DHeadings-test.tsx.snap.android8 "fontSize": 64,
21 "fontSize": 48,
34 "fontSize": 37.44,
47 "fontSize": 32,
60 "fontSize": 26.56,
73 "fontSize": 21.44,
H A DHeadings-test.tsx.snap.web6 className="css-text-146c3p1 r-fontSize-6e8ixz r-fontWeight-vw2c0b r-marginBlock-19oforl"
15 className="css-text-146c3p1 r-fontSize-1lijs1h r-fontWeight-vw2c0b r-marginBlock-1u31v3z"
24 className="css-text-146c3p1 r-fontSize-tg2c11 r-fontWeight-vw2c0b r-marginBlock-11nzuo4"
33 className="css-text-146c3p1 r-fontSize-bzi31h r-fontWeight-vw2c0b r-marginBlock-1hga0el"
42 className="css-text-146c3p1 r-fontSize-n230yh r-fontWeight-vw2c0b r-marginBlock-1946khe"
51 className="css-text-146c3p1 r-fontSize-ydqdv4 r-fontWeight-vw2c0b r-marginBlock-1jm7qrm"
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorReactFrames-test.js.snap45 "fontSize": 14,
56 "fontSize": 14,
86 "fontSize": 12,
125 "fontSize": 12,
181 "fontSize": 14,
222 "fontSize": 12,
314 "fontSize": 12,
406 "fontSize": 12,
445 "fontSize": 12,
544 "fontSize": 12,
[all …]
H A DLogBoxInspectorMesageHeader-test.js.snap35 "fontSize": 20,
53 "fontSize": 14,
112 "fontSize": 20,
130 "fontSize": 14,
189 "fontSize": 20,
207 "fontSize": 14,
235 "fontSize": 14,
279 "fontSize": 20,
297 "fontSize": 14,
374 "fontSize": 14,
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorReactFrames-test.js.snap45 "fontSize": 14,
56 "fontSize": 14,
86 "fontSize": 12,
125 "fontSize": 12,
181 "fontSize": 14,
222 "fontSize": 12,
314 "fontSize": 12,
406 "fontSize": 12,
445 "fontSize": 12,
544 "fontSize": 12,
[all …]
H A DLogBoxInspectorMessageHeader-test.js.snap35 "fontSize": 20,
53 "fontSize": 14,
112 "fontSize": 20,
130 "fontSize": 14,
189 "fontSize": 20,
207 "fontSize": 14,
235 "fontSize": 14,
279 "fontSize": 20,
297 "fontSize": 14,
374 "fontSize": 14,
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorReactFrames-test.js.snap45 "fontSize": 14,
56 "fontSize": 14,
86 "fontSize": 12,
125 "fontSize": 12,
181 "fontSize": 14,
222 "fontSize": 12,
314 "fontSize": 12,
406 "fontSize": 12,
445 "fontSize": 12,
544 "fontSize": 12,
[all …]
H A DLogBoxInspectorMesageHeader-test.js.snap35 "fontSize": 20,
53 "fontSize": 14,
112 "fontSize": 20,
130 "fontSize": 14,
189 "fontSize": 20,
207 "fontSize": 14,
235 "fontSize": 14,
279 "fontSize": 20,
297 "fontSize": 14,
374 "fontSize": 14,
[all …]
/expo/ios/vendored/sdk47/react-native-svg/apple/Text/
H A DABI47_0_0RNSVGFontData.mm10 static NSString *FONT_SIZE = @"fontSize";
49 + (CGFloat)toAbsoluteWithNSString:(NSString *)string fontSize:(CGFloat)fontSize
51 return [ABI47_0_0RNSVGPropHelper fromRelativeWithNSString:string relative:0 fontSize:fontSize];
117 CGFloat parentFontSize = parent->fontSize;
119 id fontSize = [font objectForKey:FONT_SIZE];
121 NSNumber *fs = fontSize;
124 data->fontSize = [ABI47_0_0RNSVGPropHelper fromRelativeWithNSString:fontSize
129 data->fontSize = parentFontSize;
165 CGFloat fontSize = data->fontSize;
172 … = kerning ? [ABI47_0_0RNSVGFontData toAbsoluteWithNSString:kerning fontSize:fontSize] : parent->k…
[all …]
H A DABI47_0_0RNSVGPropHelper.h10 …)fromRelativeWithNSString:(NSString *)length relative:(CGFloat)relative fontSize:(CGFloat)fontSize;
12 …)fromRelative:(ABI47_0_0RNSVGLength *)length relative:(CGFloat)relative fontSize:(CGFloat)fontSize;
H A DABI47_0_0RNSVGPropHelper.mm4 …t)fromRelativeWithNSString:(NSString *)length relative:(CGFloat)relative fontSize:(CGFloat)fontSize
21 unit = fontSize;
23 unit = fontSize / 2;
45 …t)fromRelative:(ABI47_0_0RNSVGLength *)length relative:(CGFloat)relative fontSize:(CGFloat)fontSize
60 unit = fontSize;
63 unit = fontSize / 2;
/expo/ios/vendored/sdk49/react-native-svg/apple/Text/
H A DABI49_0_0RNSVGFontData.mm10 static NSString *FONT_SIZE = @"fontSize";
49 + (CGFloat)toAbsoluteWithNSString:(NSString *)string fontSize:(CGFloat)fontSize
51 return [ABI49_0_0RNSVGPropHelper fromRelativeWithNSString:string relative:0 fontSize:fontSize];
117 CGFloat parentFontSize = parent->fontSize;
119 id fontSize = [font objectForKey:FONT_SIZE];
121 NSNumber *fs = fontSize;
124 data->fontSize = [ABI49_0_0RNSVGPropHelper fromRelativeWithNSString:fontSize
129 data->fontSize = parentFontSize;
165 CGFloat fontSize = data->fontSize;
172 … = kerning ? [ABI49_0_0RNSVGFontData toAbsoluteWithNSString:kerning fontSize:fontSize] : parent->k…
[all …]
H A DABI49_0_0RNSVGPropHelper.h10 …)fromRelativeWithNSString:(NSString *)length relative:(CGFloat)relative fontSize:(CGFloat)fontSize;
12 …)fromRelative:(ABI49_0_0RNSVGLength *)length relative:(CGFloat)relative fontSize:(CGFloat)fontSize;
/expo/ios/vendored/sdk48/react-native-svg/apple/Text/
H A DABI48_0_0RNSVGFontData.mm10 static NSString *FONT_SIZE = @"fontSize";
49 + (CGFloat)toAbsoluteWithNSString:(NSString *)string fontSize:(CGFloat)fontSize
51 return [ABI48_0_0RNSVGPropHelper fromRelativeWithNSString:string relative:0 fontSize:fontSize];
117 CGFloat parentFontSize = parent->fontSize;
119 id fontSize = [font objectForKey:FONT_SIZE];
121 NSNumber *fs = fontSize;
124 data->fontSize = [ABI48_0_0RNSVGPropHelper fromRelativeWithNSString:fontSize
129 data->fontSize = parentFontSize;
165 CGFloat fontSize = data->fontSize;
172 … = kerning ? [ABI48_0_0RNSVGFontData toAbsoluteWithNSString:kerning fontSize:fontSize] : parent->k…
[all …]
H A DABI48_0_0RNSVGPropHelper.h10 …)fromRelativeWithNSString:(NSString *)length relative:(CGFloat)relative fontSize:(CGFloat)fontSize;
12 …)fromRelative:(ABI48_0_0RNSVGLength *)length relative:(CGFloat)relative fontSize:(CGFloat)fontSize;
/expo/ios/vendored/unversioned/react-native-svg/apple/Text/
H A DRNSVGFontData.mm10 static NSString *FONT_SIZE = @"fontSize";
41 self->fontSize = RNSVG_DEFAULT_FONT_SIZE;
49 + (CGFloat)toAbsoluteWithNSString:(NSString *)string fontSize:(CGFloat)fontSize
51 return [RNSVGPropHelper fromRelativeWithNSString:string relative:0 fontSize:fontSize];
117 CGFloat parentFontSize = parent->fontSize;
121 NSNumber *fs = fontSize;
124 data->fontSize = [RNSVGPropHelper fromRelativeWithNSString:fontSize
129 data->fontSize = parentFontSize;
165 CGFloat fontSize = data->fontSize;
172 …data->kerning = kerning ? [RNSVGFontData toAbsoluteWithNSString:kerning fontSize:fontSize] : paren…
[all …]
H A DRNSVGPropHelper.h10 …)fromRelativeWithNSString:(NSString *)length relative:(CGFloat)relative fontSize:(CGFloat)fontSize;
12 + (CGFloat)fromRelative:(RNSVGLength *)length relative:(CGFloat)relative fontSize:(CGFloat)fontSize;
/expo/packages/html-elements/build/elements/
H A DHeadings.js26 fontSize: em(2), property
33 fontSize: em(1.5), property
40 fontSize: em(1.17), property
47 fontSize: em(1), property
54 fontSize: em(0.83), property
61 fontSize: em(0.67), property
/expo/ios/vendored/unversioned/@react-native-segmented-control/segmented-control/ios/
H A DRNCSegmentedControlManager.m38 NSInteger fontSize =
39 json[@"fontSize"] ? [RCTConvert NSInteger:json[@"fontSize"]] : 13.0;
40 UIFont *font = [UIFont systemFontOfSize:fontSize];
43 size:fontSize];
65 NSInteger fontSize =
66 json[@"fontSize"] ? [RCTConvert NSInteger:json[@"fontSize"]] : 13.0;
67 UIFont *font = [UIFont boldSystemFontOfSize:fontSize];
69 font = [UIFont fontWithName:json[@"fontFamily"] size:fontSize];
/expo/ios/vendored/sdk47/@react-native-segmented-control/segmented-control/ios/
H A DABI47_0_0RNCSegmentedControlManager.m38 NSInteger fontSize =
39 json[@"fontSize"] ? [ABI47_0_0RCTConvert NSInteger:json[@"fontSize"]] : 13.0;
40 UIFont *font = [UIFont systemFontOfSize:fontSize];
43 size:fontSize];
65 NSInteger fontSize =
66 json[@"fontSize"] ? [ABI47_0_0RCTConvert NSInteger:json[@"fontSize"]] : 13.0;
67 UIFont *font = [UIFont boldSystemFontOfSize:fontSize];
69 font = [UIFont fontWithName:json[@"fontFamily"] size:fontSize];
/expo/ios/vendored/sdk48/@react-native-segmented-control/segmented-control/ios/
H A DABI48_0_0RNCSegmentedControlManager.m38 NSInteger fontSize =
39 json[@"fontSize"] ? [ABI48_0_0RCTConvert NSInteger:json[@"fontSize"]] : 13.0;
40 UIFont *font = [UIFont systemFontOfSize:fontSize];
43 size:fontSize];
65 NSInteger fontSize =
66 json[@"fontSize"] ? [ABI48_0_0RCTConvert NSInteger:json[@"fontSize"]] : 13.0;
67 UIFont *font = [UIFont boldSystemFontOfSize:fontSize];
69 font = [UIFont fontWithName:json[@"fontFamily"] size:fontSize];
/expo/ios/vendored/sdk49/@react-native-segmented-control/segmented-control/ios/
H A DABI49_0_0RNCSegmentedControlManager.m38 NSInteger fontSize =
39 json[@"fontSize"] ? [ABI49_0_0RCTConvert NSInteger:json[@"fontSize"]] : 13.0;
40 UIFont *font = [UIFont systemFontOfSize:fontSize];
43 size:fontSize];
65 NSInteger fontSize =
66 json[@"fontSize"] ? [ABI49_0_0RCTConvert NSInteger:json[@"fontSize"]] : 13.0;
67 UIFont *font = [UIFont boldSystemFontOfSize:fontSize];
69 font = [UIFont fontWithName:json[@"fontFamily"] size:fontSize];
/expo/packages/html-elements/src/elements/
H A DHeadings.tsx38 fontSize: em(2),
45 fontSize: em(1.5),
52 fontSize: em(1.17),
59 fontSize: em(1),
66 fontSize: em(0.83),
73 fontSize: em(0.67),

12345678910>>...19