1Name: GardinerMod Font Family 2Short Name: Aegyptus 3URL: http://users.teilar.gr/~g1951d/ 4Version: 5.03 5License: Public Domain 6License File: NOT_SHIPPED 7Security Critical: no 8 9Description: 10 11A family of two derived fonts required for testing issues with font-family based 12fallback font selection. 13 14Based on Gardiner font by George Douros, from http://users.teilar.gr/~g1951d/ 15which is public domain, quoting from the site: "In lieu of a licence Fonts in 16this site are offered free for any use; they may be installed, embedded, opened, 17edited, modified, regenerated, posted, packaged and redistributed. George 18Douros" 19 20The modified version consists of two font files, both with the same family name, 21each containing only one glyph. One contains a cat glyph, one contains a bug 22glyph. The two fonts can be used to verify that font fallback is not based on 23family name, but based on file handle, thus avoiding an issue with font family 24name ambiguity. 25 26 27Local Modifications: 28 29Derived from Gardiner.ttf out of the Aegyptus package, created using the 30following commands: 31 32$ pyftsubset Gardiner.ttf U+131A3 33$ mv Gardiner.ttf.subset GardinerBug.ttf 34$ pyftsubset Gardiner.ttf U+130E0 35$ mv Gardiner.ttf.subset GardinerCat.ttf 36