You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/core
Daniel Calviño Sánchez ee06780029 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>
3 years ago
..
BackgroundJobs Add a background job that checks for potential user imported SSL certificates and shows a warning in the admin settings 4 years ago
Command Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 3 years ago
Controller Merge pull request #25086 from nextcloud/dependabot/composer/nextcloud/coding-standard-0.5.0 3 years ago
Data Format control structures, classes, methods and function 4 years ago
Db Update license headers 5 years ago
Exception Format control structures, classes, methods and function 4 years ago
Middleware Format control structures, classes, methods and function 4 years ago
Migrations Drop redundant indes 3 years ago
Notification Improve wording 4 years ago
Service Update the license headers for Nextcloud 20 4 years ago
ajax Remove unneeded casts that were found by Psalm 3 years ago
css Change outline color to --color-main-text 3 years ago
doc changed to nextcloud 8 years ago
fonts Include additional scripts in Noto fonts 3 years ago
img Merge pull request #25299 from elsiehupp/favicon-touch-corners 3 years ago
js Fix admin password strengthify tooltip 3 years ago
l10n [tx-robot] updated from transifex 3 years ago
skeleton ownCloud -> Nextcloud 8 years ago
src Fix admin password strengthify tooltip 3 years ago
templates Directly add notifications element 3 years ago
vendor Remove core.js 5 years ago
.l10nignore Add core/js/dist/ to l10nignore 5 years ago
Application.php Bump doctrine/dbal from 2.12.0 to 3.0.0 3 years ago
register_command.php Bump doctrine/dbal from 2.12.0 to 3.0.0 3 years ago
routes.php Add well known handlers API 4 years ago
shipped.json new weather status used in dashboard 4 years ago
strings.php Update license headers 5 years ago
webpack.js Fix unified search 4 years ago
webpack.test.js Bump webpack-merge from 4.2.2 to 5.0.9 4 years ago