Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/gardiner_mod/README.chromium

Issue 356733003: Enable layout testing support for font fallback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: README.Chromium renamed to README.chromium (lowercase) Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/gardiner_mod/OWNERS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gardiner_mod/README.chromium
diff --git a/third_party/gardiner_mod/README.chromium b/third_party/gardiner_mod/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..23b60de68ff58b78b21e8a01c23f7a1d0fd6d20d
--- /dev/null
+++ b/third_party/gardiner_mod/README.chromium
@@ -0,0 +1,35 @@
+Name: GardinerMod Font Family
+Short Name: Aegyptus
+URL: http://users.teilar.gr/~g1951d/
+Version: 5.03
+License: Public Domain
+License File: NOT_SHIPPED
+Security Critical: no
+
+Description:
+
+A family of two derived fonts required for testing issues with font-family based
+fallback font selection.
+
+Based on Gardiner font by George Douros, from http://users.teilar.gr/~g1951d/
+which is public domain, quoting from the site: "In lieu of a licence Fonts in
+this site are offered free for any use; they may be installed, embedded, opened,
+edited, modified, regenerated, posted, packaged and redistributed. George
+Douros"
+
+The modified version consists of two font files, both with the same family name,
+each containing only one glyph. One contains a cat glyph, one contains a bug
+glyph. The two fonts can be used to verify that font fallback is not based on
+family name, but based on file handle, thus avoiding an issue with font family
+name ambiguity.
+
+
+Local Modifications:
+
+Derived from Gardiner.ttf out of the Aegyptus package, created using the
+following commands:
+
+$ pyftsubset Gardiner.ttf U+131A3
+$ mv Gardiner.ttf.subset GardinerBug.ttf
+$ pyftsubset Gardiner.ttf U+130E0
+$ mv Gardiner.ttf.subset GardinerCat.ttf
« no previous file with comments | « third_party/gardiner_mod/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698