nextcloud/core
Daniel Calviño Sánchez 4cb539bf09 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:07:58 +00:00
..
BackgroundJobs Add a background job that checks for potential user imported SSL certificates and shows a warning in the admin settings 2020-11-03 10:06:33 +01:00
Command Fix markup 2021-01-18 11:32:51 +01:00
Controller Send emails on password reset to the displayname 2021-02-18 14:34:38 +00:00
Data Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Db Update license headers 2019-12-05 15:38:45 +01:00
Exception Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Middleware Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Migrations Add missing index on the user column 2021-03-22 20:07:53 +01:00
Notification Improve wording 2020-12-02 21:42:32 +01:00
Service Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
ajax Remove unneeded casts that were found by Psalm 2021-01-11 13:14:41 +01:00
css Skip template picker if none available 2021-01-28 12:00:20 +01:00
doc changed to nextcloud 2016-06-22 08:20:23 +02:00
fonts Include additional scripts in Noto fonts 2021-03-22 20:07:58 +00:00
img Update manifest.json 2021-02-11 11:31:04 +00:00
js Fix admin password strengthify tooltip 2021-03-05 18:15:30 +01:00
l10n [tx-robot] updated from transifex 2021-03-22 02:23:56 +00:00
skeleton ownCloud -> Nextcloud 2016-07-28 15:47:04 +02:00
src Fix admin password strengthify tooltip 2021-03-05 18:15:30 +01:00
templates Directly add notifications element 2021-01-18 15:00:20 +01:00
vendor Remove core.js 2019-01-09 15:02:00 +01:00
.l10nignore Add core/js/dist/ to l10nignore 2019-06-13 13:55:22 +02:00
Application.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
register_command.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
routes.php Add well known handlers API 2020-12-16 13:13:05 +01:00
shipped.json new weather status used in dashboard 2020-08-20 00:21:08 +02:00
strings.php Update license headers 2019-12-05 15:38:45 +01:00
webpack.js Fix unified search 2020-08-03 11:26:03 +00:00
webpack.test.js Bump webpack-merge from 4.2.2 to 5.0.9 2020-07-30 16:38:05 +02:00