Home | History | Annotate | only in /external/chromium_org/third_party/gardiner_mod
Up to higher level directory
NameDateSize
GardinerModBug.ttf10-Mar-20152.8K
GardinerModCat.ttf10-Mar-20152.2K
LICENSE10-Mar-2015192
OWNERS10-Mar-201537
README.chromium10-Mar-20151.2K

README.chromium

      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 
      9 Description:
     10 
     11 A family of two derived fonts required for testing issues with font-family based
     12 fallback font selection.
     13 
     14 Based on Gardiner font by George Douros, from http://users.teilar.gr/~g1951d/
     15 which is public domain, quoting from the site: "In lieu of a licence Fonts in
     16 this site are offered free for any use; they may be installed, embedded, opened,
     17 edited, modified, regenerated, posted, packaged and redistributed. George
     18 Douros"
     19 
     20 The modified version consists of two font files, both with the same family name,
     21 each containing only one glyph. One contains a cat glyph, one contains a bug
     22 glyph. The two fonts can be used to verify that font fallback is not based on
     23 family name, but based on file handle, thus avoiding an issue with font family
     24 name ambiguity.
     25 
     26 
     27 Local Modifications:
     28 
     29 Derived from Gardiner.ttf out of the Aegyptus package, created using the
     30 following 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