/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/test_fonts/ |
H A D | BUILD.gn | 5 copy("test_fonts") { 8 "test_fonts/Ahem.ttf", 9 "test_fonts/Arimo-Bold.ttf", 11 "test_fonts/Arimo-Italic.ttf", 12 "test_fonts/Arimo-Regular.ttf", 13 "test_fonts/Cousine-Bold.ttf", 18 "test_fonts/DejaVuSans.ttf", 21 "test_fonts/Garuda.ttf", 28 "test_fonts/Lohit-Tamil.ttf", 29 "test_fonts/MuktiNarrow.ttf", [all …]
|
H A D | README.chromium | 1 Name: test_fonts 8 A collection of fonts in the test_fonts directory distributed in a 16 2. Copy the necessary files to ./test_fonts 21 4. Update the `//third_party/test_fonts/` BUILD.gn target to include all the 24 the files. You must do this in the //third_party/test_fonts directory. To 26 $ upload_to_google_storage.py --archive -b chromium-fonts test_fonts 29 $ git add ./third_party/test_fonts/test_fonts.tar.gz.sha1
|
H A D | .gitignore | 1 test_fonts/ 2 test_fonts.tar.gz
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/test_fonts/ |
H A D | BUILD.gn | 5 copy("test_fonts") { 8 "test_fonts/Ahem.ttf", 9 "test_fonts/Arimo-Bold.ttf", 11 "test_fonts/Arimo-Italic.ttf", 12 "test_fonts/Arimo-Regular.ttf", 13 "test_fonts/Cousine-Bold.ttf", 18 "test_fonts/DejaVuSans.ttf", 21 "test_fonts/Garuda.ttf", 28 "test_fonts/Lohit-Tamil.ttf", 29 "test_fonts/MuktiNarrow.ttf", [all …]
|
H A D | README.chromium | 1 Name: test_fonts 8 A collection of fonts in the test_fonts directory distributed in a 16 2. Copy the necessary files to ./test_fonts 21 4. Update the `//third_party/test_fonts/` BUILD.gn target to include all the 24 the files. You must do this in the //third_party/test_fonts directory. To 26 $ upload_to_google_storage.py --archive -b chromium-fonts test_fonts 29 $ git add ./third_party/test_fonts/test_fonts.tar.gz.sha1
|
/dports/print/py-fontbakery/fontbakery-0.8.4/tests/profiles/ |
H A D | name_test.py | 405 test_fonts = [TTFont(x) for x in font_paths] 408 assert_PASS(check(test_fonts)) 411 for font in test_fonts[:5]: 418 assert_results_contain(check(test_fonts),
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/skia/ |
H A D | BUILD.gn | 826 outputs = [ "$root_out_dir/test_fonts/{{source_file_part}}" ] 831 public_deps = [ "//third_party/test_fonts" ] 834 "$root_out_dir/test_fonts/Ahem.ttf", 835 "ext/data/test_fonts/ChromiumAATTest.ttf", 850 deps += [ "//third_party/test_fonts" ] 851 data_deps += [ "//third_party/test_fonts" ] 860 source_set("test_fonts") { 863 sources = [ "ext/test_fonts.h" ] 904 ":test_fonts", 927 "//third_party/test_fonts", [all …]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/skia/ |
H A D | BUILD.gn | 853 outputs = [ "$root_out_dir/test_fonts/{{source_file_part}}" ] 858 public_deps = [ "//third_party/test_fonts" ] 861 "$root_out_dir/test_fonts/Ahem.ttf", 862 "ext/data/test_fonts/ChromiumAATTest.ttf", 877 deps += [ "//third_party/test_fonts" ] 878 data_deps += [ "//third_party/test_fonts" ] 887 source_set("test_fonts") { 890 sources = [ "ext/test_fonts.h" ] 935 ":test_fonts", 957 "//third_party/test_fonts", [all …]
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/opentype/ |
H A D | open_type_caps_support_test.mm | 50 Vector<String> test_fonts = { 56 for (const auto& test_font : test_fonts)
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/opentype/ |
H A D | open_type_caps_support_test.mm | 50 Vector<String> test_fonts = { 56 for (const auto& test_font : test_fonts)
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/testing/ |
H A D | web_tests_linux.md | 34 ls third_party/test_fonts/test_fonts/ 37 is not empty and lists the fonts downloaded through the `test_fonts`
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/docs/testing/ |
H A D | web_tests_linux.md | 34 ls third_party/test_fonts/test_fonts/ 37 is not empty and lists the fonts downloaded through the `test_fonts`
|
/dports/graphics/py-wand/Wand-0.6.7/tests/ |
H A D | misc_test.py | 38 def test_fonts(): function
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/skia/ext/ |
H A D | test_fonts_mac.mm | 5 #include "skia/ext/test_fonts.h"
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/skia/ext/ |
H A D | test_fonts_mac.mm | 5 #include "skia/ext/test_fonts.h"
|
/dports/lang/python310/Python-3.10.1/Lib/test/ |
H A D | test_cgitb.py | 9 def test_fonts(self): member in TestCgitb
|
/dports/lang/python311/Python-3.11.0a3/Lib/test/ |
H A D | test_cgitb.py | 9 def test_fonts(self): member in TestCgitb
|
/dports/lang/python39/Python-3.9.9/Lib/test/ |
H A D | test_cgitb.py | 9 def test_fonts(self): member in TestCgitb
|
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/ |
H A D | test_cgitb.py | 9 def test_fonts(self): member in TestCgitb
|
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/ |
H A D | test_cgitb.py | 9 def test_fonts(self): member in TestCgitb
|
/dports/lang/python-tools/Python-3.8.12/Lib/test/ |
H A D | test_cgitb.py | 9 def test_fonts(self): member in TestCgitb
|
/dports/lang/python37/Python-3.7.12/Lib/test/ |
H A D | test_cgitb.py | 9 def test_fonts(self): member in TestCgitb
|
/dports/lang/python38/Python-3.8.12/Lib/test/ |
H A D | test_cgitb.py | 9 def test_fonts(self): member in TestCgitb
|
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/ |
H A D | test_cgitb.py | 9 def test_fonts(self): member in TestCgitb
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/heap/ |
H A D | BUILD.gn | 256 "//skia:test_fonts", 265 deps += [ "//skia:test_fonts" ]
|