/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/ |
D | media.gyp.fontified | 1107 …font-lock-comment-face) 64 137 (face font-lock-comment-face) 137 166 (face font-lock-comment-face)…
|
/third_party/node/tools/gyp/tools/emacs/testdata/ |
D | media.gyp.fontified | 1107 …font-lock-comment-face) 64 137 (face font-lock-comment-face) 137 166 (face font-lock-comment-face)…
|
/third_party/skia/third_party/externals/harfbuzz/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 …]
|
/third_party/harfbuzz/test/api/ |
D | test-style.c | 56 hb_font_t *font = hb_font_create (face); in test_regular_face() local 58 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_ITALIC), 0); in test_regular_face() 59 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_OPTICAL_SIZE), 12); in test_regular_face() 60 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_SLANT), 0); in test_regular_face() 61 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_WIDTH), 100); in test_regular_face() 62 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_WEIGHT), 400); in test_regular_face() 64 hb_font_destroy (font); in test_regular_face() 72 hb_font_t *font = hb_font_create (face); in test_face_user_setting() local 74 assert_cmpfloat (hb_style_get_value (font, HB_STYLE_TAG_ITALIC), 0); in test_face_user_setting() 75 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 …]
|
/third_party/parse5/test/data/parser-feedback/ |
D | tests23.test | 4 …"description": "<p><font size=4><font color=red><font size=4><font size=4><font size=4><font size=… 5 …"input": "<p><font size=4><font color=red><font size=4><font size=4><font size=4><font size=4><fon… 14 "font", 21 "font", 28 "font", 35 "font", 42 "font", 49 "font", 56 "font", 63 "font", [all …]
|
/third_party/harfbuzz/src/ |
D | hb-font.cc | 68 hb_font_get_font_h_extents_nil (hb_font_t *font HB_UNUSED, in hb_font_get_font_h_extents_nil() 78 hb_font_get_font_h_extents_default (hb_font_t *font, in hb_font_get_font_h_extents_default() argument 83 hb_bool_t ret = font->parent->get_font_h_extents (extents); in hb_font_get_font_h_extents_default() 85 extents->ascender = font->parent_scale_y_distance (extents->ascender); in hb_font_get_font_h_extents_default() 86 extents->descender = font->parent_scale_y_distance (extents->descender); in hb_font_get_font_h_extents_default() 87 extents->line_gap = font->parent_scale_y_distance (extents->line_gap); in hb_font_get_font_h_extents_default() 93 hb_font_get_font_v_extents_nil (hb_font_t *font HB_UNUSED, in hb_font_get_font_v_extents_nil() 103 hb_font_get_font_v_extents_default (hb_font_t *font, in hb_font_get_font_v_extents_default() argument 108 hb_bool_t ret = font->parent->get_font_v_extents (extents); in hb_font_get_font_v_extents_default() 110 extents->ascender = font->parent_scale_x_distance (extents->ascender); in hb_font_get_font_v_extents_default() [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-font.cc | 55 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 …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-font.cc | 68 hb_font_get_font_h_extents_nil (hb_font_t *font HB_UNUSED, in hb_font_get_font_h_extents_nil() 78 hb_font_get_font_h_extents_default (hb_font_t *font, in hb_font_get_font_h_extents_default() argument 83 hb_bool_t ret = font->parent->get_font_h_extents (extents); in hb_font_get_font_h_extents_default() 85 extents->ascender = font->parent_scale_y_distance (extents->ascender); in hb_font_get_font_h_extents_default() 86 extents->descender = font->parent_scale_y_distance (extents->descender); in hb_font_get_font_h_extents_default() 87 extents->line_gap = font->parent_scale_y_distance (extents->line_gap); in hb_font_get_font_h_extents_default() 93 hb_font_get_font_v_extents_nil (hb_font_t *font HB_UNUSED, in hb_font_get_font_v_extents_nil() 103 hb_font_get_font_v_extents_default (hb_font_t *font, in hb_font_get_font_v_extents_default() argument 108 hb_bool_t ret = font->parent->get_font_v_extents (extents); in hb_font_get_font_v_extents_default() 110 extents->ascender = font->parent_scale_x_distance (extents->ascender); in hb_font_get_font_v_extents_default() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/ |
D | psfont.c | 242 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() 284 FT_Service_CFFLoad cffload = (FT_Service_CFFLoad)font->cffload; in cf2_font_setup() 288 font->error = cf2_getNormalizedVector( decoder, in cf2_font_setup() [all …]
|
/third_party/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 …]
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/flutter/skia/src/ports/skia_ohos/ |
D | FontInfo_ohos.h | 30 explicit FontInfo(const FontInfo& font) in FontInfo() 31 : familyName(font.familyName), fname(font.fname), index(font.index), in FontInfo() 32 style(font.style), isFixedWidth(font.isFixedWidth), stream(nullptr) in FontInfo() 34 axisSet.axis = font.axisSet.axis; in FontInfo() 35 axisSet.range = font.axisSet.range; in FontInfo() 36 if (font.stream) { in FontInfo() 37 stream = font.stream->duplicate(); in FontInfo() 44 explicit FontInfo(FontInfo&& font) in FontInfo() 45 : familyName(std::move(font.familyName)), fname(std::move(font.fname)), index(font.index), in FontInfo() 46 style(font.style), isFixedWidth(font.isFixedWidth), stream(nullptr) in FontInfo() [all …]
|
/third_party/harfbuzz/test/shaping/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 …]
|
/third_party/skia/third_party/externals/harfbuzz/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 …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/data/text-rendering-tests/tests/ |
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 …]
|
/third_party/boost/libs/iostreams/doc/theme/ |
D | iostreams.css | 18 font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 19 font-weight: bold; 25 H2 { font-size: 140% } 26 H3 { font-size: 120% } 27 H5 { font-style: italic } 28 H6 { font-variant: small-caps } 56 font-family: "courier new", courier, mono; 57 background-color: #eeeeee; font-size: small 62 font-size: 100%; 71 font-family: "Times New Roman", Times, serif [all …]
|