From c66641b76b03dc228b46d01949aadf0959606ed3 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Mon, 3 Sep 2018 14:19:11 -0700 Subject: [PATCH] mv misc/doc -> misc/dist --- .gitattributes | 4 ++-- misc/dist/hinted vs unhinted.txt | 18 ++++++++++++++++++ misc/{doc => dist}/install-mac.txt | 0 misc/{doc => dist}/install-win.txt | 0 misc/{doc => dist}/inter-ui.css | 0 misc/doc/hinted vs unhinted.txt | 17 ----------------- 6 files changed, 20 insertions(+), 19 deletions(-) create mode 100644 misc/dist/hinted vs unhinted.txt rename misc/{doc => dist}/install-mac.txt (100%) rename misc/{doc => dist}/install-win.txt (100%) rename misc/{doc => dist}/inter-ui.css (100%) delete mode 100644 misc/doc/hinted vs unhinted.txt diff --git a/.gitattributes b/.gitattributes index 591ca02e4..949c93fd6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ # Use CRLF for line endings in the Windows install "readme" file -misc/doc/install-win.txt text eol=crlf -misc/doc/hinted[[:space:]]vs[[:space:]]unhinted.txt text eol=crlf +misc/dist/install-win.txt text eol=crlf +misc/dist/hinted[[:space:]]vs[[:space:]]unhinted.txt text eol=crlf diff --git a/misc/dist/hinted vs unhinted.txt b/misc/dist/hinted vs unhinted.txt new file mode 100644 index 000000000..638b340d0 --- /dev/null +++ b/misc/dist/hinted vs unhinted.txt @@ -0,0 +1,18 @@ + +Inter UI font files comes in two versions: + +1. "unhinted" -- Without TrueType hints (the default) + +2. "hinted" -- With TrueType hints + + +The TrueType hints are used by ClearType on Windows machines where ClearType +is enabled. This usually changes the appearance of the fonts and can in some +cases increase the legibility of text. + +Additionally, hints are little computer programs that takes up considerable +disk space, meaning that font files with hints are larger than those without +hints. This might be a consideration when using web fonts. + +The hints for Inter UI are automatically generated by a program called +autohint. diff --git a/misc/doc/install-mac.txt b/misc/dist/install-mac.txt similarity index 100% rename from misc/doc/install-mac.txt rename to misc/dist/install-mac.txt diff --git a/misc/doc/install-win.txt b/misc/dist/install-win.txt similarity index 100% rename from misc/doc/install-win.txt rename to misc/dist/install-win.txt diff --git a/misc/doc/inter-ui.css b/misc/dist/inter-ui.css similarity index 100% rename from misc/doc/inter-ui.css rename to misc/dist/inter-ui.css diff --git a/misc/doc/hinted vs unhinted.txt b/misc/doc/hinted vs unhinted.txt deleted file mode 100644 index 564e360cc..000000000 --- a/misc/doc/hinted vs unhinted.txt +++ /dev/null @@ -1,17 +0,0 @@ - -Inter UI font files comes in two versions: - -1. Without TrueType hints (the default) - -2. With TrueType hints (folder with "hinted" in their name) - - -The TrueType hints are used by ClearType on Windows machines where ClearType -is enabled. This usually changes the appearance of the fonts and can in some -cases increase the legibility of text. - -However, the hints for Inter UI are automatically generated and are not always -a good thing. Additionally, hints are little computer programs that takes up -considerable disk space, meaning that font files with hints are larger than -those without hints. This might be a consideration when using web fonts. -