+ upgrade bundled dejavu fonts from 2.14 to 2.28 (closes #240)
This commit is contained in:
parent
0e2a4cddc5
commit
83c0a7883b
51 changed files with 7061 additions and 4505 deletions
|
@ -24,5 +24,9 @@ Import('env')
|
|||
prefix = env['PREFIX']
|
||||
install_prefix = env['DESTDIR'] + '/' + prefix
|
||||
|
||||
includes = glob.glob('*/*.ttf')
|
||||
env.Alias(target='install', source=env.Install(install_prefix+'/' + env['LIBDIR_SCHEMA'] + '/mapnik/fonts', includes))
|
||||
includes = glob.glob('*/*/*.ttf')
|
||||
|
||||
fontscollectionpath = install_prefix + '/' + env['LIBDIR_SCHEMA'] + '/mapnik/fonts'
|
||||
|
||||
if not env['SYSTEM_FONTS']:
|
||||
env.Alias(target='install', source=env.Install(fontscollectionpath, includes))
|
|
@ -1,6 +1,7 @@
|
|||
Adrian Schroeter
|
||||
Andrey Valentinovich Panov
|
||||
Ben Laenen
|
||||
Besarion Gugushvili
|
||||
Bhikkhu Pesala
|
||||
Clayborne Arevalo
|
||||
Dafydd Harries
|
||||
|
@ -19,20 +20,25 @@ John Karp
|
|||
Keenan Pepper
|
||||
Lars Naesbye Christensen
|
||||
Mashrab Kuvatov
|
||||
Max Berger
|
||||
Mederic Boquien
|
||||
Michael Everson
|
||||
Misu Moldovan
|
||||
Nguyen Thai Ngoc Duy
|
||||
Nicolas Mailhot
|
||||
Ognyan Kulev
|
||||
Ondrej Koala Vacha
|
||||
Peter Cernak
|
||||
Remy Oudompheng
|
||||
Roozbeh Pournader
|
||||
Sahak Petrosyan
|
||||
Sander Vesik
|
||||
Stepan Roh
|
||||
Stephen Hartke
|
||||
Tavmjong Bah
|
||||
Tim May
|
||||
Valentin Stoykov
|
||||
Vasek Stodulka
|
||||
Wesley Transue
|
||||
|
||||
$Id: AUTHORS 1491 2007-01-12 20:40:12Z ben_laenen $
|
||||
$Id: AUTHORS 2162 2007-12-27 12:39:07Z ben_laenen $
|
|
@ -1,4 +1,5 @@
|
|||
Fonts are (c) Bitstream (see below). DejaVu changes are in public domain. Glyphs imported from Arev fonts are (c) Tavmjung Bah (see below)
|
||||
Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
|
||||
Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below)
|
||||
|
||||
Bitstream Vera Fonts Copyright
|
||||
------------------------------
|
||||
|
@ -95,4 +96,4 @@ dealings in this Font Software without prior written authorization
|
|||
from Tavmjong Bah. For further information, contact: tavmjong @ free
|
||||
. fr.
|
||||
|
||||
$Id: LICENSE 778 2006-04-20 18:14:24Z moyogo $
|
||||
$Id: LICENSE 2133 2007-11-28 02:46:28Z lechimp $
|
|
@ -1,4 +1,413 @@
|
|||
Changes from 2.27 to 2.28
|
||||
|
||||
* added U+A789, U+A78A in Sans and Sans Mono (by Denis Jacquerye)
|
||||
* modified U+02D6, U+02D7, U+02EE in Sans and Sans Mono (by Denis Jacquerye)
|
||||
* added U+1E9E (German capital ß) to Sans and Serif (by Denis Jacquerye)
|
||||
* adjusted width of U+01B7-U+01B9 in Serif Italic (by Denis Jacquerye)
|
||||
* modified U+021C, U+021D in Sans (by Denis Jacquerye)
|
||||
* added U+021C, U+021D in Mono (by Denis Jacquerye)
|
||||
* added U+F428 (Georgian Nuskhuri "f") in private use area (by Besarion
|
||||
Gugushvili)
|
||||
* updated Georgian mkhedruli (U+10D0-U+10FA) with new version (by Besarion
|
||||
Gugushvili)
|
||||
* updated Georgian asomtavruli (U+10A0-U+10C5) with new version (by Besarion
|
||||
Gugushvili)
|
||||
* added Georgian nuskhuri (U+2D00-U+2D25) (by Besarion Gugushvili)
|
||||
* added Georgian mtavruli in private use area (U+F400-U+F426) (by Besarion
|
||||
Gugushvili)
|
||||
* added mark anchors above to Cyrillic U+0430-U+0438, U+043A-U+044F,
|
||||
U+0454-U+0455 in Mono (by Ben Laenen)
|
||||
* modified/moved up U+0318-U+0319, U+031C-U+031F, U+0329-U+032A, U+032C-U+032D,
|
||||
U+0339-U+033B, U+0348 and U+0353 in Sans to prevent cut-off (by Gee Fung Sit)
|
||||
* added U+035A to Sans (by Gee Fung Sit)
|
||||
* updated fontconfig files (by Nicolas Mailhot)
|
||||
* added U+2032-2037 to Mono (by Denis Jacquerye)
|
||||
* added Ogham to Sans ExtraLight (by Gee Fung Sit)
|
||||
* added U+2C6F, U+2C79, U+2C7C-2C7D to Mono (by Gee Fung Sit)
|
||||
* added U+210F to Serif and Sans ExtraLight (by Gee Fung Sit)
|
||||
* changed U+210F to a more common glyph in Sans and Mono (by Gee Fung Sit)
|
||||
|
||||
Changes from 2.26 to 2.27
|
||||
|
||||
* added some of Michael Everson's new Cyrillic glyphs to Sans (by Wesley
|
||||
Transue)
|
||||
* removed blank glyph at U+05EF from Sans Bold Oblique (by Gee Fung Sit)
|
||||
* small adjustments to existing tone bars in Sans and Mono (by Gee Fung Sit)
|
||||
* added U+0372-U+0373, U+0376-U+0377, U+03CF, U+A668-U+A66E, U+A708-U+A711,
|
||||
U+A71B-U+A71F to Sans (by Gee Fung Sit)
|
||||
* copied U+02E5-U+02E9 over from Sans to fix inconsistencies in Serif (by Gee
|
||||
Fung Sit)
|
||||
* added U+021C-U+021D, U+0370-U+0371, U+037B-U+037D, U+0470-U+0471,
|
||||
U+0510-U+0515, U+051A-U+051D, U+1E9F, U+2C64, U+2C6E-U+2C6F, U+2C79,
|
||||
U+2C7C-U+2C7D, U+A644-U+A647, U+A650-U+A651, U+A654-U+A657, U+A708-U+A716,
|
||||
U+A71B-U+A71F to Serif (by Gee Fung Sit)
|
||||
* added U+A708-U+A716, U+A71B-U+A71F to Mono (by Gee Fung Sit)
|
||||
* added anchors to U+017F (ſ) and fixed U+1E9B (ẛ) in Serif (by Gee Fung Sit)
|
||||
* made U+0325 smaller in Sans Bold and Serif to match Sans Book (by Gee Fung
|
||||
Sit)
|
||||
* fixes to U+02F3 (moved up), U+228F-U+2294 (more square-like) and
|
||||
U+22CE-U+22CF (stroke width) in Sans (by Gee Fung Sit)
|
||||
* replaced U+2202 ∂ (Sans and Mono) and U+221D ∝, U+221E ∞ (Sans) with glyphs
|
||||
from Arev (with small changes) (by Gee Fung Sit)
|
||||
* added U+22B0-U+22B1, U+22C7, U+22D0-U+22D5 from Arev to Sans to complete the
|
||||
block (by Gee Fung Sit)
|
||||
* added U+0514-U+0515 to Sans ExtraLight (by Gee Fung Sit)
|
||||
* skewed U+A78C in all Oblique/Italic fonts (by Gee Fung Sit)
|
||||
* moved U+2215 to U+2044 in Sans and Serif and replaced U+2215 with reference
|
||||
to U+002F in all fonts (by Gee Fung Sit)
|
||||
* added U+2C6E to Mono (by Denis Jacquerye)
|
||||
* added U+A782 and U+A783 in Sans (by Wesley Transue)
|
||||
* added U+0244, U+024C-024D, U+2C64 in Sans Mono (by Denis Jacquerye)
|
||||
* modified U+01AE in Sans Mono (by Denis Jacquerye)
|
||||
* added U+2C7A to all fonts (by Gee Fung Sit)
|
||||
* italicized/small changes to U+2C76 in Serif (Bold) Italic (by Gee Fung Sit)
|
||||
* improved outlines of U+2C68, U+2C6A, U+2C6C in Serif (Bold) Italic (by Gee
|
||||
Fung Sit)
|
||||
* rounded U+2C77 at the bottom in Serif (by Gee Fung Sit)
|
||||
* added joining behavior for tone letters (U+02E5-U+02E9) in Sans (bug #15669)
|
||||
(by Gee Fung Sit)
|
||||
* fixed outline of y.alt in Sans Regular (by Denis Jacquerye)
|
||||
* changed references of U+1D5A8, U+1D5C5, U+1D5DC, U+1D5F9, U+1D610, U+1D62D,
|
||||
U+1D644 and U+1D661 to stylistic alternates to have a better distinction (by
|
||||
Gee Fung Sit)
|
||||
* hinted I.alt in Sans Regular (by Gee Fung Sit)
|
||||
* added U+0487, completing Cyrillic block (by Gee Fung Sit)
|
||||
* extended the bar of U+0463 to the right and moved the anchor (by Gee Fung
|
||||
Sit)
|
||||
* added anchors to glyphs in Cyrillic block (by Gee Fung Sit)
|
||||
* added (preliminary) hints to tone letter forms (U+02E5.5, U+02E9.1, stem) in
|
||||
Sans Book (by Gee Fung Sit)
|
||||
|
||||
Changes from 2.25 to 2.26
|
||||
|
||||
- added glyphs for Cyrillic-B to Sans (by Wesley Transue)
|
||||
- added U+0370-U+0371 to Sans (by Wesley Transue)
|
||||
- added U+019C, U+01A2-U+01A3, U+01A6, U+01E4-U+01E5, U+024C-U+024D, U+0285,
|
||||
U+0290, U+02A0, U+0370-U+0371, U+03F1, U+03FC to Sans ExtraLight (by Wesley
|
||||
Transue)
|
||||
- added U+20A0-U+20A5, U+20A7-U+20B3, U+2105, U+210D, U+210F, U+2115, U+2117,
|
||||
U+2119-U+211A, U+211D, U+2124, U+212E, U+2200-U+2204 to Mono (by Heikki
|
||||
Lindroos)
|
||||
- added U+01BA and U+01BF to Mono (by Heikki Lindroos)
|
||||
- merged OpenType "aalt" feature in Latin in Sans (by Denis Jacquerye)
|
||||
- added alternative shape for y in Sans (by Denis Jacquerye)
|
||||
- added saltillo (U+A78B-U+A78C) to all faces (by James Cloos)
|
||||
- changed U+047C-U+047D to references instead of outlines in Sans (by Wesley
|
||||
Transue)
|
||||
- added Latin letter tresillo U+A72A-U+A72B to Sans (by Wesley Transue)
|
||||
- added U+A734-U+A737 to Sans (by Wesley Transue)
|
||||
- added U+2053 to Serif and fixed it bug:9425 in Sans (by Gee Fung Sit)
|
||||
- removed problematic hints for U+0423 bug:10025 (by Gee Fung Sit)
|
||||
- added U+27C5-U+27C6 bug:10255 to all faces (by Gee Fung Sit)
|
||||
- fixed width of U+2016 in Sans Oblique (by Gee Fung Sit)
|
||||
- added U+2016, U+2032-U+2038, U+2042, U+2045-U+2046, U+204B-U+204F,
|
||||
U+2051-U+2052, U+2057 to Serif (by Gee Fung Sit)
|
||||
- made U+2140 bigger to match other n-ary operators (by Gee Fung Sit)
|
||||
- added U+0606-U+0607, U+0609-U+060A to Sans (by Gee Fung Sit)
|
||||
- added U+221B-U+221C to Mono (by Gee Fung Sit)
|
||||
- small adjustments to U+221B-U+221C in Sans and Serif (by Gee Fung Sit)
|
||||
- update U+04B4-U+04B5 in Serif (by Andrey V. Panov)
|
||||
- increased max-storage value from maxp table to 153 (by Andrey V. Panov)
|
||||
- added U+0472-U+0473, U+0510-U+0511, U+051A-U+051D, U+0606-U+0607,
|
||||
U+0609-U+060A, U+1E26-U+1E27, U+1E54-U+1E55, U+1E7C-U+1E7D, U+1E8C-U+1E8D,
|
||||
U+1E90-U+1E91, U+1E97-U+1E99, U+1E9F, U+1EAC-U+1EAD, U+1EB6-U+1EB7,
|
||||
U+1EC6-U+1EC7, U+1ED8-U+1EDD, U+1EE0-U+1EE3, U+1EE8-U+1EEB, U+1EEE-U+1EF1 to
|
||||
Mono (by Gee Fung Sit)
|
||||
- added locl rules for S/T cedilla for Romanian and Moldavian so they get
|
||||
rendered as S/T with comma accent (see Redhat bug #455981) (by Ben Laenen)
|
||||
- removed ligature rule from Armenian U+0587 bug:16113 (by Gee Fung Sit)
|
||||
|
||||
Changes from 2.24 to 2.25
|
||||
|
||||
- moved/added U+2E18 (by Gee Fung Sit)
|
||||
- added empty glyph for U+2064 in Sans and Serif (by Gee Fung Sit)
|
||||
- added U+22CE-U+22CF to Sans (by Gee Fung Sit)
|
||||
- Sans Oblique and Bold Oblique, Serif: reverted digits hinting instructions back to before revision 1590, which fixed mistaken debian bug #471024. This fixes Debian bug #411308. The original bug was in freetype not in the fonts (by Denis Jacquerye)
|
||||
- added U+A726-U+A729, U+A730-U+A733, U+A738-U+A73F, U+A746-U+A74B, U+A74E-U+A74F, U+A780-U+A781, U+A7FB-U+A7FF to Sans (by Gee Fung Sit)
|
||||
- added Macedonian italic glyph shape for U+0453 in Serif (by Ben Laenen)
|
||||
- changed descenders in U+0446, U+0449, U+0497, U+04A3, U+04AD (by Andrey V. Panov)
|
||||
- updated main SFD files to SplineFontDB 3.0 (Denis Jacquerye and Gee Fung Sit)
|
||||
- moved U+0561 2 up since it wasn't aligned with the baseline well (by Ben Laenen)
|
||||
- added U+2E2E to Sans (by Gee Fung Sit)
|
||||
- replaced U+2699 with simpler version in Sans (by Gee Fung Sit)
|
||||
- added a lot of hinting instructions to Latin Extended B, Greek and Coptic glyphs Sans Book (by Wesley Transue)
|
||||
- differentiated U+2219 from U+22C5 and adjusted affected references in Sans and Mono (by Gee Fung Sit)
|
||||
- made Hebrew narrower in Sans Bold and Sans Bold Oblique (by Denis Jacquerye)
|
||||
- added Kurdish and Chuvash letters from Unicode 5.1 Cyrillic Extended block (by Wesley Transue)
|
||||
- added U+1E9F, U+A644-U+A647, U+A64C-U+A64D, U+A650-U+A651, U+A654-U+A655, U+A712U+A716 to Sans (by Gee Fung Sit)
|
||||
- added several glyphs to Sans ExtraLight (by Gee Fung Sit)
|
||||
- added hinting instructions to U+046A-U+046B, U+0508-U+0509, U+050B, U+0512-U+0513 in Sans Book (by Wesley Transue)
|
||||
- corrected width of U+027E in Sans Book (by Gee Fung Sit)
|
||||
- added U+2C79, U+2C7B-U+2C7D to Sans (by Gee Fung Sit)
|
||||
- added a bunch of glyphs+small corrections to Sans Light (by Gee Fung Sit)
|
||||
- added U+0496, U+0497, U+04B0, U+04B1 (by Andrey V. Panov)
|
||||
- updated U+0493, U+049B, U+04B3, U+04B7, U+04F7 (by Andrey V. Panov)
|
||||
- further improvements in extended Cyrillic (by Andrey V. Panov)
|
||||
|
||||
Changes from 2.23 to 2.24
|
||||
|
||||
- instructions for U+05C0 ׀, U+05C3 ׃, U+05F3 ׳, and U+05F4 ״ in DejaVu
|
||||
Sans. (by Wesley Transue)
|
||||
- instructions for U+2116 in Sans (by Andrey V. Panov)
|
||||
- Unicode 5.1 update: moved U+F208 to U+2C6D, U+F25F to U+2C71, added
|
||||
U+2C6E-U+2C6F, U+2C72-U+2C73, updated outline of U+2C71 in Sans. (by
|
||||
Denis Jacquerye)
|
||||
- updated and instructed U+0401 in Sans (by Andrey V. Panov)
|
||||
- fixed the bug in Sans faces where U+02EC ˬ faced the wrong direction.
|
||||
Also, added a few more glyph instructions. (by Wesley Transue)
|
||||
- removed OS2Sub and OS2Strike that weren't intentional in Sans
|
||||
ExtraLight. (by Denis Jacquerye)
|
||||
- updated instructions for U+401, U+44F in Serif Book. (by Andrey V.
|
||||
Panov)
|
||||
- instructions for U+02C4 ˄, U+02C5 ˅, U+03D8 Ϙ, U+03D9 ϙ, U+0494 Ҕ, and
|
||||
U+0495 ҕ in Sans Book. (by Wesley Transue)
|
||||
- instructions for U+01A6 Ʀ, U+0238 ȸ, U+0239 ȹ, U+02EC ˬ, and U+05C6 ׆
|
||||
in Sans Book. (by Wesley Transue)
|
||||
- DejaVuSans.sfd DejaVuSerif.sfd: updated instructions for U+447 and
|
||||
U+451 using code generated with xgridfit (by Andrey V. Panov)
|
||||
- instructions for a few glyphs in the Latin Extended-B Block, Greek
|
||||
Block, Cyrillic Block, and N'Ko block. (by Wesley Transue)
|
||||
- updated sfdnormalize.pl, and SFD files to new SFD format with empty
|
||||
lines. (by Denis Jacquerye)
|
||||
|
||||
Changes from 2.22 to 2.23
|
||||
|
||||
- fixed bug which made Condensed fonts appear instead of normal width ones
|
||||
- added U+20DB, U+20DC, and U+20E1 to Sans (by Roozbeh Pournader)
|
||||
- added hinting instructions to U+01A7, U+01AA-U+01AC, U+01AE-U+01AF,
|
||||
U+01BC-U+01BD, U+01BF, U+01F7, U+0277, U+027F, U+0285-U+0286, U+0297, U+02AF,
|
||||
U+02B4-U+02B5, U+02BD, U+030D, U+0311, U+0329, U+04A0-U+04A1 in Sans Book (by
|
||||
Wesley Transue)
|
||||
- modified hinting instructions of U+04A2 in Sans Book (by Wesley Transue)
|
||||
- added hinting instructions to U+237D, U+2423 in Mono Book and Mono Bold (by
|
||||
Wesley Transue)
|
||||
- added mathematical alphanumeric symbols to all styles (by Max Berger)
|
||||
- added Unicode 5.1 U+2E18 as U+2E18.u51 (not yet usable) to Sans (by Roozbeh
|
||||
Pournader)
|
||||
- dereferenced all glyphs with mixed references and outlines (by Denis
|
||||
Jacquerye)
|
||||
- removed non-zero width from U+0344 in Sans (by Denis Jacquerye)
|
||||
|
||||
Changes from 2.21 to 2.22
|
||||
|
||||
- directory structure has changed, we now use the Makefile
|
||||
- modified Armenian U+0565 in Sans (by Սահակ Պետրոսյան)
|
||||
- added double struck letters and numbers U+2102, U+210D, U+2115,
|
||||
U+2119-U+211A, U+211D, U+2124, U+213C-U+2140, U+2145-U+2149, U+1D538-U+1D539,
|
||||
U+1D53B-U+1D53E, U+1D540-U+1D544, U+1D546, U+1D54A-U+1D550, U+1D552-U+1D56B,
|
||||
U+1D7D8-U+1D7E1 to Serif (by Stephen Hartke)
|
||||
- added letterlike symbols U+2103, U+2109, U+2127, U+214B, U+2141-U+2144 to
|
||||
Serif (by Ben Laenen)
|
||||
- fixed outline direction of U+2143 in Sans Bold/Bold Oblique (by Ben Laenen)
|
||||
- added arrow set in Serif: arrows: U+2194-U+21FF; dingbats: U+27A1;
|
||||
supplemental arrows A: U+27F0-U+27FF; supplemental arrows B: U+2900-U+2975,
|
||||
U+297A; miscellaneous symbols and arrows: U+2B00-U+2B11 (by Ben Laenen)
|
||||
- added U+0180, U+01DE, U+01E0-01E1, U+022A, U+022C, U+0230, U+1E08-U+1E09,
|
||||
U+1E10-U+1E11, U+1EB0-U+1EB1 to Mono (by Denis Jacquerye)
|
||||
- adjusted U+01D5, U+01D7, U+01D9, U+1DB in Mono (by Denis Jacquerye)
|
||||
- added Ogham in Sans (by Wesley Transue)
|
||||
- added Yijing Hexagram Symbols in Sans (by Wesley Transue)
|
||||
- hinting instructions added to Cyrillic U+0460, U+04A6-U+04A7, U+04AC-U+04AD,
|
||||
U+04C7-U+04C8, U+04F6-U+04F7, U+04FA-U+04FB, U+050C-U+050D in Sans Book (by
|
||||
Wesley Transue)
|
||||
- adjusted Cyrillic letters U+042A, U+044A, U+044C, U+0459-U+045B, U+0462,
|
||||
U+048C-U+048D in Serif (by Andrey V. Panov)
|
||||
- hinting instructions added to Lao U+0EB7 in Sans (by Wesley Transue)
|
||||
- added Roman numerals and Claudian letter U+2160-U+2184 in Serif (by Ben
|
||||
Laenen)
|
||||
- added U+FFF9-U+FFFD to Sans, Serif and Mono (by Lars Næsbye Christensen)
|
||||
- added mathematical symbols to Serif: U+2200, U+2203-U+2204, U+2213-U+2214,
|
||||
U+2217-U+2218, U+2223-U+2226, U+2250-U+2255, U+2295-U+22AF, U+22C5 (by Ben
|
||||
Laenen)
|
||||
- modified bullet symbol U+2219 in Serif (by Ben Laenen)
|
||||
|
||||
Changes from 2.20 to 2.21
|
||||
|
||||
- added U+FE20-U+FE23 (half diacritics) to Sans (by Denis Jacquerye)
|
||||
- added anchor "half" to position right half of double marks, U+FE21 or U+FE23
|
||||
to Sans (by Denis Jacquerye)
|
||||
- shifted U+0360 up to avoid collision with some outlines in Sans (by Denis
|
||||
Jacquerye)
|
||||
- added anchor above-mark anchor to U+035D, U+035E, U+0360, U+0361 in Sans (by
|
||||
Denis Jacquerye)
|
||||
- added instructions for ff, ffi, ffl ligatures in Serif Bold (by Eugeniy
|
||||
Meshcheryakov)
|
||||
- added instructions to some N'Ko glyphs (by Wesley Transue)
|
||||
- added instructions to some Lao glyphs (by Wesley Transue)
|
||||
- cleaning up 'liga' Standard Ligature in Latin, in Sans and Sans Mono (by
|
||||
Denis Jacquerye)
|
||||
- added U+046A, U+046B (big yus) in Serif (by Andrey V. Panov)
|
||||
- added box drawing symbols to Sans and Serif (by Lars Næsbye Christensen)
|
||||
- added Makefile to improve font and packages generating (by Nicolas Mailhot)
|
||||
|
||||
Changes from 2.19 to 2.20
|
||||
|
||||
- removed TeX and TeXData tags from all sfd files (by Eugeniy Meshcheryakov)
|
||||
- removed all 'frac' lookups (by Eugeniy Meshcheryakov)
|
||||
- fixed duplicate glyph names (by Eugeniy Meshcheryakov)
|
||||
- removed standard ligatures with U+00B7 in Mono (by Eugeniy Meshcheryakov)
|
||||
- use reference to U+002D in U+00AD in Sans Oblique, and adjust instructions
|
||||
(by Eugeniy Meshcheryakov)
|
||||
- updated Cyrillic in Sans Extra Light (by Andrey V. Panov)
|
||||
- added instructions to N'Ko U+07C1-U+07C6, U+07CA, U+07CE-U+07CF, U+07D1,
|
||||
U+07D3-U+07D4, U+07D8, U+07DB and U+07EB in Sans (by Wesley Transue)
|
||||
- added instructions to Lao U+0E8A, U+0E95, U+0E97, U+EA5, U+0EB4 and U+0EB5
|
||||
(by Wesley Transue)
|
||||
- adjusted instructions for Hebrew glyphs (by Denis Jacquerye)
|
||||
- added instructions for U+0265 in Sans Bold (by Denis Jacquerye)
|
||||
- fix U+1D68 in Sans: it had the shape of delta, where it should be a rho (by
|
||||
Ben Laenen)
|
||||
- remove U+1D5C glyph in Sans Oblique (it was empty) (by Ben Laenen)
|
||||
- fix instructions of U+01AD in Sans Bold (by Ben Laenen)
|
||||
- fix instructions of U+042D in Serif (by Ben Laenen)
|
||||
- remove buggy instructions of U+2328 in Serif (by Ben Laenen)
|
||||
- corrected width of U+2C75-U+2C76 in Sans Bold and Serif Bold (by Gee Fung Sit)
|
||||
- added U+2C75-U+2C77 to Mono (by Gee Fung Sit)
|
||||
|
||||
Changes from 2.18 to 2.19
|
||||
|
||||
- fixed misplaced symbols (U+2325,2326) in Sans Oblique (by John Karp)
|
||||
- added Mark to Base anchors: 'cedilla' for combining cedilla and
|
||||
'above-legacy' for stacking above precomposed glyphs (just a,e,i,o,u with
|
||||
macron for now) in Sans (by Denis Jacquerye).
|
||||
- added contextual substitution for Case and Dotless forms in all Sans variants
|
||||
(by Denis Jacquerye).
|
||||
- renamed 'ccmp' lookups for RTL and Basic (LGC, etc.) (by Denis Jacquerye)
|
||||
- added anchor 'cedilla' for vowels in Sans. (by Denis Jacquerye)
|
||||
- extended contextual dotless and case substitutions to handle both below and
|
||||
above diacritics (by Denis Jacquerye)
|
||||
- renamed Dotless and Case Form GSUB lookups in Sans with meaningful names (by
|
||||
Denis Jacquerye)
|
||||
|
||||
Changes from 2.17 to 2.18
|
||||
|
||||
- Re-encoded the source files for Full Unicode (by Ben Laenen)
|
||||
- Re-enabled the "ff", "fl", "fi", "ffl", "ffi" ligatures by default in Serif
|
||||
(by Ben Laenen)
|
||||
- Disabled the "fi", "ffi" ligatures for languages with dotless i in Serif (by
|
||||
Ben Laenen)
|
||||
- added Tifinagh to Sans Book and Bold, U+2D30-U+2D65, U+2D6F, partially hinted
|
||||
in Sans Book. (by Denis Jacquerye)
|
||||
- added Tai Xuan Jing Symbols (U+1D300-1D356) to Sans (by Remy Oudompheng)
|
||||
- added double-struck letters (U+1D538-U+1D56B minus reserved code points) to
|
||||
Sans (by Gee Fung Sit)
|
||||
- added U+22EE-U+22F1 to Sans (by Gee Fung Sit)
|
||||
- added U+2C67-U+2C6C, U+2C75-U+2C77 to Serif (by Gee Fung Sit)
|
||||
- italicized various glyphs in Latin Extended-B, IPA Extensions, Spacing
|
||||
Modifier Letters, Phonetic Extension (Supplement) and Super- and Subscripts
|
||||
in Serif Oblique fonts (by Gee Fung Sit)
|
||||
- modified outlines, bearings of Hebrew U+05D6, U+05D8, U+05DB, U+05DE, U+05E0,
|
||||
U+05E1, U+05E2, U+05EA in Sans Book and Oblique, adjusted hinting in Book
|
||||
based on Yotam Benshalom's comments. (by Denis Jacquerye)
|
||||
- added Braille Patterns (U+2800-U+28FF) to Serif fonts (by Gee Fung Sit)
|
||||
- added N'Ko to Sans Book and Bold: U+07C0-U+07E7, U+07EB-U+07F5, U+07F8-U+07FA
|
||||
(by Eugeniy Meshcheryakov)
|
||||
- added U+0ED8 (Lao digit 8) to Sans (by Remy Oudompheng)
|
||||
- added Lao diacritics U+0EB0-0EB9, U+0EBB-0EBC, U+0EC8-0ECD to Mono (by Remy
|
||||
Oudompheng)
|
||||
- renamed Serif [Bold] Oblique, make it Italic (by Eugeniy Meshcheryakov)
|
||||
- added U+29FA-U+29FB to Sans and Sans Mono (by Gee Fung Sit)
|
||||
- swapped glyphs for Eng U+014A from Sami Eng to African Eng, the latter being
|
||||
more common (by Denis Jacquerye)
|
||||
- swapped ae U+00E6 and ae.alt in Serif Italics fonts, thus fixing #8213 (by
|
||||
Denis Jacquerye)
|
||||
- minor improvements to Misc. Symbols in Sans (by Gee Fung Sit)
|
||||
- minor improvements and additions to Sans ExtraLight (by Gee Fung Sit)
|
||||
- improved instructions for various Cyrillic letters (by Eugeniy Meshcheryakov)
|
||||
- fixed hinting of theta and chi in Sans Book (by Ben Laenen)
|
||||
- added Georgian Mkhedruli to Sans, Serif and Mono, ASumtavruli to Sans and
|
||||
Serif (by Besarion Gugushvili)
|
||||
|
||||
Changes from 2.16 to 2.17
|
||||
|
||||
- Sans fonts: fix position for certain combinations of Arabic fatha, kasra,
|
||||
shadda, damma, kasratan, dammatan, fathatan and hamza (by Ben Laenen)
|
||||
- added 'ae.alt' to Serif Oblique fonts, with design matching shape of italic
|
||||
'a' instead of slanted 'a', see bug #8213 (by Denis Jacquerye)
|
||||
- added super- and subscripts to Serif and Mono: U+1D2C-U+1D2E, U+1D30-U+1D3C,
|
||||
U+1D3E-U+1D42, U+1D62-U+1D65, U+1D78, U+2071, U+207A-U+207E, U+208A-U+208E,
|
||||
U+2090-U+2094 (by Gee Fung Sit)
|
||||
|
||||
Changes from 2.15 to 2.16
|
||||
|
||||
- fixed hinting instructions for digits in DejaVu Sans Oblique, Bold Oblique,
|
||||
and Serif Book to not change glyph width (by Eugeniy Meshcheryakov)
|
||||
- added instructions for U+0404, U+0411, U+0413, U+0414, U+0417-U+041B, U+041F,
|
||||
U+0423, U+0424, U+0426-U+0429, U+042C, U+042E, U+042F, U+0490 in Serif Bold
|
||||
(by Eugeniy Meshcheryakov)
|
||||
- added U+0220 and Eng.alt to Serif fonts (by Denis Jacquerye)
|
||||
- added U+232C, U+2394, U+23E3 to Sans fonts (by John Karp)
|
||||
- added U+230C-U+230F, U+231C-U+231F to Sans fonts, fixing bug:9547
|
||||
(by John Karp)
|
||||
- adjusted dot below, dot above, dieresis above, dieresis below in Sans fonts
|
||||
(by Denis Jacquerye)
|
||||
- added U+2300, U+2301, U+2303, U+2304, U+2305, U+2307, U+2326, U+2327, U+232B,
|
||||
arrow.base to Sans fonts (by John Karp)
|
||||
- adjusted dot and dieresis below and above in Serif fonts (by Denis Jacquerye)
|
||||
- added U+1E1C-U+1E1D to Serif fonts (by Denis Jacquerye)
|
||||
- added U+22BE, U+22BF (by Wesley Transue)
|
||||
- added U+2324; modified U+2325: more standard proportions, and matches U+2324
|
||||
and U+2387; added U+2387 : flipped U+2325 with standard arrowhead
|
||||
(by John Karp)
|
||||
- added Lao digits U+0ED0-0ED7, U+0ED9 (by Remy Oudompheng)
|
||||
- added to Mono in Arabic block : U+060C, U+0615, U+061B, U+061F,
|
||||
U+0621-U+063A, U+0640-0655, U+065A, U+0660-066F, U+0674, U+0679-0687, U+0691,
|
||||
U+0692, U+0698, U+06A1, U+06A4, U+06A9, U+06AF, U+06B5, U+06BA, U+06BE,
|
||||
U+06C6, U+06CC, U+06CE, U+06D5, U+06F0-06F9 (by Remy Oudompheng)
|
||||
- added to Mono in Arabic Presentations Forms-A : U+FB52-FB81, U+FB8A-FB95,
|
||||
U+FB9E, U+FB9F, U+FBAA-FBAD, U+FBE8, U+FBE9, U+FBFC-FBFF (by Remy Oudompheng)
|
||||
- added to Mono in Arabic Presentations Forms-B : U+FE70-FE74, U+FE76-FEFC,
|
||||
U+FEFF (by Remy Oudompheng)
|
||||
- added U+05BA, U+05BE, U+05F3, U+05F4, U+FB1E, U+FB21-U+FB28, U+FB4F to Sans
|
||||
(by Eugeniy Meshcheryakov)
|
||||
- added U+2102 to Mono (by Eugeniy Meshcheryakov)
|
||||
- added U+2983-U+2984 to Sans (by Gee Fung Sit)
|
||||
- added U+2A2F to Sans, Serif and Mono (by Gee Fung Sit)
|
||||
- added U+2373-2375, U+237A to Sans (by John Karp)
|
||||
- converted kern pairs to kern classes with Tavmjong Bah's scripts
|
||||
(by Denis Jacquerye)
|
||||
- set ScriptLang of kerning classes to just latn because of Pango bug
|
||||
(by Denis Jacquerye)
|
||||
- added DNK to ScriptLang latn otherwise it is excluded, and SRB and MDK to
|
||||
cyrl (by Denis Jacquerye)
|
||||
- removed flag 0x80 in generate.pe, otherwise it generates kerning tables some
|
||||
systems don't like; thus loosing Apple tables (by Denis Jacquerye)
|
||||
- removed ligature for precomposed legacy characters of Sans Oblique fonts
|
||||
(by Denis Jacquerye)
|
||||
- added bearings to en dash U+2013, em dash U+2014 and figure dash U+2012
|
||||
by making dashes shorter, preserving character width (by Denis Jacquerye)
|
||||
- reduced U+031C, U+0325 (ring below), U+0339 to be entirely visible;
|
||||
added instructions in Sans Book; changed U+1e00-U+1e01 to use new ring below
|
||||
(by Denis Jacquerye)
|
||||
- adjusted circumflex below on U+1E12-U+1E13, U+1E18-U+1E19, U+1E3C-U+1E3D,
|
||||
U+1E4A-U+1E4B, U+1E70-U+1E71, U+1E76-U+1E77 in Sans fonts (by Denis Jacquerye)
|
||||
- Added U+0ED4, U+0ED5 to DejaVu Sans (by Remy Oudompheng)
|
||||
- Lao-specific anchors (by Remy Oudompheng)
|
||||
- added alternate I to match the small capital in Sans (by Gee Fung Sit)
|
||||
|
||||
Changes from 2.14 to 2.15
|
||||
|
||||
- improved hinting in Sans Oblique to deal with some spacing and inconsistency
|
||||
issues (by Ben Laenen)
|
||||
- added anchors to Mono Book, and added GPOS rules for combining diacritics to
|
||||
show up as zero width glyphs (by Ben Laenen)
|
||||
- removed U+F21C (PUA), it was copy of U+2C64 from Latin Extended C (by Eugeniy
|
||||
Meshcheryakov)
|
||||
- added U+27E6-U+27E7 to Sans (by Gee Fung Sit)
|
||||
- added U+1407, U+1409, U+140C-U+141B, U+141D-U+1425, U+1427-U+142E,
|
||||
U+1435-U+1438, U+143A-U+1449, U+1452, U+1454, U+1457-U+1465, U+1467-U+146A,
|
||||
U+1471, U+1474-U+1482, U+1484-U+1488, U+148F, U+1492, U+14A0, U+14A2, U+14A9,
|
||||
U+14AC-U+14BA, U+14BC, U+14BD, U+14C6, U+14C9-U+14CF, U+14D1, U+14D2, U+14D9,
|
||||
U+14DC-U+14E9, U+14EC, U+14F3, U+14F6-U+1504, U+1506, U+1507, U+1510-U+1525,
|
||||
U+152C, U+152F-U+153D, U+1540, U+1541, U+154E, U+154F, U+1552, U+155B, U+155C,
|
||||
U+1568, U+1569, U+1574-U+157B, U+157D, U+15A7-U+15AE, U+1646, U+1647 (by
|
||||
Eugeniy Meshcheryakov)
|
||||
- fixed several contours to not intersect, use horizontal or vertical tangents,
|
||||
use integer coordinates, etc in Sans Book (by Denis Jacquerye)
|
||||
- added U+0496-U+0497 in Serif (by Andrey V. Panov)
|
||||
|
||||
Changes from 2.13 to 2.14
|
||||
|
||||
- added Philippine peso glyph U+20B1 (by Clayborne Arevalo)
|
||||
- made U+2012 have the same width as digits, according to Unicode 5.0,
|
||||
page 206 (by Roozbeh Pournader)
|
||||
|
@ -10,7 +419,7 @@ Changes from 2.13 to 2.14
|
|||
U+0268 (Sans ExtraLight, Serif and Serif Condensed), and U+029D (Serif
|
||||
and Serif Condensed) respect the Soft_Dotted property (by Roozbeh
|
||||
Pournader)
|
||||
- added U+223E, U+223F, U+2240, U+22C2, U+22C3 to Sans (by Rémy Oudompheng)
|
||||
- added U+223E, U+223F, U+2240, U+22C2, U+22C3 to Sans (by Remy Oudompheng)
|
||||
- added U+203D to Serif (by Gee Fung Sit)
|
||||
- added zero-width glyphs for U+2061-U+2063 to Sans and Serif (by Gee
|
||||
Fung Sit)
|
||||
|
@ -18,7 +427,7 @@ Changes from 2.13 to 2.14
|
|||
(by Ben Laenen)
|
||||
- added Lao consonants U+0E81, U+0E82, U+0E84, U+0E87, U+0E88, U+0E8A,
|
||||
U+0E8D, U+0E94-0E97, U+0E99-0E9F, U+0EA1-0EA3, U+0EA5, U+0EA7, U+0EAA,
|
||||
U+0EAB, U+0EAD-0EAF to Sans Mono (by Rémy Oudompheng)
|
||||
U+0EAB, U+0EAD-0EAF to Sans Mono (by Remy Oudompheng)
|
||||
- added U+0200-U+0217, U+0226-U+0229, U+02F3, U+1E00-U+1E07,
|
||||
U+1E0A-U+1E0B, U+1E18-U+1E1F, U+1E22-U+1E23, U+1E28-U+1E2D,
|
||||
U+1E3A-U+1E3B, U+1E40, U+1E48-U+1E49, U+1E56, U+1E58-U+1E59,
|
||||
|
@ -54,6 +463,7 @@ Changes from 2.13 to 2.14
|
|||
U+2388-U+238B, U+2395 in Mono (by Ben Laenen)
|
||||
|
||||
Changes from 2.12 to 2.13
|
||||
|
||||
- adjusted U+0198B, U+01B3-U+01B4 in Sans, hinted U+01B4 in Sans Book
|
||||
(by Denis Jacquerye)
|
||||
- added U+27F0-U+27FF, U+2906-U+2907, U+290A-U+290B, U+2940-U+2941 to Sans
|
||||
|
@ -164,9 +574,9 @@ Changes from 2.9 to 2.10:
|
|||
- added Lao glyphs : U+0E81-0E82, U+E084, U+0E87-0E88, U+0E8A, U+0E8D,
|
||||
U+0E94-0E97, U+0E99-0E9F, U+0EA1-0EA3, U+0EA5, U+0EA7, U+0EAA-0EAB,
|
||||
U+0EAD-0EB9, U+0EBB-0EBD, U+0EC0-0EC4, U+0EC6, U+0EC8-0ECD, U+0EDC-0EDD
|
||||
(by Rémy Oudompheng)
|
||||
(by Remy Oudompheng)
|
||||
- fixed U+0193 not showing in Windows (bug #7897) (by Ben Laenen)
|
||||
- changes to U+222B-222D in Sans Mono (by Rémy Oudompheng)
|
||||
- changes to U+222B-222D in Sans Mono (by Remy Oudompheng)
|
||||
- ported the three remaining currency symbols from Arev (U+20B0,
|
||||
U+20B2-U+20B3), and replaced one (U+20AF) in Sans (by Lars Naesbye
|
||||
Christensen)
|
||||
|
@ -763,4 +1173,4 @@ Changes from 0.9 to 0.9.1:
|
|||
- proper caron shape for dcaron and tcaron
|
||||
- minor visual changes
|
||||
|
||||
$Id: NEWS 1507 2007-01-21 16:47:57Z moyogo $
|
||||
$Id: NEWS 2324 2008-12-21 15:32:57Z ben_laenen $
|
|
@ -1,5 +1,5 @@
|
|||
DejaVu fonts 2.14 (c)2004-2007 DejaVu fonts team
|
||||
-----------------------------------------------
|
||||
DejaVu fonts 2.28 (c)2004-2008 DejaVu fonts team
|
||||
------------------------------------------------
|
||||
|
||||
The DejaVu fonts are a font family based on the Bitstream Vera Fonts
|
||||
(http://gnome.org/fonts/). Its purpose is to provide a wider range of
|
||||
|
@ -21,16 +21,16 @@ DejaVu Sans Oblique
|
|||
DejaVu Sans ExtraLight (experimental)
|
||||
DejaVu Serif
|
||||
DejaVu Serif Bold
|
||||
DejaVu Serif Bold Oblique (experimental)
|
||||
DejaVu Serif Oblique (experimental)
|
||||
DejaVu Serif Bold Italic (experimental)
|
||||
DejaVu Serif Italic (experimental)
|
||||
DejaVu Sans Condensed (experimental)
|
||||
DejaVu Sans Condensed Bold (experimental)
|
||||
DejaVu Sans Condensed Bold Oblique (experimental)
|
||||
DejaVu Sans Condensed Oblique (experimental)
|
||||
DejaVu Serif Condensed (experimental)
|
||||
DejaVu Serif Condensed Bold (experimental)
|
||||
DejaVu Serif Condensed Bold Oblique (experimental)
|
||||
DejaVu Serif Condensed Oblique (experimental)
|
||||
DejaVu Serif Condensed Bold Italic (experimental)
|
||||
DejaVu Serif Condensed Italic (experimental)
|
||||
|
||||
All fonts are also available as derivative called DejaVu LGC with support
|
||||
only for Latin, Greek and Cyrillic scripts.
|
||||
|
@ -46,14 +46,14 @@ For more information go to http://dejavu.sourceforge.net/.
|
|||
|
||||
Characters from Arev fonts, Copyright (c) 2006 by Tavmjong Bah:
|
||||
---------------------------
|
||||
U+01ba, U+01bf, U+01f7, U+021c, U+021d, U+0220, U+0222, U+0223,
|
||||
U+02b9, U+02ba, U+02bd, U+02c2, U+02c3, U+02c4, U+02c5, U+02d4,
|
||||
U+02d5, U+02d7, U+02ec, U+02ed, U+02ee, U+0346-034e, U+0360, U+0362,
|
||||
U+03e2-03ef, U+0460-0463, U+0466-0486, U+0488-0489, U+04a8-04a9,
|
||||
U+0500-050f, U+2055-205e, U+20B0, U+20B2-20B3, U+2102, U+210D, U+210f,
|
||||
U+2111, U+2113, U+2115, U+2118-U+211A, U+211c-211d, U+2124,U+2135,
|
||||
U+213C-U+2140, U+2295-2298, U+2308-230b, U+26A2-U+26B1, U+2701-2704,
|
||||
U+2706-2709, U+270c-274b, U+2758-275a, U+2761-2775, U+2780-2794,
|
||||
U+2798-27af, U+27b1-27be, U+fb05-fb06
|
||||
U+01BA, U+01BF, U+01F7, U+021C-U+021D, U+0220, U+0222-U+0223,
|
||||
U+02B9, U+02BA, U+02BD, U+02C2-U+02C5, U+02d4-U+02D5,
|
||||
U+02D7, U+02EC-U+02EE, U+0346-U+034E, U+0360, U+0362,
|
||||
U+03E2-03EF, U+0460-0463, U+0466-U+0486, U+0488-U+0489, U+04A8-U+04A9,
|
||||
U+0500-U+050F, U+2055-205E, U+20B0, U+20B2-U+20B3, U+2102, U+210D, U+210F,
|
||||
U+2111, U+2113, U+2115, U+2118-U+211A, U+211C-U+211D, U+2124, U+2135,
|
||||
U+213C-U+2140, U+2295-U+2298, U+2308-U+230B, U+26A2-U+26B1, U+2701-U+2704,
|
||||
U+2706-U+2709, U+270C-U+274B, U+2758-U+275A, U+2761-U+2775, U+2780-U+2794,
|
||||
U+2798-U+27AF, U+27B1-U+27BE, U+FB05-U+FB06
|
||||
|
||||
$Id: README 1507 2007-01-21 16:47:57Z moyogo $
|
||||
$Id: README 2324 2008-12-21 15:32:57Z ben_laenen $
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
||||
<fontconfig>
|
||||
<!-- /etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf
|
||||
|
||||
Disable hinting manually at smaller sizes (< 8ppem)
|
||||
This is a copy of the Bistream Vera fonts fonts rule, as DejaVu is
|
||||
derived from Vera.
|
||||
|
||||
The Bistream Vera fonts have GASP entries suggesting that hinting be
|
||||
disabled below 8 ppem, but FreeType ignores those, preferring to use
|
||||
the data found in the instructed hints. The initial Vera release
|
||||
didn't include the right instructions in the 'prep' table.
|
||||
-->
|
||||
<match target="font">
|
||||
<test name="family">
|
||||
<string>DejaVu Sans Mono</string>
|
||||
</test>
|
||||
<test compare="less" name="pixelsize">
|
||||
<double>7.5</double>
|
||||
</test>
|
||||
<edit name="hinting">
|
||||
<bool>false</bool>
|
||||
</edit>
|
||||
</match>
|
||||
</fontconfig>
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
||||
<fontconfig>
|
||||
<!-- /etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf
|
||||
|
||||
Disable hinting manually at smaller sizes (< 8ppem)
|
||||
This is a copy of the Bistream Vera fonts fonts rule, as DejaVu is
|
||||
derived from Vera.
|
||||
|
||||
The Bistream Vera fonts have GASP entries suggesting that hinting be
|
||||
disabled below 8 ppem, but FreeType ignores those, preferring to use
|
||||
the data found in the instructed hints. The initial Vera release
|
||||
didn't include the right instructions in the 'prep' table.
|
||||
-->
|
||||
<match target="font">
|
||||
<test name="family">
|
||||
<string>DejaVu Sans</string>
|
||||
</test>
|
||||
<test compare="less" name="pixelsize">
|
||||
<double>7.5</double>
|
||||
</test>
|
||||
<edit name="hinting">
|
||||
<bool>false</bool>
|
||||
</edit>
|
||||
</match>
|
||||
</fontconfig>
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
||||
<fontconfig>
|
||||
<!-- /etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf
|
||||
|
||||
Disable hinting manually at smaller sizes (< 8ppem)
|
||||
This is a copy of the Bistream Vera fonts fonts rule, as DejaVu is
|
||||
derived from Vera.
|
||||
|
||||
The Bistream Vera fonts have GASP entries suggesting that hinting be
|
||||
disabled below 8 ppem, but FreeType ignores those, preferring to use
|
||||
the data found in the instructed hints. The initial Vera release
|
||||
didn't include the right instructions in the 'prep' table.
|
||||
-->
|
||||
<match target="font">
|
||||
<test name="family">
|
||||
<string>DejaVu Serif</string>
|
||||
</test>
|
||||
<test compare="less" name="pixelsize">
|
||||
<double>7.5</double>
|
||||
</test>
|
||||
<edit name="hinting">
|
||||
<bool>false</bool>
|
||||
</edit>
|
||||
</match>
|
||||
</fontconfig>
|
|
@ -0,0 +1,62 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
||||
<!-- /etc/fonts/conf.d/57-dejavu-sans-mono.conf
|
||||
|
||||
Define aliasing and other fontconfig settings for
|
||||
DejaVu Sans Mono.
|
||||
|
||||
© 2006-2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||||
-->
|
||||
<fontconfig>
|
||||
<!-- Font substitution rules -->
|
||||
<alias binding="same">
|
||||
<family>Bepa Mono</family>
|
||||
<accept>
|
||||
<family>DejaVu Sans Mono</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>Bitstream Prima Sans Mono</family>
|
||||
<accept>
|
||||
<family>DejaVu Sans Mono</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>Bitstream Vera Sans Mono</family>
|
||||
<accept>
|
||||
<family>DejaVu Sans Mono</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>DejaVu LGC Sans Mono</family>
|
||||
<accept>
|
||||
<family>DejaVu Sans Mono</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>Olwen Sans Mono</family>
|
||||
<accept>
|
||||
<family>DejaVu Sans Mono</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>SUSE Sans Mono</family>
|
||||
<accept>
|
||||
<family>DejaVu Sans Mono</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<!-- Generic name assignment -->
|
||||
<alias>
|
||||
<family>DejaVu Sans Mono</family>
|
||||
<default>
|
||||
<family>monospace</family>
|
||||
</default>
|
||||
</alias>
|
||||
<!-- Generic name aliasing -->
|
||||
<alias>
|
||||
<family>monospace</family>
|
||||
<prefer>
|
||||
<family>DejaVu Sans Mono</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
</fontconfig>
|
87
fonts/dejavu-fonts-ttf-2.28/fontconfig/57-dejavu-sans.conf
Normal file
87
fonts/dejavu-fonts-ttf-2.28/fontconfig/57-dejavu-sans.conf
Normal file
|
@ -0,0 +1,87 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
||||
<!-- /etc/fonts/conf.d/57-dejavu-sans.conf
|
||||
|
||||
Define aliasing and other fontconfig settings for
|
||||
DejaVu Sans.
|
||||
|
||||
© 2006-2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||||
-->
|
||||
<fontconfig>
|
||||
<!-- Font substitution rules -->
|
||||
<alias binding="same">
|
||||
<family>Arev Sans</family>
|
||||
<accept>
|
||||
<family>DejaVu Sans</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>Bepa</family>
|
||||
<accept>
|
||||
<family>DejaVu Sans</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>Bitstream Prima Sans</family>
|
||||
<accept>
|
||||
<family>DejaVu Sans</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>Bitstream Vera Sans</family>
|
||||
<accept>
|
||||
<family>DejaVu Sans</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>DejaVu LGC Sans</family>
|
||||
<accept>
|
||||
<family>DejaVu Sans</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>Hunky Sans</family>
|
||||
<accept>
|
||||
<family>DejaVu Sans</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>Olwen Sans</family>
|
||||
<accept>
|
||||
<family>DejaVu Sans</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>SUSE Sans</family>
|
||||
<accept>
|
||||
<family>DejaVu Sans</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>Verajja</family>
|
||||
<accept>
|
||||
<family>DejaVu Sans</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<!-- In case VerajjaPDA stops declaring itself as Verajja -->
|
||||
<alias binding="same">
|
||||
<family>VerajjaPDA</family>
|
||||
<accept>
|
||||
<family>DejaVu Sans</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<!-- Generic name assignment -->
|
||||
<alias>
|
||||
<family>DejaVu Sans</family>
|
||||
<default>
|
||||
<family>sans-serif</family>
|
||||
</default>
|
||||
</alias>
|
||||
<!-- Generic name aliasing -->
|
||||
<alias>
|
||||
<family>sans-serif</family>
|
||||
<prefer>
|
||||
<family>DejaVu Sans</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
</fontconfig>
|
69
fonts/dejavu-fonts-ttf-2.28/fontconfig/57-dejavu-serif.conf
Normal file
69
fonts/dejavu-fonts-ttf-2.28/fontconfig/57-dejavu-serif.conf
Normal file
|
@ -0,0 +1,69 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
||||
<!-- /etc/fonts/conf.d/57-dejavu-serif.conf
|
||||
|
||||
Define aliasing and other fontconfig settings for
|
||||
DejaVu Serif.
|
||||
|
||||
© 2006-2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||||
-->
|
||||
<fontconfig>
|
||||
<!-- Font substitution rules -->
|
||||
<alias binding="same">
|
||||
<family>Bitstream Prima Serif</family>
|
||||
<accept>
|
||||
<family>DejaVu Serif</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>Bitstream Vera Serif</family>
|
||||
<accept>
|
||||
<family>DejaVu Serif</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>DejaVu LGC Serif</family>
|
||||
<accept>
|
||||
<family>DejaVu Serif</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>Hunky Serif</family>
|
||||
<accept>
|
||||
<family>DejaVu Serif</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>Olwen Serif</family>
|
||||
<accept>
|
||||
<family>DejaVu Serif</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>SUSE Serif</family>
|
||||
<accept>
|
||||
<family>DejaVu Serif</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<!-- In case Verajja Serif stops declaring itself as DejaVu Serif -->
|
||||
<alias binding="same">
|
||||
<family>Verajja Serif</family>
|
||||
<accept>
|
||||
<family>DejaVu Serif</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<!-- Generic name assignment -->
|
||||
<alias>
|
||||
<family>DejaVu Serif</family>
|
||||
<default>
|
||||
<family>serif</family>
|
||||
</default>
|
||||
</alias>
|
||||
<!-- Generic name aliasing -->
|
||||
<alias>
|
||||
<family>serif</family>
|
||||
<prefer>
|
||||
<family>DejaVu Serif</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
</fontconfig>
|
|
@ -1,17 +1,17 @@
|
|||
This is the language coverage file for DejaVu fonts
|
||||
($Id: langcover.txt 1505 2007-01-19 20:42:16Z ben_laenen $)
|
||||
($Id$)
|
||||
|
||||
Sans Serif Sans Mono
|
||||
aa Afar 100% (62/62) 100% (62/62) 100% (62/62)
|
||||
ab Abkhazia 100% (90/90) 93% (84/90) 84% (76/90)
|
||||
af Afrikaans 100% (69/69) 100% (69/69) 100% (69/69)
|
||||
am Amharic (0/264) (0/264) (0/264)
|
||||
ar Arabic 100% (125/125) (0/125) (0/125)
|
||||
ar Arabic 100% (125/125) (0/125) 100% (125/125)
|
||||
ast Asturian 100% (72/72) 100% (72/72) 100% (72/72)
|
||||
ava Avaric 100% (67/67) 100% (67/67) 100% (67/67)
|
||||
ay Aymara 100% (60/60) 100% (60/60) 100% (60/60)
|
||||
az Azerbaijani 100% (148/148) 97% (144/148) 97% (144/148)
|
||||
az-ir Azerbaijani in Iran 100% (130/130) (0/130) (0/130)
|
||||
az-ir Azerbaijani in Iran 100% (130/130) (0/130) 100% (130/130)
|
||||
ba Bashkir 100% (82/82) 100% (82/82) 97% (80/82)
|
||||
bam Bambara 100% (60/60) 100% (60/60) 100% (60/60)
|
||||
be Byelorussian 100% (68/68) 100% (68/68) 100% (68/68)
|
||||
|
@ -32,7 +32,7 @@ chm Mari (Lower Cheremis / Upper Cheremis) 100% (76/76) 100% (76/76)
|
|||
chr Cherokee (0/85) (0/85) (0/85)
|
||||
co Corsican 100% (84/84) 100% (84/84) 100% (84/84)
|
||||
cs Czech 100% (82/82) 100% (82/82) 100% (82/82)
|
||||
cu Old Church Slavonic 100% (103/103) 80% (83/103) 74% (77/103)
|
||||
cu Old Church Slavonic 100% (103/103) 86% (89/103) 76% (79/103)
|
||||
cv Chuvash 100% (74/74) 100% (74/74) 100% (74/74)
|
||||
cy Welsh 100% (78/78) 100% (78/78) 100% (78/78)
|
||||
da Danish 100% (70/70) 100% (70/70) 100% (70/70)
|
||||
|
@ -44,7 +44,7 @@ eo Esperanto 100% (64/64) 100% (64/64)
|
|||
es Spanish 100% (66/66) 100% (66/66) 100% (66/66)
|
||||
et Estonian 100% (64/64) 100% (64/64) 100% (64/64)
|
||||
eu Basque 100% (56/56) 100% (56/56) 100% (56/56)
|
||||
fa Persian 100% (129/129) (0/129) (0/129)
|
||||
fa Persian 100% (129/129) (0/129) 100% (129/129)
|
||||
fi Finnish 100% (62/62) 100% (62/62) 100% (62/62)
|
||||
fj Fijian 100% (52/52) 100% (52/52) 100% (52/52)
|
||||
fo Faroese 100% (68/68) 100% (68/68) 100% (68/68)
|
||||
|
@ -75,9 +75,9 @@ ik Inupiaq (Inupiak, Eskimo) 100% (68/68) 100% (68/68)
|
|||
io Ido 100% (52/52) 100% (52/52) 100% (52/52)
|
||||
is Icelandic 100% (70/70) 100% (70/70) 100% (70/70)
|
||||
it Italian 100% (72/72) 100% (72/72) 100% (72/72)
|
||||
iu Inuktitut 88% (143/161) (0/161) (0/161)
|
||||
iu Inuktitut 100% (161/161) (0/161) (0/161)
|
||||
ja Japanese (0/6538) (0/6538) (0/6538)
|
||||
ka Georgian (0/34) (0/34) (0/34)
|
||||
ka Georgian 100% (34/34) 100% (34/34) 100% (34/34)
|
||||
kaa Kara-Kalpak (Karakalpak) 100% (78/78) 100% (78/78) 100% (78/78)
|
||||
ki Kikuyu 100% (56/56) 100% (56/56) 100% (56/56)
|
||||
kk Kazakh 100% (77/77) 100% (77/77) 100% (77/77)
|
||||
|
@ -88,7 +88,7 @@ ko Korean (0/2443) (0/2443)
|
|||
kok Kokani (Devanagari script) (0/68) (0/68) (0/68)
|
||||
ks Kashmiri (Devanagari script) (0/68) (0/68) (0/68)
|
||||
ku Kurdish 100% (64/64) 100% (64/64) 100% (64/64)
|
||||
ku-ir Kurdish in Iran 100% (32/32) (0/32) (0/32)
|
||||
ku-ir Kurdish in Iran 100% (32/32) (0/32) 100% (32/32)
|
||||
kum Kumyk 100% (66/66) 100% (66/66) 100% (66/66)
|
||||
kv Komi (Komi-Permyak/Komi-Siryan) 100% (70/70) 100% (70/70) 100% (70/70)
|
||||
kw Cornish 100% (64/64) 100% (64/64) 100% (64/64)
|
||||
|
@ -96,7 +96,7 @@ ky Kirgiz 100% (70/70) 100% (70/70)
|
|||
la Latin 100% (68/68) 100% (68/68) 100% (68/68)
|
||||
lb Luxembourgish (Letzeburgesch) 100% (75/75) 100% (75/75) 100% (75/75)
|
||||
lez Lezghian (Lezgian) 100% (67/67) 100% (67/67) 100% (67/67)
|
||||
lo Lao 84% (55/65) (0/65) 43% (28/65)
|
||||
lo Lao 100% (65/65) (0/65) 70% (46/65)
|
||||
lt Lithuanian 100% (70/70) 100% (70/70) 100% (70/70)
|
||||
lv Latvian 100% (78/78) 100% (78/78) 100% (78/78)
|
||||
mg Malagasy 100% (56/56) 100% (56/56) 100% (56/56)
|
||||
|
@ -122,15 +122,15 @@ or Oriya (0/79) (0/79)
|
|||
os Ossetic 100% (66/66) 100% (66/66) 100% (66/66)
|
||||
pa Punjabi (Gurumukhi script) (0/63) (0/63) (0/63)
|
||||
pl Polish 100% (70/70) 100% (70/70) 100% (70/70)
|
||||
ps-af Pashto in Afghanistan 83% (41/49) (0/49) (0/49)
|
||||
ps-pk Pashto in Pakistan 81% (40/49) (0/49) (0/49)
|
||||
ps-af Pashto in Afghanistan 83% (41/49) (0/49) 83% (41/49)
|
||||
ps-pk Pashto in Pakistan 81% (40/49) (0/49) 81% (40/49)
|
||||
pt Portuguese 100% (82/82) 100% (82/82) 100% (82/82)
|
||||
rm Rhaeto-Romance (Romansch) 100% (66/66) 100% (66/66) 100% (66/66)
|
||||
ro Romanian 100% (62/62) 100% (62/62) 100% (62/62)
|
||||
ru Russian 100% (66/66) 100% (66/66) 100% (66/66)
|
||||
sa Sanskrit (Devanagari script) (0/68) (0/68) (0/68)
|
||||
sah Yakut 100% (76/76) 100% (76/76) 97% (74/76)
|
||||
sco Scots 100% (56/56) 96% (54/56) 96% (54/56)
|
||||
sco Scots 100% (56/56) 100% (56/56) 100% (56/56)
|
||||
se North Sami 100% (66/66) 100% (66/66) 100% (66/66)
|
||||
sel Selkup (Ostyak-Samoyed) 100% (66/66) 100% (66/66) 100% (66/66)
|
||||
sh Serbo-Croatian 100% (76/76) 100% (76/76) 100% (76/76)
|
||||
|
@ -155,21 +155,21 @@ th Thai 1% (1/87) (0/87)
|
|||
ti-er Eritrean Tigrinya (0/256) (0/256) (0/256)
|
||||
ti-et Ethiopian Tigrinya (0/282) (0/282) (0/282)
|
||||
tig Tigre (0/221) (0/221) (0/221)
|
||||
tk Turkmen 100% (74/74) 97% (72/74) 97% (72/74)
|
||||
tk Turkmen 100% (74/74) 100% (74/74) 100% (74/74)
|
||||
tl Tagalog (0/19) (0/19) (0/19)
|
||||
tn Tswana 100% (56/56) 100% (56/56) 100% (56/56)
|
||||
to Tonga 100% (53/53) 100% (53/53) 100% (53/53)
|
||||
tr Turkish 100% (70/70) 100% (70/70) 100% (70/70)
|
||||
ts Tsonga 100% (52/52) 100% (52/52) 100% (52/52)
|
||||
tt Tatar 100% (76/76) 97% (74/76) 97% (74/76)
|
||||
tt Tatar 100% (76/76) 100% (76/76) 100% (76/76)
|
||||
tw Twi 100% (73/73) 100% (73/73) 100% (73/73)
|
||||
tyv Tuvinian 100% (70/70) 100% (70/70) 100% (70/70)
|
||||
ug Uighur 100% (125/125) (0/125) (0/125)
|
||||
ug Uighur 100% (125/125) (0/125) 100% (125/125)
|
||||
uk Ukrainian 100% (72/72) 100% (72/72) 100% (72/72)
|
||||
ur Urdu 94% (137/145) (0/145) (0/145)
|
||||
ur Urdu 94% (137/145) (0/145) 97% (141/145)
|
||||
uz Uzbek 100% (68/68) 100% (68/68) 100% (68/68)
|
||||
ven Venda 100% (62/62) 100% (62/62) 100% (62/62)
|
||||
vi Vietnamese 100% (194/194) 77% (150/194) 62% (122/194)
|
||||
vi Vietnamese 100% (194/194) 77% (150/194) 76% (148/194)
|
||||
vo Volapuk 100% (54/54) 100% (54/54) 100% (54/54)
|
||||
vot Votic 100% (62/62) 100% (62/62) 100% (62/62)
|
||||
wa Walloon 100% (70/70) 100% (70/70) 100% (70/70)
|
6221
fonts/dejavu-fonts-ttf-2.28/status.txt
Normal file
6221
fonts/dejavu-fonts-ttf-2.28/status.txt
Normal file
File diff suppressed because it is too large
Load diff
Binary file not shown.
Binary file not shown.
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSans-ExtraLight.ttf
Normal file
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSans-ExtraLight.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSans.ttf
Normal file
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSans.ttf
Normal file
Binary file not shown.
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSansCondensed-Bold.ttf
Normal file
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSansCondensed-Bold.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSansCondensed-Oblique.ttf
Normal file
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSansCondensed-Oblique.ttf
Normal file
Binary file not shown.
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSansCondensed.ttf
Normal file
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSansCondensed.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSerif-Bold.ttf
Normal file
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSerif-Bold.ttf
Normal file
Binary file not shown.
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSerif-BoldItalic.ttf
Normal file
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSerif-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSerif-Italic.ttf
Normal file
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSerif-Italic.ttf
Normal file
Binary file not shown.
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSerif.ttf
Normal file
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSerif.ttf
Normal file
Binary file not shown.
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSerifCondensed-Bold.ttf
Normal file
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSerifCondensed-Bold.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSerifCondensed-Italic.ttf
Normal file
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSerifCondensed-Italic.ttf
Normal file
Binary file not shown.
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSerifCondensed.ttf
Normal file
BIN
fonts/dejavu-fonts-ttf-2.28/ttf/DejaVuSerifCondensed.ttf
Normal file
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
This is the Unicode coverage file for DejaVu fonts
|
||||
($Id: unicover.txt 1505 2007-01-19 20:42:16Z ben_laenen $)
|
||||
($Id$)
|
||||
|
||||
Control and similar characters are discounted from totals.
|
||||
|
||||
|
@ -7,133 +7,147 @@ Control and similar characters are discounted from totals.
|
|||
U+0000 Basic Latin 100% (95/95) 100% (95/95) 100% (95/95)
|
||||
U+0080 Latin-1 Supplement 100% (96/96) 100% (96/96) 100% (96/96)
|
||||
U+0100 Latin Extended-A 100% (128/128) 100% (128/128) 100% (128/128)
|
||||
U+0180 Latin Extended-B 100% (208/208) 90% (188/208) 78% (163/208)
|
||||
U+0180 Latin Extended-B 100% (208/208) 91% (191/208) 86% (179/208)
|
||||
U+0250 IPA Extensions 100% (96/96) 100% (96/96) 100% (96/96)
|
||||
U+02b0 Spacing Modifier Letters 78% (63/80) 56% (45/80) 57% (46/80)
|
||||
U+0300 Combining Diacritical Marks 82% (92/112) 60% (68/112) 59% (67/112)
|
||||
U+0370 Greek and Coptic 100% (127/127) 86% (110/127) 86% (110/127)
|
||||
U+0400 Cyrillic 100% (255/255) 74% (190/255) 66% (170/255)
|
||||
U+0500 Cyrillic Supplement 100% (20/20) (0/20) (0/20)
|
||||
U+02b0 Spacing Modifier Letters 78% (63/80) 56% (45/80) 60% (48/80)
|
||||
U+0300 Combining Diacritical Marks 83% (93/112) 60% (68/112) 59% (67/112)
|
||||
U+0370 Greek and Coptic 100% (134/134) 85% (115/134) 82% (110/134)
|
||||
U+0400 Cyrillic 100% (256/256) 78% (200/256) 68% (176/256)
|
||||
U+0500 Cyrillic Supplement 94% (34/36) 27% (10/36) 16% (6/36)
|
||||
U+0530 Armenian 100% (86/86) (0/86) (0/86)
|
||||
U+0590 Hebrew 57% (50/87) (0/87) (0/87)
|
||||
U+0600 Arabic 47% (111/235) (0/235) (0/235)
|
||||
U+0590 Hebrew 62% (54/87) (0/87) (0/87)
|
||||
U+0600 Arabic 46% (115/250) (0/250) 45% (113/250)
|
||||
U+0700 Syriac (0/77) (0/77) (0/77)
|
||||
U+0750 Arabic Supplement (0/30) (0/30) (0/30)
|
||||
U+0750 Arabic Supplement (0/48) (0/48) (0/48)
|
||||
U+0780 Thaana (0/50) (0/50) (0/50)
|
||||
U+07c0 NKo (0/59) (0/59) (0/59)
|
||||
U+0900 Devanagari (0/111) (0/111) (0/111)
|
||||
U+07c0 NKo 91% (54/59) (0/59) (0/59)
|
||||
U+0900 Devanagari (0/113) (0/113) (0/113)
|
||||
U+0980 Bengali (0/91) (0/91) (0/91)
|
||||
U+0a00 Gurmukhi (0/77) (0/77) (0/77)
|
||||
U+0a00 Gurmukhi (0/79) (0/79) (0/79)
|
||||
U+0a80 Gujarati (0/83) (0/83) (0/83)
|
||||
U+0b00 Oriya (0/81) (0/81) (0/81)
|
||||
U+0b80 Tamil (0/71) (0/71) (0/71)
|
||||
U+0c00 Telugu (0/80) (0/80) (0/80)
|
||||
U+0b00 Oriya (0/84) (0/84) (0/84)
|
||||
U+0b80 Tamil (0/72) (0/72) (0/72)
|
||||
U+0c00 Telugu (0/93) (0/93) (0/93)
|
||||
U+0c80 Kannada (0/86) (0/86) (0/86)
|
||||
U+0d00 Malayalam (0/78) (0/78) (0/78)
|
||||
U+0d00 Malayalam (0/95) (0/95) (0/95)
|
||||
U+0d80 Sinhala (0/80) (0/80) (0/80)
|
||||
U+0e00 Thai 1% (1/87) (0/87) (0/87)
|
||||
U+0e80 Lao 84% (55/65) (0/65) 43% (28/65)
|
||||
U+0f00 Tibetan (0/195) (0/195) (0/195)
|
||||
U+1000 Myanmar (0/78) (0/78) (0/78)
|
||||
U+10a0 Georgian (0/83) (0/83) (0/83)
|
||||
U+0e80 Lao 100% (65/65) (0/65) 70% (46/65)
|
||||
U+0f00 Tibetan (0/201) (0/201) (0/201)
|
||||
U+1000 Myanmar (0/156) (0/156) (0/156)
|
||||
U+10a0 Georgian 100% (83/83) 100% (83/83) 54% (45/83)
|
||||
U+1100 Hangul Jamo (0/240) (0/240) (0/240)
|
||||
U+1200 Ethiopic (0/356) (0/356) (0/356)
|
||||
U+1380 Ethiopic Supplement (0/26) (0/26) (0/26)
|
||||
U+13a0 Cherokee (0/85) (0/85) (0/85)
|
||||
U+1400 Unified Canadian Aboriginal Syllabics 26% (165/630) (0/630) (0/630)
|
||||
U+1680 Ogham (0/29) (0/29) (0/29)
|
||||
U+1400 Unified Canadian Aboriginal Syllabics 64% (404/630) (0/630) (0/630)
|
||||
U+1680 Ogham 100% (29/29) (0/29) (0/29)
|
||||
U+16a0 Runic (0/81) (0/81) (0/81)
|
||||
U+1700 Tagalog (0/20) (0/20) (0/20)
|
||||
U+1720 Hanunoo (0/23) (0/23) (0/23)
|
||||
U+1740 Buhid (0/20) (0/20) (0/20)
|
||||
U+1760 Tagbanwa (0/18) (0/18) (0/18)
|
||||
U+1780 Khmer (0/114) (0/114) (0/114)
|
||||
U+1800 Mongolian (0/155) (0/155) (0/155)
|
||||
U+1800 Mongolian (0/156) (0/156) (0/156)
|
||||
U+1900 Limbu (0/66) (0/66) (0/66)
|
||||
U+1950 Tai Le (0/35) (0/35) (0/35)
|
||||
U+1980 New Tai Lue (0/80) (0/80) (0/80)
|
||||
U+19e0 Khmer Symbols (0/32) (0/32) (0/32)
|
||||
U+1a00 Buginese (0/30) (0/30) (0/30)
|
||||
U+1b00 Balinese (0/121) (0/121) (0/121)
|
||||
U+1d00 Phonetic Extensions 82% (105/128) 28% (36/128) 28% (36/128)
|
||||
U+1b80 Sundanese (0/55) (0/55) (0/55)
|
||||
U+1c00 Lepcha (0/74) (0/74) (0/74)
|
||||
U+1c50 Ol Chiki (0/48) (0/48) (0/48)
|
||||
U+1d00 Phonetic Extensions 82% (105/128) 48% (62/128) 48% (62/128)
|
||||
U+1d80 Phonetic Extensions Supplement 59% (38/64) 57% (37/64) 57% (37/64)
|
||||
U+1dc0 Combining Diacritical Marks Supplement 46% (6/13) (0/13) (0/13)
|
||||
U+1e00 Latin Extended Additional 100% (246/246) 77% (190/246) 54% (134/246)
|
||||
U+1dc0 Combining Diacritical Marks Supplement 14% (6/41) (0/41) (0/41)
|
||||
U+1e00 Latin Extended Additional 96% (248/256) 75% (194/256) 69% (178/256)
|
||||
U+1f00 Greek Extended 100% (233/233) 100% (233/233) 100% (233/233)
|
||||
U+2000 General Punctuation 98% (104/106) 61% (65/106) 42% (45/106)
|
||||
U+2070 Superscripts and Subscripts 100% (34/34) 52% (18/34) 52% (18/34)
|
||||
U+20a0 Currency Symbols 100% (22/22) 27% (6/22) 22% (5/22)
|
||||
U+20d0 Combining Diacritical Marks for Symbols 12% (4/32) (0/32) (0/32)
|
||||
U+2100 Letterlike Symbols 94% (75/79) 7% (6/79) 7% (6/79)
|
||||
U+2150 Number Forms 100% (50/50) 26% (13/50) 26% (13/50)
|
||||
U+2190 Arrows 100% (112/112) 3% (4/112) 100% (112/112)
|
||||
U+2200 Mathematical Operators 93% (239/256) 10% (27/256) 56% (145/256)
|
||||
U+2300 Miscellaneous Technical 15% (36/232) 6% (16/232) 50% (116/232)
|
||||
U+2000 General Punctuation 98% (105/107) 81% (87/107) 47% (51/107)
|
||||
U+2070 Superscripts and Subscripts 100% (34/34) 100% (34/34) 100% (34/34)
|
||||
U+20a0 Currency Symbols 100% (22/22) 27% (6/22) 100% (22/22)
|
||||
U+20d0 Combining Diacritical Marks for Symbols 21% (7/33) (0/33) (0/33)
|
||||
U+2100 Letterlike Symbols 93% (75/80) 40% (32/80) 21% (17/80)
|
||||
U+2150 Number Forms 92% (50/54) 92% (50/54) 24% (13/54)
|
||||
U+2190 Arrows 100% (112/112) 100% (112/112) 100% (112/112)
|
||||
U+2200 Mathematical Operators 100% (256/256) 39% (100/256) 58% (151/256)
|
||||
U+2300 Miscellaneous Technical 27% (64/232) 6% (16/232) 50% (117/232)
|
||||
U+2400 Control Pictures 5% (2/39) 2% (1/39) 2% (1/39)
|
||||
U+2440 Optical Character Recognition (0/11) (0/11) (0/11)
|
||||
U+2460 Enclosed Alphanumerics 6% (10/160) (0/160) (0/160)
|
||||
U+2500 Box Drawing (0/128) (0/128) 100% (128/128)
|
||||
U+2500 Box Drawing 100% (128/128) 100% (128/128) 100% (128/128)
|
||||
U+2580 Block Elements 100% (32/32) 100% (32/32) 100% (32/32)
|
||||
U+25a0 Geometric Shapes 100% (96/96) 100% (96/96) 100% (96/96)
|
||||
U+2600 Miscellaneous Symbols 100% (176/176) 17% (30/176) 84% (149/176)
|
||||
U+2700 Dingbats 100% (174/174) (0/174) 82% (144/174)
|
||||
U+27c0 Miscellaneous Mathematical Symbols-A 12% (5/39) 7% (3/39) 7% (3/39)
|
||||
U+27f0 Supplemental Arrows-A 100% (16/16) (0/16) (0/16)
|
||||
U+2800 Braille Patterns 100% (256/256) (0/256) (0/256)
|
||||
U+2900 Supplemental Arrows-B 4% (6/128) (0/128) (0/128)
|
||||
U+2980 Miscellaneous Mathematical Symbols-B 7% (9/128) 0% (1/128) 0% (1/128)
|
||||
U+2a00 Supplemental Mathematical Operators 27% (71/256) 1% (3/256) (0/256)
|
||||
U+2b00 Miscellaneous Symbols and Arrows 100% (31/31) 29% (9/31) 29% (9/31)
|
||||
U+2600 Miscellaneous Symbols 92% (176/191) 15% (30/191) 78% (149/191)
|
||||
U+2700 Dingbats 100% (174/174) 0% (1/174) 82% (144/174)
|
||||
U+27c0 Miscellaneous Mathematical Symbols-A 20% (9/44) 11% (5/44) 11% (5/44)
|
||||
U+27f0 Supplemental Arrows-A 100% (16/16) 100% (16/16) (0/16)
|
||||
U+2800 Braille Patterns 100% (256/256) 100% (256/256) (0/256)
|
||||
U+2900 Supplemental Arrows-B 4% (6/128) 100% (128/128) (0/128)
|
||||
U+2980 Miscellaneous Mathematical Symbols-B 10% (13/128) 0% (1/128) 2% (3/128)
|
||||
U+2a00 Supplemental Mathematical Operators 28% (72/256) 1% (4/256) 0% (1/256)
|
||||
U+2b00 Miscellaneous Symbols and Arrows 37% (31/82) 32% (27/82) 10% (9/82)
|
||||
U+2c00 Glagolitic (0/94) (0/94) (0/94)
|
||||
U+2c60 Latin Extended-C 100% (17/17) (0/17) (0/17)
|
||||
U+2c60 Latin Extended-C 96% (28/29) 55% (16/29) 34% (10/29)
|
||||
U+2c80 Coptic (0/114) (0/114) (0/114)
|
||||
U+2d00 Georgian Supplement (0/38) (0/38) (0/38)
|
||||
U+2d30 Tifinagh (0/55) (0/55) (0/55)
|
||||
U+2d00 Georgian Supplement (0/38) 100% (38/38) (0/38)
|
||||
U+2d30 Tifinagh 100% (55/55) (0/55) (0/55)
|
||||
U+2d80 Ethiopic Extended (0/79) (0/79) (0/79)
|
||||
U+2e00 Supplemental Punctuation (0/26) (0/26) (0/26)
|
||||
U+2de0 Cyrillic Extended-A (0/32) (0/32) (0/32)
|
||||
U+2e00 Supplemental Punctuation 4% (2/49) 4% (2/49) 4% (2/49)
|
||||
U+2e80 CJK Radicals Supplement (0/115) (0/115) (0/115)
|
||||
U+2f00 Kangxi Radicals (0/214) (0/214) (0/214)
|
||||
U+2ff0 Ideographic Description Characters (0/12) (0/12) (0/12)
|
||||
U+3000 CJK Symbols and Punctuation (0/64) (0/64) (0/64)
|
||||
U+3040 Hiragana (0/93) (0/93) (0/93)
|
||||
U+30a0 Katakana (0/96) (0/96) (0/96)
|
||||
U+3100 Bopomofo (0/40) (0/40) (0/40)
|
||||
U+3100 Bopomofo (0/41) (0/41) (0/41)
|
||||
U+3130 Hangul Compatibility Jamo (0/94) (0/94) (0/94)
|
||||
U+3190 Kanbun (0/16) (0/16) (0/16)
|
||||
U+31a0 Bopomofo Extended (0/24) (0/24) (0/24)
|
||||
U+31c0 CJK Strokes (0/16) (0/16) (0/16)
|
||||
U+31c0 CJK Strokes (0/36) (0/36) (0/36)
|
||||
U+31f0 Katakana Phonetic Extensions (0/16) (0/16) (0/16)
|
||||
U+3200 Enclosed CJK Letters and Months (0/242) (0/242) (0/242)
|
||||
U+3300 CJK Compatibility (0/256) (0/256) (0/256)
|
||||
U+3400 CJK Unified Ideographs Extension A (0/0) (0/0) (0/0)
|
||||
U+4dc0 Yijing Hexagram Symbols (0/64) (0/64) (0/64)
|
||||
U+4dc0 Yijing Hexagram Symbols 100% (64/64) (0/64) (0/64)
|
||||
U+4e00 CJK Unified Ideographs (0/0) (0/0) (0/0)
|
||||
U+a000 Yi Syllables (0/1165) (0/1165) (0/1165)
|
||||
U+a490 Yi Radicals (0/55) (0/55) (0/55)
|
||||
U+a700 Modifier Tone Letters (0/27) (0/27) (0/27)
|
||||
U+a720 Latin Extended-D (0/2) (0/2) (0/2)
|
||||
U+a500 Vai (0/300) (0/300) (0/300)
|
||||
U+a640 Cyrillic Extended-B 39% (31/78) 12% (10/78) (0/78)
|
||||
U+a700 Modifier Tone Letters 62% (20/32) 62% (20/32) 62% (20/32)
|
||||
U+a720 Latin Extended-D 37% (43/114) 1% (2/114) 3% (4/114)
|
||||
U+a800 Syloti Nagri (0/44) (0/44) (0/44)
|
||||
U+a840 Phags-pa (0/56) (0/56) (0/56)
|
||||
U+a880 Saurashtra (0/81) (0/81) (0/81)
|
||||
U+a900 Kayah Li (0/48) (0/48) (0/48)
|
||||
U+a930 Rejang (0/37) (0/37) (0/37)
|
||||
U+aa00 Cham (0/83) (0/83) (0/83)
|
||||
U+ac00 Hangul Syllables (0/0) (0/0) (0/0)
|
||||
U+d800 High Surrogates (0/0) (0/0) (0/0)
|
||||
U+db80 High Private Use Surrogates (0/0) (0/0) (0/0)
|
||||
U+dc00 Low Surrogates (0/0) (0/0) (0/0)
|
||||
U+e000 Private Use Area (0/0) (0/0) (0/0)
|
||||
U+f900 CJK Compatibility Ideographs (0/467) (0/467) (0/467)
|
||||
U+fb00 Alphabetic Presentation Forms 82% (48/58) 12% (7/58) 3% (2/58)
|
||||
U+fb50 Arabic Presentation Forms-A 11% (70/595) (0/595) (0/595)
|
||||
U+fb00 Alphabetic Presentation Forms 100% (58/58) 12% (7/58) 3% (2/58)
|
||||
U+fb50 Arabic Presentation Forms-A 11% (70/595) (0/595) 12% (72/595)
|
||||
U+fe00 Variation Selectors 100% (16/16) 100% (16/16) (0/16)
|
||||
U+fe10 Vertical Forms (0/10) (0/10) (0/10)
|
||||
U+fe20 Combining Half Marks (0/4) (0/4) (0/4)
|
||||
U+fe20 Combining Half Marks 57% (4/7) (0/7) (0/7)
|
||||
U+fe30 CJK Compatibility Forms (0/32) (0/32) (0/32)
|
||||
U+fe50 Small Form Variants (0/26) (0/26) (0/26)
|
||||
U+fe70 Arabic Presentation Forms-B 100% (141/141) (0/141) (0/141)
|
||||
U+fe70 Arabic Presentation Forms-B 100% (141/141) (0/141) 100% (141/141)
|
||||
U+ff00 Halfwidth and Fullwidth Forms (0/225) (0/225) (0/225)
|
||||
U+fff0 Specials 20% (1/5) 20% (1/5) 20% (1/5)
|
||||
U+fff0 Specials 100% (5/5) 100% (5/5) 100% (5/5)
|
||||
U+10000 Linear B Syllabary (0/88) (0/88) (0/88)
|
||||
U+10080 Linear B Ideograms (0/123) (0/123) (0/123)
|
||||
U+10100 Aegean Numbers (0/57) (0/57) (0/57)
|
||||
U+10140 Ancient Greek Numbers (0/75) (0/75) (0/75)
|
||||
U+10190 Ancient Symbols (0/12) (0/12) (0/12)
|
||||
U+101d0 Phaistos Disc (0/46) (0/46) (0/46)
|
||||
U+10280 Lycian (0/29) (0/29) (0/29)
|
||||
U+102a0 Carian (0/49) (0/49) (0/49)
|
||||
U+10300 Old Italic (0/35) (0/35) (0/35)
|
||||
U+10330 Gothic (0/27) (0/27) (0/27)
|
||||
U+10380 Ugaritic (0/31) (0/31) (0/31)
|
||||
|
@ -143,15 +157,18 @@ U+10450 Shavian (0/48) (0/48)
|
|||
U+10480 Osmanya (0/40) (0/40) (0/40)
|
||||
U+10800 Cypriot Syllabary (0/55) (0/55) (0/55)
|
||||
U+10900 Phoenician (0/27) (0/27) (0/27)
|
||||
U+10920 Lydian (0/27) (0/27) (0/27)
|
||||
U+10a00 Kharoshthi (0/65) (0/65) (0/65)
|
||||
U+12000 Cuneiform (0/879) (0/879) (0/879)
|
||||
U+12400 Cuneiform Numbers and Punctuation (0/103) (0/103) (0/103)
|
||||
U+1d000 Byzantine Musical Symbols (0/246) (0/246) (0/246)
|
||||
U+1d100 Musical Symbols (0/219) (0/219) (0/219)
|
||||
U+1d100 Musical Symbols (0/220) (0/220) (0/220)
|
||||
U+1d200 Ancient Greek Musical Notation (0/70) (0/70) (0/70)
|
||||
U+1d300 Tai Xuan Jing Symbols (0/87) (0/87) (0/87)
|
||||
U+1d300 Tai Xuan Jing Symbols 100% (87/87) (0/87) (0/87)
|
||||
U+1d360 Counting Rod Numerals (0/18) (0/18) (0/18)
|
||||
U+1d400 Mathematical Alphanumeric Symbols (0/996) (0/996) (0/996)
|
||||
U+1d400 Mathematical Alphanumeric Symbols 10% (107/996) 5% (55/996) 6% (62/996)
|
||||
U+1f000 Mahjong Tiles (0/44) (0/44) (0/44)
|
||||
U+1f030 Domino Tiles (0/100) (0/100) (0/100)
|
||||
U+20000 CJK Unified Ideographs Extension B (0/0) (0/0) (0/0)
|
||||
U+2f800 CJK Compatibility Ideographs Supplement (0/542) (0/542) (0/542)
|
||||
U+e0000 Tags (0/98) (0/98) (0/98)
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue