nextcloud/build
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
..
.ci-conf
integration Add integration tests for "sharing:cleanup-remote-storages" OCC command 2021-03-18 07:59:45 +00:00
stubs Add patches for stubs 2020-08-18 13:01:10 +02:00
.htaccess
OCPSinceChecker.php Use empty for the OCP @since checker 2020-06-09 08:49:24 +02:00
autoloaderchecker.sh Force composer v1 2020-12-04 14:27:35 +01:00
build.xml
buildjsdocs.sh
ca-bundle-checker.sh Bump the ca location 2021-03-01 12:37:56 +00:00
compile-handlebars-templates.sh
files-checker.php Check only the baseline.xml and exclude the psalm.xml from the file check 2020-08-18 13:01:10 +02:00
gen-coverage-badge.php
htaccess-checker.php
image-optimization.sh Fix typo in variable name and make check more accurate 2020-07-01 10:48:38 +02:00
jsdocs9.tar.bz2
license.php
merge-font-noto-fix-merging-v20201206-phase3-76b29f8f8f9b.patch Include additional scripts in Noto fonts 2021-03-22 20:09:42 +00:00
merge-font-noto.sh Include additional scripts in Noto fonts 2021-03-22 20:09:42 +00:00
package-lock.json Merge pull request #22663 from nextcloud/dependabot/npm_and_yarn/build/karma-viewport-1.0.7 2020-09-09 21:24:28 +02:00
package.json Bump karma-viewport from 1.0.6 to 1.0.7 in /build 2020-09-08 06:37:47 +00:00
phpDocumentor.sh Use proper branch name in phpdoc builds 2020-08-27 08:47:16 +02:00
psalm-baseline.xml Update and fix baseline 2021-03-17 12:04:08 +01:00
signed-off-checker.php
translation-checker.php Make translation-checker.php less verbose. 2020-07-15 11:29:12 +02:00
triple-dot-checker.php
update-apps.sh
update.sh
vue-builds.sh