Home
last modified time | relevance | path

Searched refs:font (Results 1 – 25 of 1674) sorted by relevance

12345678910>>...67

/external/harfbuzz_ng/src/
Dhb-font.cc55 hb_font_get_font_h_extents_nil (hb_font_t *font HB_UNUSED, in hb_font_get_font_h_extents_nil()
64 hb_font_get_font_h_extents_default (hb_font_t *font, in hb_font_get_font_h_extents_default() argument
69 hb_bool_t ret = font->parent->get_font_h_extents (extents); in hb_font_get_font_h_extents_default()
71 extents->ascender = font->parent_scale_y_distance (extents->ascender); in hb_font_get_font_h_extents_default()
72 extents->descender = font->parent_scale_y_distance (extents->descender); in hb_font_get_font_h_extents_default()
73 extents->line_gap = font->parent_scale_y_distance (extents->line_gap); in hb_font_get_font_h_extents_default()
79 hb_font_get_font_v_extents_nil (hb_font_t *font HB_UNUSED, in hb_font_get_font_v_extents_nil()
88 hb_font_get_font_v_extents_default (hb_font_t *font, in hb_font_get_font_v_extents_default() argument
93 hb_bool_t ret = font->parent->get_font_v_extents (extents); in hb_font_get_font_v_extents_default()
95 extents->ascender = font->parent_scale_x_distance (extents->ascender); in hb_font_get_font_v_extents_default()
[all …]
Dhb-font.h112 typedef hb_bool_t (*hb_font_get_font_extents_func_t) (hb_font_t *font, void *font_data,
119 typedef hb_bool_t (*hb_font_get_nominal_glyph_func_t) (hb_font_t *font, void *font_data,
123 typedef hb_bool_t (*hb_font_get_variation_glyph_func_t) (hb_font_t *font, void *font_data,
128 typedef unsigned int (*hb_font_get_nominal_glyphs_func_t) (hb_font_t *font, void *font_data,
137 typedef hb_position_t (*hb_font_get_glyph_advance_func_t) (hb_font_t *font, void *font_data,
143 typedef void (*hb_font_get_glyph_advances_func_t) (hb_font_t* font, void* font_data,
153 typedef hb_bool_t (*hb_font_get_glyph_origin_func_t) (hb_font_t *font, void *font_data,
161 typedef hb_bool_t (*hb_font_get_glyph_extents_func_t) (hb_font_t *font, void *font_data,
165 typedef hb_bool_t (*hb_font_get_glyph_contour_point_func_t) (hb_font_t *font, void *font_data,
171 typedef hb_bool_t (*hb_font_get_glyph_name_func_t) (hb_font_t *font, void *font_data,
[all …]
/external/swiftshader/third_party/LLVM/docs/CommandGuide/html/
Dmanpage.css5 body { font-family: Arial,Helvetica; }
14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
15 color: #ff6600; font-size: 10pt;
18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
19 color: #ffffff; font-size: 10pt;
22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
23 color: #ffffff; font-size: xx-small;
26 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
27 color: #ffffff; font-size: xx-small;
30 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
[all …]
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dmanpage.css5 body { font-family: Arial,Helvetica; }
14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
15 color: #ff6600; font-size: 10pt;
18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
19 color: #ffffff; font-size: 10pt;
22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
23 color: #ffffff; font-size: xx-small;
26 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
27 color: #ffffff; font-size: xx-small;
30 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
[all …]
/external/freetype/src/psaux/
Dpsfont.c242 cf2_font_setup( CF2_Font font, in cf2_font_setup() argument
246 PS_Decoder* decoder = font->decoder; in cf2_font_setup()
254 CF2_Fixed boldenX = font->syntheticEmboldeningAmountX; in cf2_font_setup()
255 CF2_Fixed boldenY = font->syntheticEmboldeningAmountY; in cf2_font_setup()
264 font->error = FT_Err_Ok; in cf2_font_setup()
269 if ( font->lastSubfont != subFont ) in cf2_font_setup()
271 font->lastSubfont = subFont; in cf2_font_setup()
275 if ( !font->isT1 ) in cf2_font_setup()
277 FT_Service_CFFLoad cffload = (FT_Service_CFFLoad)font->cffload; in cf2_font_setup()
288 font->error = cf2_getNormalizedVector( decoder, in cf2_font_setup()
[all …]
/external/freetype/src/bdf/
Dbdflib.c270 bdf_font_t* font; member
836 bdf_font_t* font ) in bdf_create_property() argument
840 FT_Memory memory = font->memory; in bdf_create_property()
847 if ( ft_hash_str_lookup( name, &(font->proptbl) ) ) in bdf_create_property()
850 if ( FT_RENEW_ARRAY( font->user_props, in bdf_create_property()
851 font->nuser_props, in bdf_create_property()
852 font->nuser_props + 1 ) ) in bdf_create_property()
855 p = font->user_props + font->nuser_props; in bdf_create_property()
870 n = _num_bdf_properties + font->nuser_props; in bdf_create_property()
872 error = ft_hash_str_insert( p->name, n, &(font->proptbl), memory ); in bdf_create_property()
[all …]
/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/tests/
DSHKNDA-1.tests1 ../fonts/NotoSerifKannada-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-fun…
2 ../fonts/NotoSerifKannada-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-fun…
3 ../fonts/NotoSerifKannada-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-fun…
4 ../fonts/NotoSerifKannada-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-fun…
5 ../fonts/NotoSerifKannada-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-fun…
6 ../fonts/NotoSerifKannada-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-fun…
7 ../fonts/NotoSerifKannada-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-fun…
8 ../fonts/NotoSerifKannada-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-fun…
9 ../fonts/NotoSerifKannada-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-fun…
10 ../fonts/NotoSerifKannada-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-fun…
[all …]
DCMAP-3.tests1 ../fonts/TestCMAPMacTurkish.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:…
2 ../fonts/TestCMAPMacTurkish.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:…
3 ../fonts/TestCMAPMacTurkish.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:…
4 ../fonts/TestCMAPMacTurkish.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:…
5 ../fonts/TestCMAPMacTurkish.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:…
6 ../fonts/TestCMAPMacTurkish.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:…
7 ../fonts/TestCMAPMacTurkish.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:…
8 ../fonts/TestCMAPMacTurkish.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:…
9 ../fonts/TestCMAPMacTurkish.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:…
10 ../fonts/TestCMAPMacTurkish.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:…
[all …]
DGPOS-1.tests1 ../fonts/TestGPOSOne.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0104,…
2 ../fonts/TestGPOSOne.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0104,…
3 ../fonts/TestGPOSOne.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0104,…
4 ../fonts/TestGPOSOne.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0104,…
5 ../fonts/TestGPOSOne.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0104,…
6 ../fonts/TestGPOSOne.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0051,…
7 ../fonts/TestGPOSOne.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0105,…
8 ../fonts/TestGPOSOne.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0105,…
9 ../fonts/TestGPOSOne.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0067,…
10 ../fonts/TestGPOSOne.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0123,…
[all …]
DSHKNDA-3.tests1 ../fonts/NotoSansKannada-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-func…
2 ../fonts/NotoSansKannada-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-func…
3 ../fonts/NotoSansKannada-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-func…
4 ../fonts/NotoSansKannada-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-func…
5 ../fonts/NotoSansKannada-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-func…
6 ../fonts/NotoSansKannada-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-func…
7 ../fonts/NotoSansKannada-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-func…
8 ../fonts/NotoSansKannada-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-func…
9 ../fonts/NotoSansKannada-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-func…
10 ../fonts/NotoSansKannada-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-func…
[all …]
DAVAR-1.tests1 ../fonts/TestAVAR.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variatio…
2 ../fonts/TestAVAR.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variatio…
3 ../fonts/TestAVAR.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variatio…
4 ../fonts/TestAVAR.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variatio…
5 ../fonts/TestAVAR.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variatio…
6 ../fonts/TestAVAR.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variatio…
7 ../fonts/TestAVAR.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variatio…
8 ../fonts/TestAVAR.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variatio…
9 ../fonts/TestAVAR.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variatio…
10 ../fonts/TestAVAR.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variatio…
[all …]
DSHBALI-1.tests1 ../fonts/NotoSansBalinese-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-fun…
2 ../fonts/NotoSansBalinese-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-fun…
3 ../fonts/NotoSansBalinese-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-fun…
4 ../fonts/NotoSansBalinese-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-fun…
5 ../fonts/NotoSansBalinese-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-fun…
6 ../fonts/NotoSansBalinese-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-fun…
7 ../fonts/NotoSansBalinese-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-fun…
8 ../fonts/NotoSansBalinese-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-fun…
9 ../fonts/NotoSansBalinese-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-fun…
10 ../fonts/NotoSansBalinese-Regular.ttf:--font-size=1000 --ned --remove-default-ignorables --font-fun…
[all …]
DCFF-2.tests1 ../fonts/FDArrayTest65535.otf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+…
2 ../fonts/FDArrayTest65535.otf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+…
3 ../fonts/FDArrayTest65535.otf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+…
4 ../fonts/FDArrayTest65535.otf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+…
5 ../fonts/FDArrayTest65535.otf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+…
6 ../fonts/FDArrayTest65535.otf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+…
7 ../fonts/FDArrayTest65535.otf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+…
8 ../fonts/FDArrayTest65535.otf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+…
9 ../fonts/FDArrayTest65535.otf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+…
10 ../fonts/FDArrayTest65535.otf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+…
[all …]
DCFF-1.tests1 ../fonts/FDArrayTest257.otf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+00…
2 ../fonts/FDArrayTest257.otf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+21…
3 ../fonts/FDArrayTest257.otf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+24…
4 ../fonts/FDArrayTest257.otf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+24…
5 ../fonts/FDArrayTest257.otf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+24…
6 ../fonts/FDArrayTest257.otf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+4E…
7 ../fonts/FDArrayTest257.otf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+FF…
8 ../fonts/FDArrayTest257.otf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+10…
9 ../fonts/FDArrayTest257.otf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+1D…
10 ../fonts/FDArrayTest257.otf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+1F…
[all …]
DMORX-5.tests1 ../fonts/TestMORXFour.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0050…
2 ../fonts/TestMORXFour.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0050…
3 ../fonts/TestMORXFour.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0050…
4 ../fonts/TestMORXFour.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0050…
5 ../fonts/TestMORXFour.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0050…
6 ../fonts/TestMORXFour.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0050…
7 ../fonts/TestMORXFour.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0050…
8 ../fonts/TestMORXFour.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0050…
9 ../fonts/TestMORXFour.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0050…
10 ../fonts/TestMORXFour.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0050…
[all …]
/external/fonttools/Tests/ttLib/tables/
D_t_r_a_k_test.py173 self.font = {'trak': table}
176 table = self.font['trak']
178 trakData = table.compile(self.font)
182 table = self.font['trak']
184 trakData = table.compile(self.font)
188 table = self.font['trak']
191 trakData = table.compile(self.font)
195 table = self.font['trak']
203 trakData = table.compile(self.font)
207 table = self.font['trak']
[all …]
D_h_m_t_x_test.py28 font = TTFont()
29 maxp = font['maxp'] = newTable('maxp')
32 font.glyphOrder = [chr(i) for i in range(65, 65+numGlyphs)]
34 font[headerTag] = newTable(headerTag)
36 setattr(font[headerTag], numberOfMetricsName, numberOfMetrics)
37 return font
40 font = self.makeFont(numGlyphs=3, numberOfMetrics=3)
44 mtxTable.decompile(data, font)
51 font = self.makeFont(numGlyphs=4, numberOfMetrics=2)
57 mtxTable.decompile(data, font)
[all …]
D_v_h_e_a_test.py112 self.font = TTFont(sfntVersion='OTTO')
113 self.font['vhea'] = vhea
116 vhea = self.font['vhea']
119 self.assertEqual(VHEA_DATA_VERSION_10, vhea.compile(self.font))
122 vhea = self.font['vhea']
124 self.assertEqual(VHEA_DATA_VERSION_10, vhea.compile(self.font))
127 vhea = self.font['vhea']
130 self.assertEqual(VHEA_DATA_VERSION_10, vhea.compile(self.font))
136 vhea = self.font['vhea']
138 self.assertEqual(VHEA_DATA_VERSION_11, vhea.compile(self.font))
[all …]
/external/fonttools/Tests/ttLib/
Dwoff2_test.py64 cls.font = ttLib.TTFont(recalcBBoxes=False, recalcTimestamp=False)
65 cls.font.importXML(OTX)
104 tags = [t for t in self.font.keys() if t not in ('GlyphOrder', 'DSIG')]
110 tags = set([t for t in self.font.keys() if t not in ('GlyphOrder', 'DSIG')])
117 for tag in [t for t in self.font.keys() if t not in specialTags]:
118 origData = self.font.getTableData(tag)
134 cls.font = ttLib.TTFont(recalcBBoxes=False, recalcTimestamp=False)
135 cls.font.importXML(TTX)
143 self.assertEqual(self.font.getTableData('glyf'), reconstructedData)
148 self.assertEqual(self.font.getTableData('loca'), reconstructedData)
[all …]
/external/harfbuzz_ng/test/shaping/data/in-house/tests/
Dspaces.tests1 ../fonts/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf:--font-funcs=ot:U+0020:[gid1=0+560]
2 ../fonts/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf:--font-funcs=ot:U+00A0:[gid1=0+560]
3 ../fonts/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf:--font-funcs=ot:U+1680:[gid0=0+692]
4 ../fonts/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf:--font-funcs=ot:U+2000:[gid1=0+1024]
5 ../fonts/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf:--font-funcs=ot:U+2001:[gid1=0+2048]
6 ../fonts/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf:--font-funcs=ot:U+2002:[gid1=0+1024]
7 ../fonts/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf:--font-funcs=ot:U+2003:[gid1=0+2048]
8 ../fonts/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf:--font-funcs=ot:U+2004:[gid1=0+683]
9 ../fonts/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf:--font-funcs=ot:U+2005:[gid1=0+512]
10 ../fonts/1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf:--font-funcs=ot:U+2006:[gid1=0+341]
[all …]
/external/python/httplib2/ref/
Dref.css6 /* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
7 .math { font-family: "Century Schoolbook", serif; }
8 .math i { font-family: "Century Schoolbook", serif;
9 font-weight: bold }
10 .boldmath { font-family: "Century Schoolbook", serif;
11 font-weight: bold }
20 small.xtiny { font-size : xx-small; }
21 small.tiny { font-size : x-small; }
22 small.scriptsize { font-size : smaller; }
23 small.footnotesize { font-size : small; }
[all …]
/external/harfbuzz_ng/test/api/
Dtest-ot-extents-cff.c37 hb_font_t *font = hb_font_create (face); in test_extents_cff1() local
39 g_assert (font); in test_extents_cff1()
40 hb_ot_font_set_funcs (font); in test_extents_cff1()
43 hb_bool_t result = hb_font_get_glyph_extents (font, 1, &extents); in test_extents_cff1()
51 hb_font_destroy (font); in test_extents_cff1()
76 hb_font_t *font = hb_font_create (face); in test_extents_cff1_flex() local
78 g_assert (font); in test_extents_cff1_flex()
79 hb_ot_font_set_funcs (font); in test_extents_cff1_flex()
82 hb_bool_t result = hb_font_get_glyph_extents (font, 1, &extents); in test_extents_cff1_flex()
90 hb_font_destroy (font); in test_extents_cff1_flex()
[all …]
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py102 item = self.conv.read(self.reader, self.font, {})
135 def readArray(self, reader, font, tableDict, count): argument
137 lazy = font.lazy and count > 8
145 l.append(self.read(reader, font, tableDict))
151 l.font = font
162 def read(self, reader, font, tableDict): argument
166 def writeArray(self, writer, font, tableDict, values): argument
168 self.write(writer, font, tableDict, value, i)
170 def write(self, writer, font, tableDict, value, repeatIndex=None): argument
174 def xmlRead(self, attrs, content, font): argument
[all …]
/external/epid-sdk/doc/html/
Depidstyle.css7 font-family: Verdana, Arial, sans-serif;
8 font-size: 10pt;
13 font-size: 15pt;
18 font-weight: normal;
23 font-weight: normal;
27 font-weight: lighter;
30 font-size: 13pt;
34 font-weight: bold;
37 font-size: 11pt;
56 font-size: inherit;
[all …]
/external/perfetto/ui/src/assets/
Dtypefaces.scss2 @font-face {
3 font-family: 'Google Sans';
4 font-style: normal;
5 font-weight: 400;
10 @font-face {
11 font-family: 'Google Sans';
12 font-style: normal;
13 font-weight: 500;
18 @font-face {
19 font-family: 'Material Icons';
[all …]

12345678910>>...67