README_GardinerMod.txt 1.2 KB

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