/external/harfbuzz_ng/test/api/ |
D | test-style.c | 49 hb_font_t *font = hb_font_create (face); in test_regular_face() local 51 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_ITALIC), 0); in test_regular_face() 52 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_OPTICAL_SIZE), 12); in test_regular_face() 53 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_SLANT_ANGLE), 0); in test_regular_face() 54 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_WIDTH), 100); in test_regular_face() 55 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_WEIGHT), 400); in test_regular_face() 57 hb_font_destroy (font); in test_regular_face() 65 hb_font_t *font = hb_font_create (face); in test_face_user_setting() local 67 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_ITALIC), 0); in test_face_user_setting() 68 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_OPTICAL_SIZE), 12); in test_face_user_setting() [all …]
|
D | test-ot-metrics-tt-var.c | 37 hb_font_t *font = hb_font_create (face); in test_extents_tt_var() local 39 g_assert (font); in test_extents_tt_var() 40 hb_ot_font_set_funcs (font); in test_extents_tt_var() 43 hb_bool_t result = hb_font_get_glyph_extents (font, 2, &extents); in test_extents_tt_var() 52 hb_font_set_var_coords_design (font, coords, 1); in test_extents_tt_var() 53 result = hb_font_get_glyph_extents (font, 2, &extents); in test_extents_tt_var() 61 hb_font_destroy (font); in test_extents_tt_var() 69 hb_font_t *font = hb_font_create (face); in test_advance_tt_var_nohvar() local 71 g_assert (font); in test_advance_tt_var_nohvar() 72 hb_ot_font_set_funcs (font); in test_advance_tt_var_nohvar() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-font.cc | 69 hb_font_get_font_h_extents_nil (hb_font_t *font HB_UNUSED, in hb_font_get_font_h_extents_nil() 79 hb_font_get_font_h_extents_default (hb_font_t *font, in hb_font_get_font_h_extents_default() argument 84 hb_bool_t ret = font->parent->get_font_h_extents (extents); in hb_font_get_font_h_extents_default() 86 extents->ascender = font->parent_scale_y_distance (extents->ascender); in hb_font_get_font_h_extents_default() 87 extents->descender = font->parent_scale_y_distance (extents->descender); in hb_font_get_font_h_extents_default() 88 extents->line_gap = font->parent_scale_y_distance (extents->line_gap); in hb_font_get_font_h_extents_default() 94 hb_font_get_font_v_extents_nil (hb_font_t *font HB_UNUSED, in hb_font_get_font_v_extents_nil() 104 hb_font_get_font_v_extents_default (hb_font_t *font, in hb_font_get_font_v_extents_default() argument 109 hb_bool_t ret = font->parent->get_font_v_extents (extents); in hb_font_get_font_v_extents_default() 111 extents->ascender = font->parent_scale_x_distance (extents->ascender); in hb_font_get_font_v_extents_default() [all …]
|
D | hb-font.h | 159 typedef hb_bool_t (*hb_font_get_font_extents_func_t) (hb_font_t *font, void *font_data, 204 typedef hb_bool_t (*hb_font_get_nominal_glyph_func_t) (hb_font_t *font, void *font_data, 227 typedef hb_bool_t (*hb_font_get_variation_glyph_func_t) (hb_font_t *font, void *font_data, 253 typedef unsigned int (*hb_font_get_nominal_glyphs_func_t) (hb_font_t *font, void *font_data, 276 typedef hb_position_t (*hb_font_get_glyph_advance_func_t) (hb_font_t *font, void *font_data, 320 typedef void (*hb_font_get_glyph_advances_func_t) (hb_font_t* font, void* font_data, 368 typedef hb_bool_t (*hb_font_get_glyph_origin_func_t) (hb_font_t *font, void *font_data, 409 typedef hb_position_t (*hb_font_get_glyph_kerning_func_t) (hb_font_t *font, void *font_data, 440 typedef hb_bool_t (*hb_font_get_glyph_extents_func_t) (hb_font_t *font, void *font_data, 464 typedef hb_bool_t (*hb_font_get_glyph_contour_point_func_t) (hb_font_t *font, void *font_data, [all …]
|
D | hb-ot-metrics.cc | 60 _hb_ot_metrics_get_position_common (hb_font_t *font, in _hb_ot_metrics_get_position_common() argument 64 hb_face_t *face = font->face; in _hb_ot_metrics_get_position_common() 68 #define GET_VAR face->table.MVAR->get_var (metrics_tag, font->coords, font->num_coords) in _hb_ot_metrics_get_position_common() 74 ((void) (position && (*position = font->em_scalef_x (_fix_ascender_descender ( \ in _hb_ot_metrics_get_position_common() 78 ((void) (position && (*position = font->em_scalef_y (_fix_ascender_descender ( \ in _hb_ot_metrics_get_position_common() 112 …if (result) *result = range.rangeMaxPPEM + font->face->table.MVAR->get_var (metrics_tag, font->coo… 137 hb_ot_metrics_get_position (hb_font_t *font, in hb_ot_metrics_get_position() argument 141 hb_face_t *face = font->face; in hb_ot_metrics_get_position() 149 …G_VERTICAL_LINE_GAP: return _hb_ot_metrics_get_position_common (font, metrics_tag, posit… in hb_ot_metrics_get_position() 151 #define GET_VAR hb_ot_metrics_get_variation (font, metrics_tag) in hb_ot_metrics_get_position() [all …]
|
/external/freetype/src/psaux/ |
D | psfont.c | 241 cf2_font_setup( CF2_Font font, in cf2_font_setup() argument 245 PS_Decoder* decoder = font->decoder; in cf2_font_setup() 253 CF2_Fixed boldenX = font->syntheticEmboldeningAmountX; in cf2_font_setup() 254 CF2_Fixed boldenY = font->syntheticEmboldeningAmountY; in cf2_font_setup() 263 font->error = FT_Err_Ok; in cf2_font_setup() 268 if ( font->lastSubfont != subFont ) in cf2_font_setup() 270 font->lastSubfont = subFont; in cf2_font_setup() 274 if ( !font->isT1 ) in cf2_font_setup() 283 FT_Service_CFFLoad cffload = (FT_Service_CFFLoad)font->cffload; in cf2_font_setup() 287 font->error = cf2_getNormalizedVector( decoder, in cf2_font_setup() [all …]
|
/external/fonttools/Tests/ttLib/ |
D | ttFont_test.py | 40 font = TTFont() 41 font[TABLETAG] = newTable(TABLETAG) 42 font[TABLETAG].data = b"\x00\x01\xff" 44 font.save(f) 46 assert font[TABLETAG].data == b"\x00\x01\xff" 49 font = TTFont(f) 50 assert font[TABLETAG].numbers == [0, 1, 255] 51 assert font[TABLETAG].compile(font) == b"\x00\x01\xff" 59 font = TTFont() 60 font[TABLETAG] = newTable(TABLETAG) [all …]
|
/external/harfbuzz_ng/test/shape/data/text-rendering-tests/tests/ |
D | SHLANA-1.tests | 1 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A2… 2 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A2… 3 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A2… 4 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A3… 5 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A3… 6 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A2… 7 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A2… 8 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A2… 9 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A2… 10 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A2… [all …]
|
D | CMAP-3.tests | 1 ../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 …]
|
D | SHKNDA-1.tests | 1 ../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 …]
|
D | GPOS-1.tests | 1 ../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 …]
|
D | AVAR-1.tests | 1 ../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 …]
|
D | SHKNDA-3.tests | 1 ../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 …]
|
D | SHLANA-2.tests | 1 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A9… 2 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A3… 3 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A3… 4 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A2… 5 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1AA… 6 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A4… 7 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A2… 8 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A4… 9 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A2… 10 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A4… [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_sass/common/components/ |
D | _hero.scss | 6 h1 { font-size: map-get($base, font-size-h1-xl); } 7 h2 { font-size: map-get($base, font-size-h2-xl); } 8 h3 { font-size: map-get($base, font-size-h3-xl); } 9 h4 { font-size: map-get($base, font-size-h4-xl); } 10 h5 { font-size: map-get($base, font-size-h5-xl); } 11 h6 { font-size: map-get($base, font-size-h6-xl); } 12 p { font-size: map-get($base, font-size-xl); } 14 h1 { font-size: map-get($base, font-size-h1-lg); } 15 h2 { font-size: map-get($base, font-size-h2-lg); } 16 h3 { font-size: map-get($base, font-size-h3-lg); } [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_sass/common/components/ |
D | _hero.scss | 6 h1 { font-size: map-get($base, font-size-h1-xl); } 7 h2 { font-size: map-get($base, font-size-h2-xl); } 8 h3 { font-size: map-get($base, font-size-h3-xl); } 9 h4 { font-size: map-get($base, font-size-h4-xl); } 10 h5 { font-size: map-get($base, font-size-h5-xl); } 11 h6 { font-size: map-get($base, font-size-h6-xl); } 12 p { font-size: map-get($base, font-size-xl); } 14 h1 { font-size: map-get($base, font-size-h1-lg); } 15 h2 { font-size: map-get($base, font-size-h2-lg); } 16 h3 { font-size: map-get($base, font-size-h3-lg); } [all …]
|
/external/harfbuzz_ng/test/shape/data/in-house/tests/ |
D | emoji-clusters.tests | 1 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;263A,FE0F;[1=0|1=0] 2 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;1F636,200D,1F32B,FE0F;[1=0… 3 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;1F636,200D,1F32B;[1=0|1=0|… 4 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;1F62E,200D,1F4A8;[1=0|1=0|… 5 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;1F635,200D,1F4AB;[1=0|1=0|… 6 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;2639,FE0F;[1=0|1=0] 7 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;2620,FE0F;[1=0|1=0] 8 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;2763,FE0F;[1=0|1=0] 9 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;2764,FE0F,200D,1F525;[1=0|… 10 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;2764,200D,1F525;[1=0|1=0|1… [all …]
|
/external/freetype/src/bdf/ |
D | bdflib.c | 268 bdf_font_t* font; member 843 bdf_font_t* font ) in bdf_create_property() argument 847 FT_Memory memory = font->memory; in bdf_create_property() 854 if ( ft_hash_str_lookup( name, &(font->proptbl) ) ) in bdf_create_property() 857 if ( FT_QRENEW_ARRAY( font->user_props, in bdf_create_property() 858 font->nuser_props, in bdf_create_property() 859 font->nuser_props + 1 ) ) in bdf_create_property() 862 p = font->user_props + font->nuser_props; in bdf_create_property() 877 n = num_bdf_properties_ + font->nuser_props; in bdf_create_property() 879 error = ft_hash_str_insert( p->name, n, &(font->proptbl), memory ); in bdf_create_property() [all …]
|
/external/libcups/data/ |
D | font.defs | 2 * Standard font definitions for the CUPS PPD file compiler. 11 #font AvantGarde-Book Standard "(1.05)" Standard ROM 12 #font AvantGarde-BookOblique Standard "(1.05)" Standard ROM 13 #font AvantGarde-Demi Standard "(1.05)" Standard ROM 14 #font AvantGarde-DemiOblique Standard "(1.05)" Standard ROM 15 #font Bookman-Demi Standard "(1.05)" Standard ROM 16 #font Bookman-DemiItalic Standard "(1.05)" Standard ROM 17 #font Bookman-Light Standard "(1.05)" Standard ROM 18 #font Bookman-LightItalic Standard "(1.05)" Standard ROM 19 #font Courier Standard "(1.05)" Standard ROM [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_sass/common/ |
D | _reset.scss | 22 * 1. Prevent adjustments of font size after orientation changes in iOS. 26 font-size: map-get($base, font-size-root); 29 font-size: map-get($base, font-size-root-sm); 36 …font: map-get($base, font-weight) #{map-get($base, font-size)}/#{map-get($base, line-height)} map-… 54 …font: map-get($base, font-weight) #{map-get($base, font-size)}/#{map-get($base, line-height)} map-… 65 font-weight: map-get($base, font-weight-bold); 69 font-size: map-get($base, font-size-h1); 72 font-size: map-get($base, font-size-h1-sm); 77 font-size: map-get($base, font-size-h2); 80 font-size: map-get($base, font-size-h2-sm); [all …]
|
D | _variables.scss | 2 …font-family: (-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-ser… 3 …font-family-code: (Menlo, Monaco, Consolas, Andale Mono, lucida console, Courier New, monosp… 5 font-size-root: 16px, 6 font-size-root-sm: 14px, 8 font-size-xl: 1.5rem, 9 font-size-lg: 1.25rem, 10 font-size: 1rem, 11 font-size-sm: .85rem, 12 font-size-xs: .7rem, 14 font-size-h1-xl: 3.5rem, [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_sass/common/ |
D | _reset.scss | 22 * 1. Prevent adjustments of font size after orientation changes in iOS. 26 font-size: map-get($base, font-size-root); 29 font-size: map-get($base, font-size-root-sm); 36 …font: map-get($base, font-weight) #{map-get($base, font-size)}/#{map-get($base, line-height)} map-… 54 …font: map-get($base, font-weight) #{map-get($base, font-size)}/#{map-get($base, line-height)} map-… 65 font-weight: map-get($base, font-weight-bold); 69 font-size: map-get($base, font-size-h1); 72 font-size: map-get($base, font-size-h1-sm); 77 font-size: map-get($base, font-size-h2); 80 font-size: map-get($base, font-size-h2-sm); [all …]
|
D | _variables.scss | 2 …font-family: (-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-ser… 3 …font-family-code: (Menlo, Monaco, Consolas, Andale Mono, lucida console, Courier New, monosp… 5 font-size-root: 16px, 6 font-size-root-sm: 14px, 8 font-size-xl: 1.5rem, 9 font-size-lg: 1.25rem, 10 font-size: 1rem, 11 font-size-sm: .85rem, 12 font-size-xs: .7rem, 14 font-size-h1-xl: 3.5rem, [all …]
|
/external/fonttools/Tests/ttLib/tables/ |
D | _t_r_a_k_test.py | 171 self.font = {'trak': table} 174 table = self.font['trak'] 176 trakData = table.compile(self.font) 180 table = self.font['trak'] 182 trakData = table.compile(self.font) 186 table = self.font['trak'] 189 trakData = table.compile(self.font) 193 table = self.font['trak'] 201 trakData = table.compile(self.font) 205 table = self.font['trak'] [all …]
|
/external/ot-br-posix/src/web/web-service/frontend/res/css/ |
D | styles.css | 18 font-family: 'Roboto', 'Helvetica', sans-serif; 37 font: 10px sans-serif; 42 font-size: 14px; 47 font-size: 13px; 80 font-size: 15px; 90 font-size: 13px; 106 font-size: 14px; 111 font-size: 13px; 179 font-weight: 500; 186 font-size: 24px; [all …]
|