nextcloud/tests
Daniel Calviño Sánchez 6997e6f755 Include additional scripts in Noto fonts
Generated avatars as well as text file previews are rendered using the
"core/fonts/NotoSans-Regular.ttf" font. The file was the standard hinted
"NotoSans-Regular.ttf" file from https://www.google.com/get/noto/.
However that file does not cover some non LGC (Latin, Greek, Cyrillic)
scripts, like Arabic, Devanagari or Hebrew, to name a few.

Markdown file previews also use "core/fonts/NotoSans-Bold.ttf", which is
in the same situation as the regular one.

Due to limitations in the TTF format it is not possible to provide a
single file for each style that includes all Noto fonts. However, it is
possible to add more scripts to the standard "NotoSans-Regular.ttf" and
"NotoSans-Bold.ttf" files (although no CJK (Chinese, Japanese, Korean)
glyph can be included due to the aforementioned limitations).

This commit replaces the standard files with an extended version created
using the Noto Tools. The build script (as well as a patch for the Noto
Tools) is also included for reference and to be able to update the font
files in the future if needed.

Due to the additional scripts added the font files are now much larger,
although this does not seem to increase the time spent rendering LGC
scripts.

Note that the file for the bold style still contains less scripts than
the regular one, as not all scripts supported by Noto have a bold
weight.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-03-22 20:09:42 +00:00
..
Core Send emails on password reset to the displayname 2021-02-18 14:35:06 +00:00
Test/Repair/Owncloud Readd repair steps that are relevant when migrating from ownCloud 2020-12-14 11:12:52 +01:00
acceptance Find directly the label instead of falling back to it 2021-03-08 07:59:37 +00:00
apps Validate the info.xml against the appstore schema file 2018-02-16 10:23:51 +01:00
data Include additional scripts in Noto fonts 2021-03-22 20:09:42 +00:00
docker Use the short array syntax, everywhere 2020-03-26 16:34:56 +01:00
lib expand 'path is already shared' error message 2021-03-19 17:32:14 +01:00
objectstore
travis
apps.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
bootstrap.php Use a blank line after the opening tag 2020-04-09 11:50:14 +02:00
drone-run-integration-tests.sh Also run for .sh and .json (when not package or package-lock) 2020-10-30 12:12:39 +00:00
drone-run-php-tests.sh Also run for .sh and .json (when not package or package-lock) 2020-10-30 12:12:39 +00:00
drone-wait-objectstore.sh Kill objectstore CI if we can't create a file 2018-02-26 14:54:27 +01:00
enable_all.php Add tests 2018-01-25 13:44:47 +01:00
karma.config.js Use `babel-loader-exclude-node-modules-except` 2020-07-31 11:00:33 +02:00
phpunit-autotest-external.xml
phpunit-autotest.xml Exclude apps/files_external/3rdparty again 2020-08-10 21:49:50 +02:00
preseed-config.php Use a blank line after the opening tag 2020-04-09 11:50:14 +02:00
redis-cluster.config.php
redis.config.php
startsessionlistener.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00