rbpdf 1.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (120) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG +35 -0
  3. data/Gemfile +4 -0
  4. data/README.md +68 -0
  5. data/Rakefile +2 -0
  6. data/lib/core/rmagick.rb +85 -0
  7. data/lib/fonts/README.z +2 -0
  8. data/lib/fonts/arialunicid0_cw.rb +1738 -0
  9. data/lib/fonts/cid0cs.rb +21 -0
  10. data/lib/fonts/cid0ct.rb +21 -0
  11. data/lib/fonts/cid0jp.rb +21 -0
  12. data/lib/fonts/cid0kr.rb +21 -0
  13. data/lib/fonts/courier.rb +37 -0
  14. data/lib/fonts/dejavu-fonts-ttf-2.33/AUTHORS +53 -0
  15. data/lib/fonts/dejavu-fonts-ttf-2.33/BUGS +3 -0
  16. data/lib/fonts/dejavu-fonts-ttf-2.33/LICENSE +99 -0
  17. data/lib/fonts/dejavu-fonts-ttf-2.33/NEWS +1315 -0
  18. data/lib/fonts/dejavu-fonts-ttf-2.33/README +59 -0
  19. data/lib/fonts/dejavusans.ctg.z +0 -0
  20. data/lib/fonts/dejavusans.rb +338 -0
  21. data/lib/fonts/dejavusans.z +0 -0
  22. data/lib/fonts/dejavusansb.ctg.z +0 -0
  23. data/lib/fonts/dejavusansb.rb +330 -0
  24. data/lib/fonts/dejavusansb.z +0 -0
  25. data/lib/fonts/dejavusansbi.ctg.z +0 -0
  26. data/lib/fonts/dejavusansbi.rb +297 -0
  27. data/lib/fonts/dejavusansbi.z +0 -0
  28. data/lib/fonts/dejavusansi.ctg.z +0 -0
  29. data/lib/fonts/dejavusansi.rb +305 -0
  30. data/lib/fonts/dejavusansi.z +0 -0
  31. data/lib/fonts/freefont-20080912/AUTHORS +191 -0
  32. data/lib/fonts/freefont-20080912/COPYING +341 -0
  33. data/lib/fonts/freefont-20080912/CREDITS +506 -0
  34. data/lib/fonts/freefont-20080912/ChangeLog +3320 -0
  35. data/lib/fonts/freefont-20080912/INSTALL +81 -0
  36. data/lib/fonts/freefont-20080912/README +108 -0
  37. data/lib/fonts/freemono.ctg.z +0 -0
  38. data/lib/fonts/freemono.rb +203 -0
  39. data/lib/fonts/freemono.z +0 -0
  40. data/lib/fonts/freemonob.ctg.z +0 -0
  41. data/lib/fonts/freemonob.rb +120 -0
  42. data/lib/fonts/freemonob.z +0 -0
  43. data/lib/fonts/freemonobi.ctg.z +0 -0
  44. data/lib/fonts/freemonobi.rb +84 -0
  45. data/lib/fonts/freemonobi.z +0 -0
  46. data/lib/fonts/freemonoi.ctg.z +0 -0
  47. data/lib/fonts/freemonoi.rb +136 -0
  48. data/lib/fonts/freemonoi.z +0 -0
  49. data/lib/fonts/freesans.ctg.z +0 -0
  50. data/lib/fonts/freesans.rb +196 -0
  51. data/lib/fonts/freesans.z +0 -0
  52. data/lib/fonts/freesansb.ctg.z +0 -0
  53. data/lib/fonts/freesansb.rb +136 -0
  54. data/lib/fonts/freesansb.z +0 -0
  55. data/lib/fonts/freesansbi.ctg.z +0 -0
  56. data/lib/fonts/freesansbi.rb +108 -0
  57. data/lib/fonts/freesansbi.z +0 -0
  58. data/lib/fonts/freesansi.ctg.z +0 -0
  59. data/lib/fonts/freesansi.rb +136 -0
  60. data/lib/fonts/freesansi.z +0 -0
  61. data/lib/fonts/freeserif.ctg.z +0 -0
  62. data/lib/fonts/freeserif.rb +285 -0
  63. data/lib/fonts/freeserif.z +0 -0
  64. data/lib/fonts/freeserifb.ctg.z +0 -0
  65. data/lib/fonts/freeserifb.rb +164 -0
  66. data/lib/fonts/freeserifb.z +0 -0
  67. data/lib/fonts/freeserifbi.ctg.z +0 -0
  68. data/lib/fonts/freeserifbi.rb +130 -0
  69. data/lib/fonts/freeserifbi.z +0 -0
  70. data/lib/fonts/freeserifi.ctg.z +0 -0
  71. data/lib/fonts/freeserifi.rb +151 -0
  72. data/lib/fonts/freeserifi.z +0 -0
  73. data/lib/fonts/helvetica.rb +34 -0
  74. data/lib/fonts/helveticab.rb +34 -0
  75. data/lib/fonts/helveticabi.rb +34 -0
  76. data/lib/fonts/helveticai.rb +34 -0
  77. data/lib/fonts/hysmyeongjostdmedium.rb +31 -0
  78. data/lib/fonts/kozgopromedium.rb +47 -0
  79. data/lib/fonts/kozminproregular.rb +46 -0
  80. data/lib/fonts/msungstdlight.rb +23 -0
  81. data/lib/fonts/sjis.rb +834 -0
  82. data/lib/fonts/stsongstdlight.rb +23 -0
  83. data/lib/fonts/symbol.rb +33 -0
  84. data/lib/fonts/times.rb +34 -0
  85. data/lib/fonts/timesb.rb +34 -0
  86. data/lib/fonts/timesbi.rb +34 -0
  87. data/lib/fonts/timesi.rb +34 -0
  88. data/lib/fonts/uni2cid_ac15.rb +23613 -0
  89. data/lib/fonts/uni2cid_ag15.rb +30222 -0
  90. data/lib/fonts/uni2cid_aj16.rb +15705 -0
  91. data/lib/fonts/uni2cid_ak12.rb +17530 -0
  92. data/lib/fonts/zapfdingbats.rb +33 -0
  93. data/lib/htmlcolors.rb +207 -0
  94. data/lib/rbpdf.rb +14472 -0
  95. data/lib/rbpdf/version.rb +3 -0
  96. data/lib/unicode_data.rb +18315 -0
  97. data/logo_example.png +0 -0
  98. data/rbpdf.gemspec +35 -0
  99. data/test/rbpdf_bidi_test.rb +65 -0
  100. data/test/rbpdf_bookmark_test.rb +57 -0
  101. data/test/rbpdf_cell_test.rb +232 -0
  102. data/test/rbpdf_content_test.rb +117 -0
  103. data/test/rbpdf_css_test.rb +318 -0
  104. data/test/rbpdf_dom_test.rb +113 -0
  105. data/test/rbpdf_font_func_test.rb +27 -0
  106. data/test/rbpdf_font_style_test.rb +34 -0
  107. data/test/rbpdf_font_test.rb +181 -0
  108. data/test/rbpdf_format_test.rb +27 -0
  109. data/test/rbpdf_func_test.rb +126 -0
  110. data/test/rbpdf_html_test.rb +164 -0
  111. data/test/rbpdf_htmlcell_test.rb +64 -0
  112. data/test/rbpdf_image_test.rb +108 -0
  113. data/test/rbpdf_test.rb +245 -0
  114. data/test/rbpdf_transaction_test.rb +199 -0
  115. data/test/rbpdf_viewerpreferences_test.rb +37 -0
  116. data/test/rbpdf_write_test.rb +173 -0
  117. data/test/test_helper.rb +1 -0
  118. data/test_unicode.rbpdf +115 -0
  119. data/utf8test.txt +120 -0
  120. metadata +216 -0
@@ -0,0 +1,21 @@
1
+ RBPDFFontDescriptor.define('cid0cs') do |font|
2
+ font[:type]='cidfont0'
3
+ font[:name]='ArialUnicodeMS'
4
+ font[:desc]={'Ascent'=>1069,'Descent'=>-271,'CapHeight'=>1069,'Flags'=>32,'FontBBox'=>'[-1011 -330 2260 1078]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>600}
5
+ font[:up]=-100
6
+ font[:ut]=50
7
+ font[:dw]=1000
8
+
9
+ require 'fonts/arialunicid0_cw.rb'
10
+ include(ARIALUNICID0_CW)
11
+ font[:cw]=FONT_CW
12
+
13
+ # Simplified Chinese
14
+ require 'fonts/uni2cid_ag15.rb'
15
+ include(UNI2CID_AG15)
16
+ font[:cidinfo]={'Registry'=>'Adobe','Ordering'=>'GB1','Supplement'=>2, 'uni2cid'=>UNI2CID}
17
+ font[:enc]='UniGB-UTF16-H'
18
+
19
+ font[:diff]=''
20
+ font[:originalsize]=23275812
21
+ end
@@ -0,0 +1,21 @@
1
+ RBPDFFontDescriptor.define('cid0ct') do |font|
2
+ font[:type]='cidfont0'
3
+ font[:name]='ArialUnicodeMS'
4
+ font[:desc]={'Ascent'=>1069,'Descent'=>-271,'CapHeight'=>1069,'Flags'=>32,'FontBBox'=>'[-1011 -330 2260 1078]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>600}
5
+ font[:up]=-100
6
+ font[:ut]=50
7
+ font[:dw]=1000
8
+
9
+ require 'fonts/arialunicid0_cw.rb'
10
+ include(ARIALUNICID0_CW)
11
+ font[:cw]=FONT_CW
12
+
13
+ # Traditional Chinese
14
+ require 'fonts/uni2cid_ac15.rb'
15
+ include(UNI2CID_AC15)
16
+ font[:cidinfo]={'Registry'=>'Adobe','Ordering'=>'CNS1','Supplement'=>0, 'uni2cid'=>UNI2CID}
17
+ font[:enc]='UniCNS-UTF16-H'
18
+
19
+ font[:diff]=''
20
+ font[:originalsize]=23275812
21
+ end
@@ -0,0 +1,21 @@
1
+ RBPDFFontDescriptor.define('cid0jp') do |font|
2
+ font[:type]='cidfont0'
3
+ font[:name]='ArialUnicodeMS'
4
+ font[:desc]={'Ascent'=>1069,'Descent'=>-271,'CapHeight'=>1069,'Flags'=>32,'FontBBox'=>'[-1011 -330 2260 1078]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>600}
5
+ font[:up]=-100
6
+ font[:ut]=50
7
+ font[:dw]=1000
8
+
9
+ require 'fonts/arialunicid0_cw.rb'
10
+ include(ARIALUNICID0_CW)
11
+ font[:cw]=FONT_CW
12
+
13
+ # Japanese
14
+ require 'fonts/uni2cid_aj16.rb'
15
+ include(UNI2CID_AJ16)
16
+ font[:cidinfo]={'Registry'=>'Adobe','Ordering'=>'Japan1','Supplement'=>5, 'uni2cid'=>UNI2CID}
17
+ font[:enc]='UniJIS-UTF16-H'
18
+
19
+ font[:diff]=''
20
+ font[:originalsize]=23275812
21
+ end
@@ -0,0 +1,21 @@
1
+ RBPDFFontDescriptor.define('cid0kr') do |font|
2
+ font[:type]='cidfont0'
3
+ font[:name]='ArialUnicodeMS'
4
+ font[:desc]={'Ascent'=>1069,'Descent'=>-271,'CapHeight'=>1069,'Flags'=>32,'FontBBox'=>'[-1011 -330 2260 1078]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>600}
5
+ font[:up]=-100
6
+ font[:ut]=50
7
+ font[:dw]=1000
8
+
9
+ require 'fonts/arialunicid0_cw.rb'
10
+ include(ARIALUNICID0_CW)
11
+ font[:cw]=FONT_CW
12
+
13
+ # Korean
14
+ require 'fonts/uni2cid_ak12.rb'
15
+ include(UNI2CID_AK12)
16
+ font[:cidinfo]={'Registry'=>'Adobe','Ordering'=>'Korea1','Supplement'=>0, 'uni2cid'=>UNI2CID}
17
+ font[:enc]='UniKS-UTF16-H'
18
+
19
+ font[:diff]=''
20
+ font[:originalsize]=23275812
21
+ end
@@ -0,0 +1,37 @@
1
+ RBPDFFontDescriptor.define('courier') do |font|
2
+ # core font definition file for RBPDF
3
+ font[:type]='core'
4
+ font[:dw]=600
5
+ font[:cw] = {}
6
+ 0.upto(255) do |i|
7
+ font[:cw][i]=600
8
+ end
9
+ end
10
+ RBPDFFontDescriptor.define('courierb') do |font|
11
+ # core font definition file for RBPDF
12
+ font[:type]='core'
13
+ font[:dw]=600
14
+ font[:cw] = {}
15
+ 0.upto(255) do |i|
16
+ font[:cw][i]=600
17
+ end
18
+ end
19
+ RBPDFFontDescriptor.define('courierbi') do |font|
20
+ # core font definition file for RBPDF
21
+ font[:type]='core'
22
+ font[:dw]=600
23
+ font[:cw] = {}
24
+ 0.upto(255) do |i|
25
+ font[:cw][i]=600
26
+ end
27
+ end
28
+ RBPDFFontDescriptor.define('courieri') do |font|
29
+ # core font definition file for RBPDF
30
+ font[:type]='core'
31
+ font[:dw]=600
32
+ font[:cw] = {}
33
+ 0.upto(255) do |i|
34
+ font[:cw][i]=600
35
+ end
36
+ end
37
+
@@ -0,0 +1,53 @@
1
+ abysta at yandex.ru
2
+ Adrian Schroeter
3
+ Aleksey Chalabyan
4
+ Andrey Valentinovich Panov
5
+ Ben Laenen
6
+ Besarion Gugushvili
7
+ Bhikkhu Pesala
8
+ Clayborne Arevalo
9
+ Dafydd Harries
10
+ Danilo Segan
11
+ Davide Viti
12
+ David Jez
13
+ David Lawrence Ramsey
14
+ Denis Jacquerye
15
+ Dwayne Bailey
16
+ Eugeniy Meshcheryakov
17
+ Gee Fung Sit
18
+ Heikki Lindroos
19
+ James Cloos
20
+ James Crippen
21
+ John Karp
22
+ Keenan Pepper
23
+ Lars Naesbye Christensen
24
+ Lior Halphon
25
+ MaEr
26
+ Mashrab Kuvatov
27
+ Max Berger
28
+ Mederic Boquien
29
+ Michael Everson
30
+ MihailJP
31
+ Misu Moldovan
32
+ Nguyen Thai Ngoc Duy
33
+ Nicolas Mailhot
34
+ Norayr Chilingarian
35
+ Ognyan Kulev
36
+ Ondrej Koala Vacha
37
+ Peter Cernak
38
+ Remy Oudompheng
39
+ Roozbeh Pournader
40
+ Rouben Hakobian
41
+ Sahak Petrosyan
42
+ Sander Vesik
43
+ Stepan Roh
44
+ Stephen Hartke
45
+ Steve Tinney
46
+ Tavmjong Bah
47
+ Thomas Henlich
48
+ Tim May
49
+ Valentin Stoykov
50
+ Vasek Stodulka
51
+ Wesley Transue
52
+
53
+ $Id: AUTHORS 2461 2011-02-18 16:38:20Z ben_laenen $
@@ -0,0 +1,3 @@
1
+ See http://dejavu.sourceforge.net/wiki/index.php/Bugs
2
+
3
+ $Id: BUGS 80 2004-11-13 13:12:02Z src $
@@ -0,0 +1,99 @@
1
+ Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
2
+ Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below)
3
+
4
+ Bitstream Vera Fonts Copyright
5
+ ------------------------------
6
+
7
+ Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
8
+ a trademark of Bitstream, Inc.
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of the fonts accompanying this license ("Fonts") and associated
12
+ documentation files (the "Font Software"), to reproduce and distribute the
13
+ Font Software, including without limitation the rights to use, copy, merge,
14
+ publish, distribute, and/or sell copies of the Font Software, and to permit
15
+ persons to whom the Font Software is furnished to do so, subject to the
16
+ following conditions:
17
+
18
+ The above copyright and trademark notices and this permission notice shall
19
+ be included in all copies of one or more of the Font Software typefaces.
20
+
21
+ The Font Software may be modified, altered, or added to, and in particular
22
+ the designs of glyphs or characters in the Fonts may be modified and
23
+ additional glyphs or characters may be added to the Fonts, only if the fonts
24
+ are renamed to names not containing either the words "Bitstream" or the word
25
+ "Vera".
26
+
27
+ This License becomes null and void to the extent applicable to Fonts or Font
28
+ Software that has been modified and is distributed under the "Bitstream
29
+ Vera" names.
30
+
31
+ The Font Software may be sold as part of a larger software package but no
32
+ copy of one or more of the Font Software typefaces may be sold by itself.
33
+
34
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
35
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
36
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
37
+ TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
38
+ FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
39
+ ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
40
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
41
+ THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
42
+ FONT SOFTWARE.
43
+
44
+ Except as contained in this notice, the names of Gnome, the Gnome
45
+ Foundation, and Bitstream Inc., shall not be used in advertising or
46
+ otherwise to promote the sale, use or other dealings in this Font Software
47
+ without prior written authorization from the Gnome Foundation or Bitstream
48
+ Inc., respectively. For further information, contact: fonts at gnome dot
49
+ org.
50
+
51
+ Arev Fonts Copyright
52
+ ------------------------------
53
+
54
+ Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
55
+
56
+ Permission is hereby granted, free of charge, to any person obtaining
57
+ a copy of the fonts accompanying this license ("Fonts") and
58
+ associated documentation files (the "Font Software"), to reproduce
59
+ and distribute the modifications to the Bitstream Vera Font Software,
60
+ including without limitation the rights to use, copy, merge, publish,
61
+ distribute, and/or sell copies of the Font Software, and to permit
62
+ persons to whom the Font Software is furnished to do so, subject to
63
+ the following conditions:
64
+
65
+ The above copyright and trademark notices and this permission notice
66
+ shall be included in all copies of one or more of the Font Software
67
+ typefaces.
68
+
69
+ The Font Software may be modified, altered, or added to, and in
70
+ particular the designs of glyphs or characters in the Fonts may be
71
+ modified and additional glyphs or characters may be added to the
72
+ Fonts, only if the fonts are renamed to names not containing either
73
+ the words "Tavmjong Bah" or the word "Arev".
74
+
75
+ This License becomes null and void to the extent applicable to Fonts
76
+ or Font Software that has been modified and is distributed under the
77
+ "Tavmjong Bah Arev" names.
78
+
79
+ The Font Software may be sold as part of a larger software package but
80
+ no copy of one or more of the Font Software typefaces may be sold by
81
+ itself.
82
+
83
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
84
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
85
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
86
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
87
+ TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
88
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
89
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
90
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
91
+ OTHER DEALINGS IN THE FONT SOFTWARE.
92
+
93
+ Except as contained in this notice, the name of Tavmjong Bah shall not
94
+ be used in advertising or otherwise to promote the sale, use or other
95
+ dealings in this Font Software without prior written authorization
96
+ from Tavmjong Bah. For further information, contact: tavmjong @ free
97
+ . fr.
98
+
99
+ $Id: LICENSE 2133 2007-11-28 02:46:28Z lechimp $
@@ -0,0 +1,1315 @@
1
+ Changes from 2.32 to 2.33
2
+
3
+ * added Old Italic block to Sans (by MaEr)
4
+ * added U+051E, U+051F to Sans (by MaEr)
5
+ * added U+01BA, U+0372-U+0373, U+0376-U+0377, U+03CF, U+1D00-U+1D01,
6
+ U+1D03-U+1D07, U+1D0A-U+1D13, U+1D15, U+1D18-U+1D1C, U+1D20-U+1D2B,
7
+ U+1D2F, U+1D3D, U+1D5C-U+1D61, U+1D66-U+1D6B, U+1DB8, U+1E9C-U+1E9D,
8
+ U+1EFA-U+1EFB, U+2C60-U+2C61, U+2C63, U+A726-U+A73C, U+A73E-U+A73F,
9
+ U+A746-U+A747, U+A74A-U+A74B, U+A74E+U+A74F, U+A768-U+A769, U+A77B-U+A77C,
10
+ U+A780-U+A787, U+A790-U+A791, U+A7FA-U+A7FF to Serif (by Gee Fung Sit 薛至峰)
11
+ * added alternate forms to U+014A and U+01B7 in Serif (by Gee Fung Sit 薛至峰)
12
+ * typographical improvements to U+0166-U+0167, U+0197, U+01B5-U+01B6, U+01BB,
13
+ U+0222-U+0223, U+023D, U+0250-U+0252, U+026E, U+0274, U+028F, U+029F,
14
+ U+02A3-U+02A5, U+02AB, U+03FE-U+03FF, U+1D02, U+1D14, U+1D1D-U+1D1F, U+1D3B,
15
+ U+1D43-U+1D46, U+1D59, U+1D9B, U+2C71, U+2C73 in Serif (by Gee Fung Sit 薛至峰)
16
+ * fixed bugs #31762 and #34700 plus other small fixes (wrong direction,
17
+ duplicate points, etc.) for Sans and Serif (by Gee Fung Sit 薛至峰)
18
+ * added U+204B to Mono (by Gee Fung Sit 薛至峰)
19
+ * added U+26E2 to Sans (by Gee Fung Sit 薛至峰)
20
+ * added Playing Cards block (U+1F0A0-U+1F0DF) to Sans (by Gee Fung Sit 薛至峰)
21
+ * emoticons in Sans: replace U+2639-U+263B with better versions, add
22
+ U+1F601-U+1F610, U+1F612-U+1F614, U+1F616, U+1F618, U+1F61A, U+1F61C-U+1F61E,
23
+ U+1F620-U+1F624, U+1F625, U+1F628-U+1F62B, U+1F62D, U+1F630-U+1F633,
24
+ U+1F635-U+1F640 (by Ben Laenen and Denis Jacquerye)
25
+ * added U+A78E, U+A790-U+A791 to Sans and Mono (by Denis Jacquerye)
26
+ * added U+A7FA to Sans (by Denis Jacquerye)
27
+ * subscripts: added U+2095-U+209C to Sans, Serif and Mono, adjusted
28
+ U+1D49-U+1D4A in Sans and Mono (by Denis Jacquerye)
29
+ * added U+0243 to Mono (by Denis Jacquerye)
30
+ * adjusted U+0307 to match dot of i, replaced dotaccent U+02D9 with U+0307 in
31
+ most dependencies in Sans (by Denis Jacquerye)
32
+ * adjusted anchors of f and added them to long s in Sans (by Denis Jacquerye)
33
+ * added anchors to precomposed dependencies of D and d (by Denis Jacquerye)
34
+ * added debug glyphs U+F002 and U+F003 which will show current point size (by
35
+ Ben Laenen)
36
+ * use correct version for Serbian italic be (by Eugeniy Meshcheryakov)
37
+ * added pictograms U+1F42D-U+1F42E, U+1F431, U+1F435 (by Denis Jacquerye)
38
+ * improved Hebrew in Sans (by Lior Halphon)
39
+ * improved Armenian in Sans, and added Armenian in Serif and Mono (by Rouben
40
+ Hakobian (Tarumian), Aleksey Chalabyan and Norayr Chilingarian)
41
+ * remove "locl" feature for Romanian for S/T/s/t with cedilla/comma accent (by
42
+ Ben Laenen)
43
+ * replace wrong "dflt" script tag in Mono with "DFLT" (by Ben Laenen)
44
+
45
+ Changes from 2.31 to 2.32
46
+
47
+ * added to Sans: Latin small letter p with stroke (U+1D7D), Latin capital
48
+ letter p with stroke through descender (U+A750), Latin small letter p with
49
+ stroke through descender (U+A751), Latin capital letter thorn with stroke
50
+ (U+A764), Latin small letter thorn with stroke (U+A765), Latin capital letter
51
+ thorn with stroke through descender (U+A766), Latin small letter thorn with
52
+ stroke through descender (U+A767), Latin capital letter q with stroke through
53
+ descender (U+A756), Latin small letter q with stroke through descender
54
+ (U+A757), Latin capital letter p with flourish (U+A752), Latin small letter p
55
+ with flourish (U+A753) (by Ben Laenen)
56
+ * add new Indian rupee symbol (U+20B9) to Sans, Serif and Mono (although
57
+ standardization in Unicode not complete yet, UTC did assign this code point)
58
+ (by Ben Laenen)
59
+ * Sans: adjusted U+0E3F, U+20AB, U+20AD-U+20AE, U+20B1, U+20B5, U+20B8 to have
60
+ them take up the same width as digits (by Gee Fung Sit 薛至峰)
61
+ * added U+23E8 to Sans (by Thomas Henlich)
62
+ * fixed numerous bugs (#22579, #28189, #28977, N'Ko in Windows, fixed U+FB4F,
63
+ anchors for U+0332-U+0333, made extensions in Misc. Technical connect, and
64
+ other small fixes) (by Gee Fung Sit 薛至峰)
65
+ * added looptail g as stylistic variant to Serif (by Gee Fung Sit 薛至峰)
66
+ * added the remaining precomposed characters in Latin Extended Additional in
67
+ Serif (by Gee Fung Sit 薛至峰)
68
+ * added Georgian Mkhedruli (U+10D0-U+10FC) to Sans ExtraLight (by Besarion
69
+ Gugushvili)
70
+ * fix spacing in hinting of U+042E (Ю) in Mono (by Ben Laenen)
71
+ * replaced U+2650 and minor changes to U+2640-U+2642, U+2699, U+26A2-U+26A5,
72
+ U+26B2-U+26B5, U+26B8 in Sans (by Gee Fung Sit 薛至峰)
73
+ * added U+1E9C-U+1E9D, U+1EFA-U+1EFB, U+2028-U+2029, U+20B8, U+2150-U+2152,
74
+ U+2189, U+26C0-U+26C3, U+A722-U+A725, U+1F030-U+1F093 to Sans (by Gee Fung
75
+ Sit 薛至峰)
76
+ * added U+1E9C-U+1E9E, U+1EFA-U+1EFB, U+2028-U+2029, U+20B8, U+2181-U+2182,
77
+ U+2185 U+A722-U+A725, to Sans ExtraLight (by Gee Fung Sit 薛至峰)
78
+ * added U+20B8, U+22A2-U+22A5, U+A722-U+A725 to Mono (by Gee Fung Sit 薛至峰)
79
+ * added U+02CD, U+01BF, U+01F7, U+0222-U+0223, U+0243-U+0244, U+0246-U+024F,
80
+ U+2150-U+2152, U+2189, U+239B-U+23AD and U+A73D to Serif (by Gee Fung Sit
81
+ 薛至峰)
82
+
83
+ Changes from 2.30 to 2.31
84
+
85
+ * fixed bug where Serif Condensed Italic wouldn't get proper subfamily tags (by
86
+ Ben Laenen)
87
+ * added math operators U+2234-U+2237 to Mono (by Ben Laenen)
88
+ * removed buggy instructions of U+032D (by Eugeniy Meshcheryakov)
89
+ * added U+2C70, U+2C7E, U+2C7F to Sans and Sans Mono (by Denis Jacquerye)
90
+ * added U+2C7D to Sans Mono (by Denis Jacquerye)
91
+ * added U+2C6D, U+2C70-2C73, U+2C7E-2C7F to Serif (by Denis Jacquerye)
92
+ * added extremas to alpha U+03B1 in Serif-Italic (by Denis Jacquerye)
93
+ * added U+4A4, U+4A5 to Mono (by Andrey V. Panov)
94
+ * added Arabic letters U+0657, U+0670, U+0688-U+0690, U+0693-U+0694,
95
+ U+0696-U+0697, U+0699-U+06A0, U+06A2-U+06A3, U+06A5, U+06A7-U+06A8,
96
+ U+06AA-U+06AE, U+06B0-U+06B4, U+06B6-U+06B9, U+06BB-U+06BE and their
97
+ contextual forms to Sans (by MihailJP)
98
+ * added U+A78D LATIN CAPITAL LETTER TURNED H for coming Unicode 6.0 (by Denis
99
+ Jacquerye)
100
+
101
+ Changes from 2.29 to 2.30
102
+
103
+ * added U+0462-U+0463 to Mono (by Denis Jacquerye)
104
+ * corrected U+1E53 in Serif (by Gee Fung Sit)
105
+ * added U+1E4C-U+1E4D to Mono and Serif (by Gee Fung Sit)
106
+ * added U+1E78-U+1E79 to Mono (by Gee Fung Sit)
107
+ * fixed missing diacritics in Latin Extended Additional in Sans ExtraLight
108
+ (moved stacked diacritics out of PUA in the process) (by Gee Fung Sit)
109
+ * fixed anchors on U+1E78 in Serif (by Gee Fung Sit)
110
+ * added U+1DC4-U+1DC9 to Serif (by Denis Jacquerye)
111
+ * renamed above-mark to above-mark in Serif-Italic (by Denis Jacquerye)
112
+ * added U+1DC4-U+1DC9 to context class for dotless substitution (by Denis
113
+ Jacquerye)
114
+ * changed Doubleacute to Doublegrave in Sans ExtraLight (by Gee Fung Sit)
115
+ * removed redundant reference in U+01FB in Sans Oblique (by Gee Fung Sit)
116
+ * added U+A726-U+A727 to Mono (Denis Jacquerye)
117
+ * changed U+04BE and U+04BF according to recommedations of Sasha Ankwab in Sans
118
+ (by Andrey V. Panov)
119
+ * remove "Symbol Charset" from set of codepages in Sans (by Eugeniy
120
+ Meshcheryakov)
121
+
122
+ Changes from 2.28 to 2.29
123
+
124
+ * modified U+10FB in Sans to be a mirror image of U+2056, since U+10FB is not
125
+ Georgian-specific (by Roozbeh Pournader)
126
+ * added U+2B1F, U+2B24, U+2B53, U+2B54 in Sans (by Roozbeh Pournader)
127
+ * fixed TUR opentype language tag to TRK in Serif (bug 19825) (by Ben Laenen)
128
+ * early implementation of Abkhaz letter U+0524-U+0525 in Sans
129
+ (by Michael Everson and abysta)
130
+ * flipped U+1D538 in Sans (by Gee Fung Sit)
131
+ * added U+26B3-U+26B8, U+1D7D8-U+1D7E1 in Sans (by Gee Fung Sit)
132
+ * corrected U+1D7A9 in Sans Bold Oblique (by Gee Fung Sit)
133
+ * Fixed U+0649 to be dual-joining in Sans Mono (by Roozbeh Pournader)
134
+ * Remove unnecessary 'isol' feature from Sans Mono (by Roozbeh Pournader)
135
+ * Remove 'cmap' mappings for U+066E, U+066F, U+067C, U+067D, U+0681, U+0682,
136
+ U+0685, U+0692, U+06A1, U+06B5, U+06BA, U+06C6, U+06CE, and U+06D5
137
+ in Sans Mono (bug 20323) (by Roozbeh Pournader)
138
+ * add half brackets (U+2E22 - U+2E25, by Steve Tinney)
139
+
140
+ Changes from 2.27 to 2.28
141
+
142
+ * added U+A789, U+A78A in Sans and Sans Mono (by Denis Jacquerye)
143
+ * modified U+02D6, U+02D7, U+02EE in Sans and Sans Mono (by Denis Jacquerye)
144
+ * added U+1E9E (German capital ß) to Sans and Serif (by Denis Jacquerye)
145
+ * adjusted width of U+01B7-U+01B9 in Serif Italic (by Denis Jacquerye)
146
+ * modified U+021C, U+021D in Sans (by Denis Jacquerye)
147
+ * added U+021C, U+021D in Mono (by Denis Jacquerye)
148
+ * added U+F428 (Georgian Nuskhuri "f") in private use area (by Besarion
149
+ Gugushvili)
150
+ * updated Georgian mkhedruli (U+10D0-U+10FA) with new version (by Besarion
151
+ Gugushvili)
152
+ * updated Georgian asomtavruli (U+10A0-U+10C5) with new version (by Besarion
153
+ Gugushvili)
154
+ * added Georgian nuskhuri (U+2D00-U+2D25) (by Besarion Gugushvili)
155
+ * added Georgian mtavruli in private use area (U+F400-U+F426) (by Besarion
156
+ Gugushvili)
157
+ * added mark anchors above to Cyrillic U+0430-U+0438, U+043A-U+044F,
158
+ U+0454-U+0455 in Mono (by Ben Laenen)
159
+ * modified/moved up U+0318-U+0319, U+031C-U+031F, U+0329-U+032A, U+032C-U+032D,
160
+ U+0339-U+033B, U+0348 and U+0353 in Sans to prevent cut-off (by Gee Fung Sit)
161
+ * added U+035A to Sans (by Gee Fung Sit)
162
+ * updated fontconfig files (by Nicolas Mailhot)
163
+ * added U+2032-2037 to Mono (by Denis Jacquerye)
164
+ * added Ogham to Sans ExtraLight (by Gee Fung Sit)
165
+ * added U+2C6F, U+2C79, U+2C7C-2C7D to Mono (by Gee Fung Sit)
166
+ * added U+210F to Serif and Sans ExtraLight (by Gee Fung Sit)
167
+ * changed U+210F to a more common glyph in Sans and Mono (by Gee Fung Sit)
168
+
169
+ Changes from 2.26 to 2.27
170
+
171
+ * added some of Michael Everson's new Cyrillic glyphs to Sans (by Wesley
172
+ Transue)
173
+ * removed blank glyph at U+05EF from Sans Bold Oblique (by Gee Fung Sit)
174
+ * small adjustments to existing tone bars in Sans and Mono (by Gee Fung Sit)
175
+ * added U+0372-U+0373, U+0376-U+0377, U+03CF, U+A668-U+A66E, U+A708-U+A711,
176
+ U+A71B-U+A71F to Sans (by Gee Fung Sit)
177
+ * copied U+02E5-U+02E9 over from Sans to fix inconsistencies in Serif (by Gee
178
+ Fung Sit)
179
+ * added U+021C-U+021D, U+0370-U+0371, U+037B-U+037D, U+0470-U+0471,
180
+ U+0510-U+0515, U+051A-U+051D, U+1E9F, U+2C64, U+2C6E-U+2C6F, U+2C79,
181
+ U+2C7C-U+2C7D, U+A644-U+A647, U+A650-U+A651, U+A654-U+A657, U+A708-U+A716,
182
+ U+A71B-U+A71F to Serif (by Gee Fung Sit)
183
+ * added U+A708-U+A716, U+A71B-U+A71F to Mono (by Gee Fung Sit)
184
+ * added anchors to U+017F (ſ) and fixed U+1E9B (ẛ) in Serif (by Gee Fung Sit)
185
+ * made U+0325 smaller in Sans Bold and Serif to match Sans Book (by Gee Fung
186
+ Sit)
187
+ * fixes to U+02F3 (moved up), U+228F-U+2294 (more square-like) and
188
+ U+22CE-U+22CF (stroke width) in Sans (by Gee Fung Sit)
189
+ * replaced U+2202 ∂ (Sans and Mono) and U+221D ∝, U+221E ∞ (Sans) with glyphs
190
+ from Arev (with small changes) (by Gee Fung Sit)
191
+ * added U+22B0-U+22B1, U+22C7, U+22D0-U+22D5 from Arev to Sans to complete the
192
+ block (by Gee Fung Sit)
193
+ * added U+0514-U+0515 to Sans ExtraLight (by Gee Fung Sit)
194
+ * skewed U+A78C in all Oblique/Italic fonts (by Gee Fung Sit)
195
+ * moved U+2215 to U+2044 in Sans and Serif and replaced U+2215 with reference
196
+ to U+002F in all fonts (by Gee Fung Sit)
197
+ * added U+2C6E to Mono (by Denis Jacquerye)
198
+ * added U+A782 and U+A783 in Sans (by Wesley Transue)
199
+ * added U+0244, U+024C-024D, U+2C64 in Sans Mono (by Denis Jacquerye)
200
+ * modified U+01AE in Sans Mono (by Denis Jacquerye)
201
+ * added U+2C7A to all fonts (by Gee Fung Sit)
202
+ * italicized/small changes to U+2C76 in Serif (Bold) Italic (by Gee Fung Sit)
203
+ * improved outlines of U+2C68, U+2C6A, U+2C6C in Serif (Bold) Italic (by Gee
204
+ Fung Sit)
205
+ * rounded U+2C77 at the bottom in Serif (by Gee Fung Sit)
206
+ * added joining behavior for tone letters (U+02E5-U+02E9) in Sans (bug #15669)
207
+ (by Gee Fung Sit)
208
+ * fixed outline of y.alt in Sans Regular (by Denis Jacquerye)
209
+ * changed references of U+1D5A8, U+1D5C5, U+1D5DC, U+1D5F9, U+1D610, U+1D62D,
210
+ U+1D644 and U+1D661 to stylistic alternates to have a better distinction (by
211
+ Gee Fung Sit)
212
+ * hinted I.alt in Sans Regular (by Gee Fung Sit)
213
+ * added U+0487, completing Cyrillic block (by Gee Fung Sit)
214
+ * extended the bar of U+0463 to the right and moved the anchor (by Gee Fung
215
+ Sit)
216
+ * added anchors to glyphs in Cyrillic block (by Gee Fung Sit)
217
+ * added (preliminary) hints to tone letter forms (U+02E5.5, U+02E9.1, stem) in
218
+ Sans Book (by Gee Fung Sit)
219
+
220
+ Changes from 2.25 to 2.26
221
+
222
+ - added glyphs for Cyrillic-B to Sans (by Wesley Transue)
223
+ - added U+0370-U+0371 to Sans (by Wesley Transue)
224
+ - added U+019C, U+01A2-U+01A3, U+01A6, U+01E4-U+01E5, U+024C-U+024D, U+0285,
225
+ U+0290, U+02A0, U+0370-U+0371, U+03F1, U+03FC to Sans ExtraLight (by Wesley
226
+ Transue)
227
+ - added U+20A0-U+20A5, U+20A7-U+20B3, U+2105, U+210D, U+210F, U+2115, U+2117,
228
+ U+2119-U+211A, U+211D, U+2124, U+212E, U+2200-U+2204 to Mono (by Heikki
229
+ Lindroos)
230
+ - added U+01BA and U+01BF to Mono (by Heikki Lindroos)
231
+ - merged OpenType "aalt" feature in Latin in Sans (by Denis Jacquerye)
232
+ - added alternative shape for y in Sans (by Denis Jacquerye)
233
+ - added saltillo (U+A78B-U+A78C) to all faces (by James Cloos)
234
+ - changed U+047C-U+047D to references instead of outlines in Sans (by Wesley
235
+ Transue)
236
+ - added Latin letter tresillo U+A72A-U+A72B to Sans (by Wesley Transue)
237
+ - added U+A734-U+A737 to Sans (by Wesley Transue)
238
+ - added U+2053 to Serif and fixed it bug:9425 in Sans (by Gee Fung Sit)
239
+ - removed problematic hints for U+0423 bug:10025 (by Gee Fung Sit)
240
+ - added U+27C5-U+27C6 bug:10255 to all faces (by Gee Fung Sit)
241
+ - fixed width of U+2016 in Sans Oblique (by Gee Fung Sit)
242
+ - added U+2016, U+2032-U+2038, U+2042, U+2045-U+2046, U+204B-U+204F,
243
+ U+2051-U+2052, U+2057 to Serif (by Gee Fung Sit)
244
+ - made U+2140 bigger to match other n-ary operators (by Gee Fung Sit)
245
+ - added U+0606-U+0607, U+0609-U+060A to Sans (by Gee Fung Sit)
246
+ - added U+221B-U+221C to Mono (by Gee Fung Sit)
247
+ - small adjustments to U+221B-U+221C in Sans and Serif (by Gee Fung Sit)
248
+ - update U+04B4-U+04B5 in Serif (by Andrey V. Panov)
249
+ - increased max-storage value from maxp table to 153 (by Andrey V. Panov)
250
+ - added U+0472-U+0473, U+0510-U+0511, U+051A-U+051D, U+0606-U+0607,
251
+ U+0609-U+060A, U+1E26-U+1E27, U+1E54-U+1E55, U+1E7C-U+1E7D, U+1E8C-U+1E8D,
252
+ U+1E90-U+1E91, U+1E97-U+1E99, U+1E9F, U+1EAC-U+1EAD, U+1EB6-U+1EB7,
253
+ U+1EC6-U+1EC7, U+1ED8-U+1EDD, U+1EE0-U+1EE3, U+1EE8-U+1EEB, U+1EEE-U+1EF1 to
254
+ Mono (by Gee Fung Sit)
255
+ - added locl rules for S/T cedilla for Romanian and Moldavian so they get
256
+ rendered as S/T with comma accent (see Redhat bug #455981) (by Ben Laenen)
257
+ - removed ligature rule from Armenian U+0587 bug:16113 (by Gee Fung Sit)
258
+
259
+ Changes from 2.24 to 2.25
260
+
261
+ - moved/added U+2E18 (by Gee Fung Sit)
262
+ - added empty glyph for U+2064 in Sans and Serif (by Gee Fung Sit)
263
+ - added U+22CE-U+22CF to Sans (by Gee Fung Sit)
264
+ - 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)
265
+ - 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)
266
+ - added Macedonian italic glyph shape for U+0453 in Serif (by Ben Laenen)
267
+ - changed descenders in U+0446, U+0449, U+0497, U+04A3, U+04AD (by Andrey V. Panov)
268
+ - updated main SFD files to SplineFontDB 3.0 (Denis Jacquerye and Gee Fung Sit)
269
+ - moved U+0561 2 up since it wasn't aligned with the baseline well (by Ben Laenen)
270
+ - added U+2E2E to Sans (by Gee Fung Sit)
271
+ - replaced U+2699 with simpler version in Sans (by Gee Fung Sit)
272
+ - added a lot of hinting instructions to Latin Extended B, Greek and Coptic glyphs Sans Book (by Wesley Transue)
273
+ - differentiated U+2219 from U+22C5 and adjusted affected references in Sans and Mono (by Gee Fung Sit)
274
+ - made Hebrew narrower in Sans Bold and Sans Bold Oblique (by Denis Jacquerye)
275
+ - added Kurdish and Chuvash letters from Unicode 5.1 Cyrillic Extended block (by Wesley Transue)
276
+ - 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)
277
+ - added several glyphs to Sans ExtraLight (by Gee Fung Sit)
278
+ - added hinting instructions to U+046A-U+046B, U+0508-U+0509, U+050B, U+0512-U+0513 in Sans Book (by Wesley Transue)
279
+ - corrected width of U+027E in Sans Book (by Gee Fung Sit)
280
+ - added U+2C79, U+2C7B-U+2C7D to Sans (by Gee Fung Sit)
281
+ - added a bunch of glyphs+small corrections to Sans Light (by Gee Fung Sit)
282
+ - added U+0496, U+0497, U+04B0, U+04B1 (by Andrey V. Panov)
283
+ - updated U+0493, U+049B, U+04B3, U+04B7, U+04F7 (by Andrey V. Panov)
284
+ - further improvements in extended Cyrillic (by Andrey V. Panov)
285
+
286
+ Changes from 2.23 to 2.24
287
+
288
+ - instructions for U+05C0 ׀, U+05C3 ׃, U+05F3 ׳, and U+05F4 ״ in DejaVu
289
+ Sans. (by Wesley Transue)
290
+ - instructions for U+2116 in Sans (by Andrey V. Panov)
291
+ - Unicode 5.1 update: moved U+F208 to U+2C6D, U+F25F to U+2C71, added
292
+ U+2C6E-U+2C6F, U+2C72-U+2C73, updated outline of U+2C71 in Sans. (by
293
+ Denis Jacquerye)
294
+ - updated and instructed U+0401 in Sans (by Andrey V. Panov)
295
+ - fixed the bug in Sans faces where U+02EC ˬ faced the wrong direction.
296
+ Also, added a few more glyph instructions. (by Wesley Transue)
297
+ - removed OS2Sub and OS2Strike that weren't intentional in Sans
298
+ ExtraLight. (by Denis Jacquerye)
299
+ - updated instructions for U+401, U+44F in Serif Book. (by Andrey V.
300
+ Panov)
301
+ - instructions for U+02C4 ˄, U+02C5 ˅, U+03D8 Ϙ, U+03D9 ϙ, U+0494 Ҕ, and
302
+ U+0495 ҕ in Sans Book. (by Wesley Transue)
303
+ - instructions for U+01A6 Ʀ, U+0238 ȸ, U+0239 ȹ, U+02EC ˬ, and U+05C6 ׆
304
+ in Sans Book. (by Wesley Transue)
305
+ - DejaVuSans.sfd DejaVuSerif.sfd: updated instructions for U+447 and
306
+ U+451 using code generated with xgridfit (by Andrey V. Panov)
307
+ - instructions for a few glyphs in the Latin Extended-B Block, Greek
308
+ Block, Cyrillic Block, and N'Ko block. (by Wesley Transue)
309
+ - updated sfdnormalize.pl, and SFD files to new SFD format with empty
310
+ lines. (by Denis Jacquerye)
311
+
312
+ Changes from 2.22 to 2.23
313
+
314
+ - fixed bug which made Condensed fonts appear instead of normal width ones
315
+ - added U+20DB, U+20DC, and U+20E1 to Sans (by Roozbeh Pournader)
316
+ - added hinting instructions to U+01A7, U+01AA-U+01AC, U+01AE-U+01AF,
317
+ U+01BC-U+01BD, U+01BF, U+01F7, U+0277, U+027F, U+0285-U+0286, U+0297, U+02AF,
318
+ U+02B4-U+02B5, U+02BD, U+030D, U+0311, U+0329, U+04A0-U+04A1 in Sans Book (by
319
+ Wesley Transue)
320
+ - modified hinting instructions of U+04A2 in Sans Book (by Wesley Transue)
321
+ - added hinting instructions to U+237D, U+2423 in Mono Book and Mono Bold (by
322
+ Wesley Transue)
323
+ - added mathematical alphanumeric symbols to all styles (by Max Berger)
324
+ - added Unicode 5.1 U+2E18 as U+2E18.u51 (not yet usable) to Sans (by Roozbeh
325
+ Pournader)
326
+ - dereferenced all glyphs with mixed references and outlines (by Denis
327
+ Jacquerye)
328
+ - removed non-zero width from U+0344 in Sans (by Denis Jacquerye)
329
+
330
+ Changes from 2.21 to 2.22
331
+
332
+ - directory structure has changed, we now use the Makefile
333
+ - modified Armenian U+0565 in Sans (by Սահակ Պետրոսյան)
334
+ - added double struck letters and numbers U+2102, U+210D, U+2115,
335
+ U+2119-U+211A, U+211D, U+2124, U+213C-U+2140, U+2145-U+2149, U+1D538-U+1D539,
336
+ U+1D53B-U+1D53E, U+1D540-U+1D544, U+1D546, U+1D54A-U+1D550, U+1D552-U+1D56B,
337
+ U+1D7D8-U+1D7E1 to Serif (by Stephen Hartke)
338
+ - added letterlike symbols U+2103, U+2109, U+2127, U+214B, U+2141-U+2144 to
339
+ Serif (by Ben Laenen)
340
+ - fixed outline direction of U+2143 in Sans Bold/Bold Oblique (by Ben Laenen)
341
+ - added arrow set in Serif: arrows: U+2194-U+21FF; dingbats: U+27A1;
342
+ supplemental arrows A: U+27F0-U+27FF; supplemental arrows B: U+2900-U+2975,
343
+ U+297A; miscellaneous symbols and arrows: U+2B00-U+2B11 (by Ben Laenen)
344
+ - added U+0180, U+01DE, U+01E0-01E1, U+022A, U+022C, U+0230, U+1E08-U+1E09,
345
+ U+1E10-U+1E11, U+1EB0-U+1EB1 to Mono (by Denis Jacquerye)
346
+ - adjusted U+01D5, U+01D7, U+01D9, U+1DB in Mono (by Denis Jacquerye)
347
+ - added Ogham in Sans (by Wesley Transue)
348
+ - added Yijing Hexagram Symbols in Sans (by Wesley Transue)
349
+ - hinting instructions added to Cyrillic U+0460, U+04A6-U+04A7, U+04AC-U+04AD,
350
+ U+04C7-U+04C8, U+04F6-U+04F7, U+04FA-U+04FB, U+050C-U+050D in Sans Book (by
351
+ Wesley Transue)
352
+ - adjusted Cyrillic letters U+042A, U+044A, U+044C, U+0459-U+045B, U+0462,
353
+ U+048C-U+048D in Serif (by Andrey V. Panov)
354
+ - hinting instructions added to Lao U+0EB7 in Sans (by Wesley Transue)
355
+ - added Roman numerals and Claudian letter U+2160-U+2184 in Serif (by Ben
356
+ Laenen)
357
+ - added U+FFF9-U+FFFD to Sans, Serif and Mono (by Lars Næsbye Christensen)
358
+ - added mathematical symbols to Serif: U+2200, U+2203-U+2204, U+2213-U+2214,
359
+ U+2217-U+2218, U+2223-U+2226, U+2250-U+2255, U+2295-U+22AF, U+22C5 (by Ben
360
+ Laenen)
361
+ - modified bullet symbol U+2219 in Serif (by Ben Laenen)
362
+
363
+ Changes from 2.20 to 2.21
364
+
365
+ - added U+FE20-U+FE23 (half diacritics) to Sans (by Denis Jacquerye)
366
+ - added anchor "half" to position right half of double marks, U+FE21 or U+FE23
367
+ to Sans (by Denis Jacquerye)
368
+ - shifted U+0360 up to avoid collision with some outlines in Sans (by Denis
369
+ Jacquerye)
370
+ - added anchor above-mark anchor to U+035D, U+035E, U+0360, U+0361 in Sans (by
371
+ Denis Jacquerye)
372
+ - added instructions for ff, ffi, ffl ligatures in Serif Bold (by Eugeniy
373
+ Meshcheryakov)
374
+ - added instructions to some N'Ko glyphs (by Wesley Transue)
375
+ - added instructions to some Lao glyphs (by Wesley Transue)
376
+ - cleaning up 'liga' Standard Ligature in Latin, in Sans and Sans Mono (by
377
+ Denis Jacquerye)
378
+ - added U+046A, U+046B (big yus) in Serif (by Andrey V. Panov)
379
+ - added box drawing symbols to Sans and Serif (by Lars Næsbye Christensen)
380
+ - added Makefile to improve font and packages generating (by Nicolas Mailhot)
381
+
382
+ Changes from 2.19 to 2.20
383
+
384
+ - removed TeX and TeXData tags from all sfd files (by Eugeniy Meshcheryakov)
385
+ - removed all 'frac' lookups (by Eugeniy Meshcheryakov)
386
+ - fixed duplicate glyph names (by Eugeniy Meshcheryakov)
387
+ - removed standard ligatures with U+00B7 in Mono (by Eugeniy Meshcheryakov)
388
+ - use reference to U+002D in U+00AD in Sans Oblique, and adjust instructions
389
+ (by Eugeniy Meshcheryakov)
390
+ - updated Cyrillic in Sans Extra Light (by Andrey V. Panov)
391
+ - added instructions to N'Ko U+07C1-U+07C6, U+07CA, U+07CE-U+07CF, U+07D1,
392
+ U+07D3-U+07D4, U+07D8, U+07DB and U+07EB in Sans (by Wesley Transue)
393
+ - added instructions to Lao U+0E8A, U+0E95, U+0E97, U+EA5, U+0EB4 and U+0EB5
394
+ (by Wesley Transue)
395
+ - adjusted instructions for Hebrew glyphs (by Denis Jacquerye)
396
+ - added instructions for U+0265 in Sans Bold (by Denis Jacquerye)
397
+ - fix U+1D68 in Sans: it had the shape of delta, where it should be a rho (by
398
+ Ben Laenen)
399
+ - remove U+1D5C glyph in Sans Oblique (it was empty) (by Ben Laenen)
400
+ - fix instructions of U+01AD in Sans Bold (by Ben Laenen)
401
+ - fix instructions of U+042D in Serif (by Ben Laenen)
402
+ - remove buggy instructions of U+2328 in Serif (by Ben Laenen)
403
+ - corrected width of U+2C75-U+2C76 in Sans Bold and Serif Bold (by Gee Fung Sit)
404
+ - added U+2C75-U+2C77 to Mono (by Gee Fung Sit)
405
+
406
+ Changes from 2.18 to 2.19
407
+
408
+ - fixed misplaced symbols (U+2325,2326) in Sans Oblique (by John Karp)
409
+ - added Mark to Base anchors: 'cedilla' for combining cedilla and
410
+ 'above-legacy' for stacking above precomposed glyphs (just a,e,i,o,u with
411
+ macron for now) in Sans (by Denis Jacquerye).
412
+ - added contextual substitution for Case and Dotless forms in all Sans variants
413
+ (by Denis Jacquerye).
414
+ - renamed 'ccmp' lookups for RTL and Basic (LGC, etc.) (by Denis Jacquerye)
415
+ - added anchor 'cedilla' for vowels in Sans. (by Denis Jacquerye)
416
+ - extended contextual dotless and case substitutions to handle both below and
417
+ above diacritics (by Denis Jacquerye)
418
+ - renamed Dotless and Case Form GSUB lookups in Sans with meaningful names (by
419
+ Denis Jacquerye)
420
+
421
+ Changes from 2.17 to 2.18
422
+
423
+ - Re-encoded the source files for Full Unicode (by Ben Laenen)
424
+ - Re-enabled the "ff", "fl", "fi", "ffl", "ffi" ligatures by default in Serif
425
+ (by Ben Laenen)
426
+ - Disabled the "fi", "ffi" ligatures for languages with dotless i in Serif (by
427
+ Ben Laenen)
428
+ - added Tifinagh to Sans Book and Bold, U+2D30-U+2D65, U+2D6F, partially hinted
429
+ in Sans Book. (by Denis Jacquerye)
430
+ - added Tai Xuan Jing Symbols (U+1D300-1D356) to Sans (by Remy Oudompheng)
431
+ - added double-struck letters (U+1D538-U+1D56B minus reserved code points) to
432
+ Sans (by Gee Fung Sit)
433
+ - added U+22EE-U+22F1 to Sans (by Gee Fung Sit)
434
+ - added U+2C67-U+2C6C, U+2C75-U+2C77 to Serif (by Gee Fung Sit)
435
+ - italicized various glyphs in Latin Extended-B, IPA Extensions, Spacing
436
+ Modifier Letters, Phonetic Extension (Supplement) and Super- and Subscripts
437
+ in Serif Oblique fonts (by Gee Fung Sit)
438
+ - modified outlines, bearings of Hebrew U+05D6, U+05D8, U+05DB, U+05DE, U+05E0,
439
+ U+05E1, U+05E2, U+05EA in Sans Book and Oblique, adjusted hinting in Book
440
+ based on Yotam Benshalom's comments. (by Denis Jacquerye)
441
+ - added Braille Patterns (U+2800-U+28FF) to Serif fonts (by Gee Fung Sit)
442
+ - added N'Ko to Sans Book and Bold: U+07C0-U+07E7, U+07EB-U+07F5, U+07F8-U+07FA
443
+ (by Eugeniy Meshcheryakov)
444
+ - added U+0ED8 (Lao digit 8) to Sans (by Remy Oudompheng)
445
+ - added Lao diacritics U+0EB0-0EB9, U+0EBB-0EBC, U+0EC8-0ECD to Mono (by Remy
446
+ Oudompheng)
447
+ - renamed Serif [Bold] Oblique, make it Italic (by Eugeniy Meshcheryakov)
448
+ - added U+29FA-U+29FB to Sans and Sans Mono (by Gee Fung Sit)
449
+ - swapped glyphs for Eng U+014A from Sami Eng to African Eng, the latter being
450
+ more common (by Denis Jacquerye)
451
+ - swapped ae U+00E6 and ae.alt in Serif Italics fonts, thus fixing #8213 (by
452
+ Denis Jacquerye)
453
+ - minor improvements to Misc. Symbols in Sans (by Gee Fung Sit)
454
+ - minor improvements and additions to Sans ExtraLight (by Gee Fung Sit)
455
+ - improved instructions for various Cyrillic letters (by Eugeniy Meshcheryakov)
456
+ - fixed hinting of theta and chi in Sans Book (by Ben Laenen)
457
+ - added Georgian Mkhedruli to Sans, Serif and Mono, ASumtavruli to Sans and
458
+ Serif (by Besarion Gugushvili)
459
+
460
+ Changes from 2.16 to 2.17
461
+
462
+ - Sans fonts: fix position for certain combinations of Arabic fatha, kasra,
463
+ shadda, damma, kasratan, dammatan, fathatan and hamza (by Ben Laenen)
464
+ - added 'ae.alt' to Serif Oblique fonts, with design matching shape of italic
465
+ 'a' instead of slanted 'a', see bug #8213 (by Denis Jacquerye)
466
+ - added super- and subscripts to Serif and Mono: U+1D2C-U+1D2E, U+1D30-U+1D3C,
467
+ U+1D3E-U+1D42, U+1D62-U+1D65, U+1D78, U+2071, U+207A-U+207E, U+208A-U+208E,
468
+ U+2090-U+2094 (by Gee Fung Sit)
469
+
470
+ Changes from 2.15 to 2.16
471
+
472
+ - fixed hinting instructions for digits in DejaVu Sans Oblique, Bold Oblique,
473
+ and Serif Book to not change glyph width (by Eugeniy Meshcheryakov)
474
+ - added instructions for U+0404, U+0411, U+0413, U+0414, U+0417-U+041B, U+041F,
475
+ U+0423, U+0424, U+0426-U+0429, U+042C, U+042E, U+042F, U+0490 in Serif Bold
476
+ (by Eugeniy Meshcheryakov)
477
+ - added U+0220 and Eng.alt to Serif fonts (by Denis Jacquerye)
478
+ - added U+232C, U+2394, U+23E3 to Sans fonts (by John Karp)
479
+ - added U+230C-U+230F, U+231C-U+231F to Sans fonts, fixing bug:9547
480
+ (by John Karp)
481
+ - adjusted dot below, dot above, dieresis above, dieresis below in Sans fonts
482
+ (by Denis Jacquerye)
483
+ - added U+2300, U+2301, U+2303, U+2304, U+2305, U+2307, U+2326, U+2327, U+232B,
484
+ arrow.base to Sans fonts (by John Karp)
485
+ - adjusted dot and dieresis below and above in Serif fonts (by Denis Jacquerye)
486
+ - added U+1E1C-U+1E1D to Serif fonts (by Denis Jacquerye)
487
+ - added U+22BE, U+22BF (by Wesley Transue)
488
+ - added U+2324; modified U+2325: more standard proportions, and matches U+2324
489
+ and U+2387; added U+2387 : flipped U+2325 with standard arrowhead
490
+ (by John Karp)
491
+ - added Lao digits U+0ED0-0ED7, U+0ED9 (by Remy Oudompheng)
492
+ - added to Mono in Arabic block : U+060C, U+0615, U+061B, U+061F,
493
+ U+0621-U+063A, U+0640-0655, U+065A, U+0660-066F, U+0674, U+0679-0687, U+0691,
494
+ U+0692, U+0698, U+06A1, U+06A4, U+06A9, U+06AF, U+06B5, U+06BA, U+06BE,
495
+ U+06C6, U+06CC, U+06CE, U+06D5, U+06F0-06F9 (by Remy Oudompheng)
496
+ - added to Mono in Arabic Presentations Forms-A : U+FB52-FB81, U+FB8A-FB95,
497
+ U+FB9E, U+FB9F, U+FBAA-FBAD, U+FBE8, U+FBE9, U+FBFC-FBFF (by Remy Oudompheng)
498
+ - added to Mono in Arabic Presentations Forms-B : U+FE70-FE74, U+FE76-FEFC,
499
+ U+FEFF (by Remy Oudompheng)
500
+ - added U+05BA, U+05BE, U+05F3, U+05F4, U+FB1E, U+FB21-U+FB28, U+FB4F to Sans
501
+ (by Eugeniy Meshcheryakov)
502
+ - added U+2102 to Mono (by Eugeniy Meshcheryakov)
503
+ - added U+2983-U+2984 to Sans (by Gee Fung Sit)
504
+ - added U+2A2F to Sans, Serif and Mono (by Gee Fung Sit)
505
+ - added U+2373-2375, U+237A to Sans (by John Karp)
506
+ - converted kern pairs to kern classes with Tavmjong Bah's scripts
507
+ (by Denis Jacquerye)
508
+ - set ScriptLang of kerning classes to just latn because of Pango bug
509
+ (by Denis Jacquerye)
510
+ - added DNK to ScriptLang latn otherwise it is excluded, and SRB and MDK to
511
+ cyrl (by Denis Jacquerye)
512
+ - removed flag 0x80 in generate.pe, otherwise it generates kerning tables some
513
+ systems don't like; thus loosing Apple tables (by Denis Jacquerye)
514
+ - removed ligature for precomposed legacy characters of Sans Oblique fonts
515
+ (by Denis Jacquerye)
516
+ - added bearings to en dash U+2013, em dash U+2014 and figure dash U+2012
517
+ by making dashes shorter, preserving character width (by Denis Jacquerye)
518
+ - reduced U+031C, U+0325 (ring below), U+0339 to be entirely visible;
519
+ added instructions in Sans Book; changed U+1e00-U+1e01 to use new ring below
520
+ (by Denis Jacquerye)
521
+ - adjusted circumflex below on U+1E12-U+1E13, U+1E18-U+1E19, U+1E3C-U+1E3D,
522
+ U+1E4A-U+1E4B, U+1E70-U+1E71, U+1E76-U+1E77 in Sans fonts (by Denis Jacquerye)
523
+ - Added U+0ED4, U+0ED5 to DejaVu Sans (by Remy Oudompheng)
524
+ - Lao-specific anchors (by Remy Oudompheng)
525
+ - added alternate I to match the small capital in Sans (by Gee Fung Sit)
526
+
527
+ Changes from 2.14 to 2.15
528
+
529
+ - improved hinting in Sans Oblique to deal with some spacing and inconsistency
530
+ issues (by Ben Laenen)
531
+ - added anchors to Mono Book, and added GPOS rules for combining diacritics to
532
+ show up as zero width glyphs (by Ben Laenen)
533
+ - removed U+F21C (PUA), it was copy of U+2C64 from Latin Extended C (by Eugeniy
534
+ Meshcheryakov)
535
+ - added U+27E6-U+27E7 to Sans (by Gee Fung Sit)
536
+ - added U+1407, U+1409, U+140C-U+141B, U+141D-U+1425, U+1427-U+142E,
537
+ U+1435-U+1438, U+143A-U+1449, U+1452, U+1454, U+1457-U+1465, U+1467-U+146A,
538
+ U+1471, U+1474-U+1482, U+1484-U+1488, U+148F, U+1492, U+14A0, U+14A2, U+14A9,
539
+ U+14AC-U+14BA, U+14BC, U+14BD, U+14C6, U+14C9-U+14CF, U+14D1, U+14D2, U+14D9,
540
+ U+14DC-U+14E9, U+14EC, U+14F3, U+14F6-U+1504, U+1506, U+1507, U+1510-U+1525,
541
+ U+152C, U+152F-U+153D, U+1540, U+1541, U+154E, U+154F, U+1552, U+155B, U+155C,
542
+ U+1568, U+1569, U+1574-U+157B, U+157D, U+15A7-U+15AE, U+1646, U+1647 (by
543
+ Eugeniy Meshcheryakov)
544
+ - fixed several contours to not intersect, use horizontal or vertical tangents,
545
+ use integer coordinates, etc in Sans Book (by Denis Jacquerye)
546
+ - added U+0496-U+0497 in Serif (by Andrey V. Panov)
547
+
548
+ Changes from 2.13 to 2.14
549
+
550
+ - added Philippine peso glyph U+20B1 (by Clayborne Arevalo)
551
+ - made U+2012 have the same width as digits, according to Unicode 5.0,
552
+ page 206 (by Roozbeh Pournader)
553
+ - made all of the "above" combining characters remove the dot of "i",
554
+ "j", etc (Soft_Dotted characters), according to Unicode 5.0,
555
+ page 228 (by Roozbeh Pournader)
556
+ - made U+012F, U+03F3, U+0456, U+0458, U+1E2D, and U+1ECB (all fonts
557
+ except Mono), U+0249, U+2148, and U+2149 (Sans and Sans Condensed),
558
+ U+0268 (Sans ExtraLight, Serif and Serif Condensed), and U+029D (Serif
559
+ and Serif Condensed) respect the Soft_Dotted property (by Roozbeh
560
+ Pournader)
561
+ - added U+223E, U+223F, U+2240, U+22C2, U+22C3 to Sans (by Remy Oudompheng)
562
+ - added U+203D to Serif (by Gee Fung Sit)
563
+ - added zero-width glyphs for U+2061-U+2063 to Sans and Serif (by Gee
564
+ Fung Sit)
565
+ - changed isolated forms of Arabic waw (U+0648, U+0624 and U+06C6) (bug #9432)
566
+ (by Ben Laenen)
567
+ - added Lao consonants U+0E81, U+0E82, U+0E84, U+0E87, U+0E88, U+0E8A,
568
+ U+0E8D, U+0E94-0E97, U+0E99-0E9F, U+0EA1-0EA3, U+0EA5, U+0EA7, U+0EAA,
569
+ U+0EAB, U+0EAD-0EAF to Sans Mono (by Remy Oudompheng)
570
+ - added U+0200-U+0217, U+0226-U+0229, U+02F3, U+1E00-U+1E07,
571
+ U+1E0A-U+1E0B, U+1E18-U+1E1F, U+1E22-U+1E23, U+1E28-U+1E2D,
572
+ U+1E3A-U+1E3B, U+1E40, U+1E48-U+1E49, U+1E56, U+1E58-U+1E59,
573
+ U+1E5E-U+1E5F, U+1E60, U+1E68-U+1E6B, U+1E6E-U+1E6F, U+1E72-U+1E77,
574
+ U+1E86-U+1E8B, U+1E92-U+1E96, U+1EA0-U+1EA1, U+1EF4-U+1EF5 to Mono
575
+ (by Ben Laenen)
576
+ - renamed uppercase variants of diacritics (macron, breve, double grave,
577
+ double acute, inverted breve, dot above) to "uni03XX.case" in Mono
578
+ (by Ben Laenen)
579
+ - moved uppercase variants of diacritics up in Mono so they properly
580
+ vertically align on capitals (by Ben Laenen)
581
+ - precomposed glyphs with macron, breve, double grave, double acute,
582
+ inverted breve, dot above, macron below, breve below, inverted breve
583
+ below, dot below, cedilla, caron below, circumflex below, diaeresis
584
+ below, tilde below now reference to combining diacritics instead of
585
+ space modifiers in Mono (by Ben Laenen)
586
+ - made ring below (U+0325), and half rings below (U+031C and U+0339)
587
+ smaller in Mono (by Ben Laenen)
588
+ - added U+205F to all fonts (by Roozbeh Pournader)
589
+ - added U+035E-U+035F to Sans (by Roozbeh Pournader)
590
+ - added empty glyphs for U+034F, U+202A-U+202E, U+2060, U+206A-206F,
591
+ U+FE00-U+FE0F to non-Mono fonts (by Roozbeh Pournader)
592
+ - added U+2101, U+2107-U+2108, U+210B, U+210C, U+2110, U+2112, U+211B,
593
+ U+211F, U+2123, U+2125, U+2128-U+2129, U+212C-U+212D, U+212F,
594
+ U+2130-U+2131, U+2133, U+2136-U+213A, U+2141-U+2144, U+2B00-U+2B11,
595
+ U+2B20-U+2B23 to Sans (by John Karp)
596
+ - reshaped omega (U+03C9) in Mono (by Ben Laenen)
597
+ - added U+2205, U+22C6, U+2300-U+2301, U+2303-U+2306, U+230C-U+230F,
598
+ U+2312-U+2315, U+231C-U+231F, U+2335, U+2337-U+233E, U+2341-U+2344,
599
+ U+2347-U+2348, U+234B-U+234D, U+2349-U+2350, U+2352-U+2354,
600
+ U+2357-U+2359, U+235A-U+235C, U+235E-U+2360, U+2363-U+2365,
601
+ U+2368-U+2369, U+236B-U+2370, U+2373-U+237A, U+2380-U+2383,
602
+ U+2388-U+238B, U+2395 in Mono (by Ben Laenen)
603
+
604
+ Changes from 2.12 to 2.13
605
+
606
+ - adjusted U+0198B, U+01B3-U+01B4 in Sans, hinted U+01B4 in Sans Book
607
+ (by Denis Jacquerye)
608
+ - added U+27F0-U+27FF, U+2906-U+2907, U+290A-U+290B, U+2940-U+2941 to Sans
609
+ (by Denis Jacquerye)
610
+ - added U+01E6-U+01E9, U+01EE-U+01EF, U+01F4-U+01F5, U+01FC-U+01FF,
611
+ U+021E-U+021F, U+0245, U+02BD, U+02C9, U+1E9B, U+2045-U+2046, U+2213, U+22C5,
612
+ U+22EF to Sans Mono (by Roozbeh Pournader)
613
+ - added U+04FA-U+04FD to Sans (by Michael Everson)
614
+ - removed U+2329 and U+232A because of their CJK properties, added U+27E8
615
+ and U+27E9 in their stead, fixing part of bug #9038 (by Roozbeh Pournader)
616
+ - corrected and improvised U+0466-U+0469, U+046E-U+0471, U+047C-U+047D, U+0482,
617
+ U+0484-U+0486, U+0492-U+0493, U+04B0-U+04B1, U+050C-U+050D, and U+204A
618
+ in Sans (by Michael Everson)
619
+ - added instructions for U+0402, U+0409, U+040A, U+040B, U+044D, U+040F,
620
+ U+0452, U+0459-U+045B, U+045F to Sans Book (by Eugeniy Meshcheryakov)
621
+ - made italic shape for U+431, U+432, U+437, U+43B, U+43C, U+43D, U+444, U+447,
622
+ U+44D, U+44F, U+459, U+45A in SerifOblique and SerifBoldOblique
623
+ (by Andrey V. Panov)
624
+ - modified U+024C to match glyph in Unicode chart, fixing bug #9039
625
+ (by Denis Jacquerye)
626
+ - made some canonically equivalent characters share the same glyph:
627
+ U+02B9 = U+0374, U+0343 = U+0313, and U+0387 = U+00B7 also adjusting U+02BA
628
+ to look like double U+02B9, fixing parts of bug #9038 (by Roozbeh Pournader)
629
+ - changed shapes for U+0478 and U+0479 in Sans to those in the Unicode charts,
630
+ based on a recent decision by Unicode Technical Committee to only use
631
+ the digraph form (by Michael Everson)
632
+ - adjusted width of NBSP U+00A0 and NNBSP U+202F, fixing bug #8401
633
+ (by Denis Jacquerye)
634
+ - fixed several contours to not intersect, use horizontal or vertical tangents,
635
+ use integer coordinates, etc (by Roozbeh Pournader and Denis Jacquerye)
636
+ - added U+1402, U+1430, U+144D, U+146C, U+148A, U+14A4, U+14C1, U+14D4, U+14EE,
637
+ U+1527, U+1545, U+157E, U+158E, U+15AF to Sans (by Eugeniy Meshcheryakov)
638
+ - enlarged width of U+459 and U+45A in Serif (by Andrey V. Panov)
639
+ - made traditional shape for U+452, U+45B (by Andrey V. Panov)
640
+ - added euro sign U+20AC to Sans ExtraLight, making fontconfig recognize
641
+ the font as supporting English (by Denis Jacquerye)
642
+
643
+ Changes from 2.11 to 2.12
644
+
645
+ - added U+0180 to Serif (by Denis Jacquerye)
646
+ - improved and/or hinted Armenian letters U+0542, U+0546, U+0562,
647
+ U+0563, U+0564, U+0577, U+0582 in Sans (by Ben Laenen)
648
+ - added U+4FE-U+4FF, U+512-U+513, U+2114, U+214E, U+26B2 to Sans
649
+ (by Gee Fung Sit)
650
+ - adjusted U+0496-U+0497, U+049A-U+04A1 in Sans to match U+0416,
651
+ U+041A, U+0436 and U+043A (by Gee Fung Sit)
652
+ - Mathematical Operators in Sans: changed U+22C0-U+22C1 to match
653
+ other n-ary operators, adjusted U+2203-U+2204, changed U+2220 in
654
+ Sans to match the style of U+2221 (by Gee Fung Sit)
655
+ - added U+1401, U+1403-U+1406, U+140A, U+140B, U+1426, U+142F,
656
+ U+1431-U+1434, U+1438, U+1439, U+1449, U+144A, U+144C,
657
+ U+144E-U+1451, U+1455, U+1456, U+1466, U+146B, U+146D-U+1470,
658
+ U+1472, U+1473, U+1483, U+1489, U+148B-U+148E, U+1490, U+1491,
659
+ U+14A1, U+14A3, U+14A5-U+14A8, U+14AA, U+14AB, U+14BB, U+14C0,
660
+ U+14C2-U+14C5, U+14C7, U+14C8, U+14D0, U+14D3, U+14D5-U+14D8,
661
+ U+14DA, U+14DB, U+14EA, U+14ED, U+14EF-U+14F2, U+14F4, U+14F5,
662
+ U+1405, U+1526, U+1528-U+152B, U+152D, U+152E, U+153E,
663
+ U+1542-U+1544, U+1546-U+154D, U+1550, U+1553, U+1555-U+155A,
664
+ U+1567, U+156A, U+157C, U+157F-U+1585, U+158A-U+158D,
665
+ U+158F-U+1596, U+15A0-U+15A6, U+15DE, U+15E1, U+166E-U+1676 to
666
+ Sans (by Eugeniy Meshcheryakov)
667
+ - re-enabled Latin ligatures fi, ffi, fl, ffl and ff in Sans
668
+ (by Ben Laenen)
669
+ - made italic shape for U+436, U+44A, U+44B, U+44C, U+44E, U+45F,
670
+ U+463 in SerifOblique and SerifBoldOblique (by Andrey V. Panov)
671
+ - fixed sub- and superscript metrics in Condensed Sans (bug #8848)
672
+ (by Ben Laenen)
673
+ - added U+474, U+475 in Serif (by Andrey V. Panov)
674
+ - hinted Greek glyphs U+03B7, U+30B8, U+03B9, U+03C1, U+03C3,
675
+ U+03C6 in Mono Book (by Ben Laenen)
676
+
677
+ Changes from 2.10 to 2.11
678
+
679
+ - added instructions for Hebrew glyphs (Sans Book, by Eugeniy
680
+ Meshcheryakov)
681
+ - changed U+01A6 (Latin Yr) after bug #8212, in Sans, Serif and
682
+ Sans Mono fonts (by Denis Jacquerye).
683
+ - removed instruction for U+2600-U+26A1 (by Mederic Boquien)
684
+ - added U+202F and set width of U+00A0 (nobreakingspace) to the
685
+ same as U+0020, space (by Denis Jacquerye).
686
+ - added and improved instructions for various Cyrillic letters
687
+ (by Eugeniy Meshcheryakov)
688
+ - Changed U+416, U+42F, U+427 (non-Bold), U+436, U+447 (non-Bold),
689
+ U+44F, U+437 (Bold), corrected U+40F, U+414, U+424, U+426, U+429,
690
+ U+434, U+438 (Bold), U+446, U+449, U+44D (non-Bold), U+45F in
691
+ Sans Mono (by Andrey V. Panov)
692
+ - made small corrections to Cyrillic, most appreciable to U+409,
693
+ U+413, U+41B, U+427 and U+433, U+434, U+43B, U+447, U+459
694
+ (upright fonts) to Serif (by Andrey V. Panov)
695
+ - adjusted bearings of U+410, U+416, U+41A, U+42F, U+436, U+43A,
696
+ U+443, U+44F in Serif (by Andrey V. Panov)
697
+ - enlarged width of U+44A, U+44B, U+44C, U+463 in Serif
698
+ (by Andrey V. Panov)
699
+ - added ligature "iacute" as "afii10103" (U+456) "acutecomb" in
700
+ Serif (by Andrey V. Panov)
701
+ - made italic shape to U+446, U+448, U+449 in Serif (by Andrey V.
702
+ Panov)
703
+ - added "afii10831" (U+F6C7), "afii10832" (U+F6C8) in Serif (by
704
+ Andrey V. Panov)
705
+ - new minimum version of fontforge is 20061014 (by Ben Laenen)
706
+
707
+ Changes from 2.9 to 2.10:
708
+
709
+ - added U+0242, U+024A-U+024B, U+024E-U+024F, U+037C-U+037D, U+0E3F,
710
+ U+1D2C-U+1D2E, U+1D30-U+1D42, U+1D5D-U+1D6A, U+1D78, U+1DB8,
711
+ U+2090-U+2094, U+20D0-U+20D1, U+2C60-U+2C66, U+2C6B-U+2C6C, U+2C74 and
712
+ U+FB29 to Sans (by Gee Fung Sit)
713
+ - added Lao glyphs : U+0E81-0E82, U+E084, U+0E87-0E88, U+0E8A, U+0E8D,
714
+ U+0E94-0E97, U+0E99-0E9F, U+0EA1-0EA3, U+0EA5, U+0EA7, U+0EAA-0EAB,
715
+ U+0EAD-0EB9, U+0EBB-0EBD, U+0EC0-0EC4, U+0EC6, U+0EC8-0ECD, U+0EDC-0EDD
716
+ (by Remy Oudompheng)
717
+ - fixed U+0193 not showing in Windows (bug #7897) (by Ben Laenen)
718
+ - changes to U+222B-222D in Sans Mono (by Remy Oudompheng)
719
+ - ported the three remaining currency symbols from Arev (U+20B0,
720
+ U+20B2-U+20B3), and replaced one (U+20AF) in Sans (by Lars Naesbye
721
+ Christensen)
722
+ - corrected U+20A5 in Sans (by Gee Fung Sit)
723
+ - merged Double-Struck Letters from Arev: U+2102, U+210D, U+2115,
724
+ U+2119-U+211A, U+2124, U+213C-U+2140 (by Gee Fung Sit)
725
+ - added U+2308-U+230B and U+2329-U+232A to Sans Mono and Serif faces,
726
+ fixed incorrect direction of U+2329 in Sans faces, and improved
727
+ U+2308-U+230B in Sans faces per Ben Laenen's suggestions (by David
728
+ Lawrence Ramsey)
729
+ - added U+06D5 and final form of it (needed for Kurdish) (by Ben Laenen)
730
+ - added two special glyphs U+F000 and U+F001 in Sans Book that show the
731
+ current ppem size (horizontal and vertical) (by Ben Laenen)
732
+ - added U+2318 and U+2325 to Sans Mono faces, based on the Sans versions
733
+ (by David Lawrence Ramsey)
734
+ - added U+2B14-U+2B1A to all faces except Sans ExtraLight (by David
735
+ Lawrence Ramsey)
736
+ - respaced all Geometric Shapes characters in Serif faces to match those
737
+ in Sans faces again, respaced U+23CF in Sans, Sans ExtraLight, and
738
+ Serif faces to match U+25A0 (or Sans in Sans ExtraLight's case) again,
739
+ and respaced U+2B12-U+2B13 in Sans and Serif faces to match U+25A1
740
+ again (by David Lawrence Ramsey)
741
+ - corrected width of Modifier Small Letters U+1D43-1D5B in Sans Oblique
742
+ and U+1D9B-U+1DBF in Sans Oblique and Sans Bold Oblique (by Gee Fung Sit)
743
+ - added a bunch of glyphs to Sans ExtraLight (see SVN for details) (by
744
+ Gee Fung Sit)
745
+ - adjusted Cyrillic descenders in Sans ExtraLight to sync with Sans (by
746
+ Gee Fung Sit)
747
+ - added U+0242, U+0245 to Serif (by Gee Fung Sit)
748
+ - replaced the SHPIX routines which gave them bad spacing at certain
749
+ sizes in FreeType for A, V, Z, v and z in Sans Bold (by Ben Laenen)
750
+
751
+ Changes from 2.8 to 2.9:
752
+
753
+ - DejaVuSansExtraLight.sfd: changed family name from "DejaVu Sans" to
754
+ "DejaVu Sans Light" (in case we add a Light weight variant), so legacy
755
+ apps that understand only 4 styles are happy. (by Denis Jacquerye)
756
+ - added Name ID 16, aka preferred family name, and Name ID 17, aka
757
+ preferred style name, so contemporary apps that understand more that 4
758
+ styles can use big fonts families "DejaVu Sans" and "DejaVu Serif". For
759
+ those, Extralight and Condensed are just styles not different families.
760
+ (by Denis Jacquerye)
761
+ - added U+22B6-22BD, U+22C0-22C1, U+22D6-22D7 to Sans. (by Remy Oudompheng)
762
+ - added U+037B, U+2184, U+2C67-U+2C6A and U+2C75-U+2C77 to Sans (by Gee
763
+ Fung Sit)
764
+ - adjusted asteriskmath (U+2217) for consistency with other mathematical
765
+ operators in Sans (by Ben Laenen)
766
+ - hinted some Armenian capitals in Sans Book (by Ben Laenen)
767
+ - added U+0246 - U+0249 (by Ben Laenen)
768
+ - BUGFIX : swapped U+224E and U+224F, in Sans, Sans Condensed and Sans Mono
769
+ (by Remy Oudompheng)
770
+ - adjusted U+20B5 (by Mederic Boquien)
771
+ - swapped U+21DA and U+21DB which were in wrong order (by Heikki Lindroos)
772
+ - added U+222E-2233, U+239B-23AD, U+2A00-2A02, U+2A0F-2A1C to Sans (by Remy
773
+ Oudompheng)
774
+ - added U+239B-23AD to Mono (by Remy Oudompheng)
775
+ - added U+2024-2025 to Serif (by Mederic Boquien)
776
+ - added U+222C-222D, U+2A0C-2A0E to Serif (by Remy Oudompheng)
777
+ - added U+2190-21FF to Mono (by Heikki Lindroos)
778
+ - added Hebrew glyphs - U+05B0-U+05BD, U+05BF-U+05C3, U+05C6, U+05C7,
779
+ U+05D0-U+05EA, U+05F0-U+05F2, U+FB1F, U+FB20, U+FB2A-U+FB36,
780
+ U+FB38-U+FB3C, U+FB3E, U+FB40, U+FB41, U+FB43, U+FB44, U+FB46-U+FB4E (by
781
+ Gee Fung Sit and Eugeniy Meshcheryakov)
782
+ - adjustments for Cyrillic in Sans (by Andrey V. Panov)
783
+ - made italic shape for U+0434, U+0456, U+0457 in SerifOblique and Serif
784
+ Bold Oblique (by Andrey V. Panov)
785
+
786
+ Changes from 2.7 to 2.8:
787
+
788
+ - fixed instructions for U+0423, U+0427, U+0447, U+0448 in Serif, so they
789
+ look good at large sizes too (by Eugeniy Meshcheryakov)
790
+ - added U+FB00 and U+FB03 to U+FB06 to Serif typefaces (by Heikki Lindroos)
791
+ - added U+26B0-U+26B1, U+2701-U+2704, U+2706-U+2709, U+270C-U+2727, U+2729
792
+ to U+274B, U+274D, U+274F to U+2752, U+2756, U+2758-U+275E, U+2761 to
793
+ U+2775 (by Heikki Lindroos)
794
+ - added and improved instructions for Cyrillic letters in Mono and Serif
795
+ (Book, by Eugeniy Meshcheryakov)
796
+ - rotated U+26B0 (was too small in mono) (by Gee Fung Sit)
797
+ - adjusted U+1EDA-U+1EDD, U+1EE8-U+1EEB, capitals using capital specific
798
+ accent and moved diacritics to match position on U+00F2 (ograve), etc.
799
+ (by Denis Jacquerye)
800
+ - added U+20D6, U+20D7 to Sans (by Gee Fung Sit)
801
+ - made Armenian ligatures discretionary since the Firefox ligature problem
802
+ still isn't fixed (by Ben Laenen)
803
+ - moved Armenian hyphen U+058A to a higher position (bug #7436) (by Ben
804
+ Laenen)
805
+ - hinted Greek glyphs in Sans Bold (by Ben Laenen)
806
+ - enabled Arabic lam-alif ligatures when diacritics are used (by Ben Laenen)
807
+
808
+ Changes from 2.6 to 2.7:
809
+
810
+ - added glyphs needed for Kurdish: U+0695, U+06B5, U+06C6, U+06CE and their
811
+ init/medi/fina forms in Sans (by Ben Laenen)
812
+ - added U+02CD, U+01F8 - U+01F9, U+1E3E - U+1E3F, U+1E30 - U+1E35, U+1EBC -
813
+ U+1EBD, U+1EF8 - U+1EF9 (includes glyphs needed for Yoruba, Maori, Guarani
814
+ and Twi) (by Ben Laenen)
815
+ - added U+22C8-22CC, U+29CE-29D5, U+2A7D-2AA0, U+2AAE-2ABA, U+2AF9-2AFA to
816
+ Sans (by Remy Oudompheng)
817
+ - adjusted diacritics on Vietnamese, Pinyin and other characters:
818
+ U+01A0-U+01A1, U+01AF-U+01B0, U+01D5-U+01DC, U+01DE-01E1, U+01FA-U+01FB
819
+ U+022A-U+022D, U+0230-U+0231, U+1E14-U+1E17, U+1E4C-U+1E53, U+1E78-U+1E7B,
820
+ U+1EA4-U+1EF1 in Sans (Book, Bold and Oblique) (by Denis Jacquerye)
821
+ - added basic arrows U+2190-U+2193 in Serif, which completes MES-1 compliance
822
+ for Serif (by Ben Laenen)
823
+ - added U+01E4, U+01E5, U+01FA, U+01FB, U+02BD, U+02C9 and U+02EE to Serif
824
+ (by Ben Laenen)
825
+ - fixed U+0209 in Serif Bold Oblique (by Ben Laenen)
826
+ - adjusted Box Drawing block characters U+2500-257F in Mono to fit character
827
+ cell, shifting them up by 416 (Denis Jacquerye)
828
+ - redid U+0194 in Sans (by Ben Laenen)
829
+ - added U+2217-2218, U+2295-22A1 to Mono (by Remy Oudompheng)
830
+ - added U+0462 to Serif (by Andrey V. Panov)
831
+ - added U+226C, U+228C-228E, U+2293-2294, U+22F2-22FF to Sans (by Remy
832
+ Oudompheng)
833
+ - adjusted U+2208-220D in Sans (by Remy Oudompheng)
834
+ - improved some Cyrillic glyphs in Mono (by Andrey V. Panov), rewritten
835
+ instructions for changed glyphs (by Eugeniy Meshcheryakov)
836
+ - added U+1E0E-1E0F, U+1E8E-1E8F to Mono fonts (by Denis Jacquerye). (bug
837
+ #7166)
838
+ - renamed 'Dotabove' to 'Dotaccent' in Mono Sans Oblique to match other fonts
839
+ (by Denis Jacquerye).
840
+ - added U+200B-U+200F in Sans faces and Serif faces, U+200B and U+200C were
841
+ in Sans already (by Lars Naesbye Christensen)
842
+ - added U+2601-U+262F, U+263D, U+263E, U+2648-U+265F, U+2668, U+2670-U+268B,
843
+ U+2690-U+269C, U+26A0, U+26A1, U+2794, U+2798-U+27AF, U+27B1-U+27BE to Mono
844
+ (by Heikki Lindroos)
845
+ - replaced the references with unshifted ones for both κ U+03BA and к U+043A
846
+ in Mono Book (by Denis Jacquerye)
847
+ - fixing glyph for U+04ED in Mono Book, consisted only of dieresis (by Andrey
848
+ V. Panov).
849
+
850
+ Changes from 2.5 to 2.6:
851
+
852
+ - redid U+2032 - U+2037, U+2057 based on Arev in Sans (by Gee Fung Sit)
853
+ - added U+0195, corrected U+039E, U+204B in Sans ExtraLight (by Gee Fung Sit)
854
+ - added instructions for some Cyrillic letters in Sans Bold (by Eugeniy
855
+ Meshcheryakov)
856
+ - added vulgar fractions U+2153-U+215F for Serif, made with references (by
857
+ Lars Naesbye Christensen)
858
+ - added U+228F-2292, U+2299-22AF, U+22B2-22B5, U+22CD, U+22D8-22ED to Sans
859
+ (by Remy Oudompheng)
860
+ - added U+2208-220D, U+2238-223D, U+2278-2281, U+228A-228B, U+228F-2292,
861
+ U+22CD, U+22DA-22E9 to Mono (by Remy Oudompheng)
862
+ - fixed misplaced dot in U+2250 in Mono (by Remy Oudompheng)
863
+ - added instructions for some Cyrillic letters in Mono Book and Bold(by
864
+ Eugeniy Meshcheryakov)
865
+ - minor changes to U+2241, U+2261-2263, U+22A4, U+22A5 in Sans (by Remy
866
+ Oudompheng)
867
+ - added hinting instructions to lowercase Armenian glyphs in Sans Book (by
868
+ Ben Laenen)
869
+ - changed U+2208, U+220B to match U+2209 and U+220C in Sans Bold (by Remy
870
+ Oudompheng)
871
+ - added Braille patterns U+2800-U+28FF to Sans (by Mederic Boquien)
872
+ - added instructions for some Cyrillic letters in Serif Book (by Eugeniy
873
+ Meshcheryakov)
874
+ - renamed BoldOblique fonts to Bold Oblique in TTF Name as originally in
875
+ Bitstream Vera fonts (by Denis Jacquerye)
876
+ - added hinting instructions to some Latin-B Extended and IPA characters in
877
+ Sans Book (by Denis Jacquerye and Ben Laenen)
878
+ - adjusted bearings, replaced diacritics, hinted hook and horn for
879
+ Vietnamese in Sans Book (by Denis Jacquerye)
880
+ - made FAX, TM, TEL, etc. discritionary ligatures in Sans and Serif fonts
881
+ (by Denis Jacquerye)
882
+ - removed ligatures of precomposed characters in Sans and Serif fonts (by
883
+ Denis Jacquerye)
884
+ - added U+F208, U+F20A, U+F215-F217, U+F21A-F21B, U+F25F in PUA (from SIL's
885
+ PUA, probably in Unicode 5.0): U+0243, U+0244, U+0245, U+024C, U+024D,
886
+ U+2C64, (U+2C6D), (U+2C71)
887
+ - modified some glyphs in Serif Oblique to make them more italic (by Denis
888
+ Jacquerye)
889
+
890
+ Changes from 2.4 to 2.5:
891
+
892
+ - fixed excessive kerning bug that occurs with Pango (by Denis Jacquerye)
893
+ - added U+20AF to Sans and Serif (by Lars Naesbye Christensen)
894
+ - regenerated Condensed faces (by Ben Laenen)
895
+ - added U+035C-U+035D to Sans, fixed U+0361 (by Denis Jacquerye)
896
+ - integrated 255 characters from Arev fonts: Latin Extended-B, Spacing
897
+ Modifiers, Combining Diacritical Marks, Cyrillic, Cyrillic supplement,
898
+ General Punctuation, Letterlike Symbols, Arrows, Mathematical Operators,
899
+ Miscellaneous Technical, Dingbats, Alphabetic Presentation Forms (by Denis
900
+ Jacquerye)
901
+ - added basic Cyrillic and basic Greek to Sans ExtraLight (by Denis Jacquerye)
902
+ - added U+0498, U+049A, U+04AA, U+04AB, U+04AF to Serif (by Eugeniy
903
+ Meshcheryakov)
904
+ - added U+0494, U+0495, U+0498, U+0499, U+04AA, U+04AB, U+04C3, U+04C4,
905
+ U+04C7, U+04C8 to Mono (by Eugeniy Meshcheryakov)
906
+ - adjusted weight of U+0256, U+0257, U+0260, U+0272, U+0273, U+0277, U+029B,
907
+ U+02A0 and modifed U+028B and U+027A in Mono (by Denis Jacquerye)
908
+ - added U+2000-200A to Mono (by Denis Jacquerye)
909
+ - added vulgar fractions U+2153 - U+215F to Mono (by Gee Fung Sit)
910
+ - adapted metrics of Arabic glyphs so they stay above cut-off height in Sans
911
+ (by Ben Laenen)
912
+ - fixed mkmk anchors for Arabic diacritics so they stack properly in Sans (by
913
+ Ben Laenen)
914
+ - fixed weight of lowercase upsilon in Sans Bold, make small adjustment to
915
+ lowercase omega in Sans (by Ben Laenen)
916
+ - added U+210E (by Mederic Boquien)
917
+ - unslanted U+2201, U+221B and U+221C in Sans Oblique (by Mederic Boquien)
918
+ - added several mathematical relation symbols to Sans and Mono (U+2241-224C,
919
+ U+2250-2255, U+2260-2269, U+226E-2277, U+2282-2287) modified U+223C to match
920
+ other tildes, and U+2282-2284 to have the same shape. (by Remy Oudompheng)
921
+ - made U+2234-U+2237 refer to U+2219 instead of U+00B7 in Sans (by Mederic
922
+ Boquien)
923
+ - added U+2238-223B, U+226A-226B, U+2278-2281, U+2288-228B to Sans (by Remy
924
+ Oudompheng)
925
+ - unslanted and changed reference of U+22C5 from U+00B7 to U+2219 in Sans (by
926
+ Mederic Boquien)
927
+ - added U+224D-225F, U+226D, U+22C6 to Sans and unslanted U+2219 in Sans
928
+ Oblique. (by Remy Oudompheng)
929
+ - added U+224D-225F, U+226D to Mono, shifted U+2266-2269 higher upwards and
930
+ unslanted U+2219 in Oblique. (by Remy Oudompheng)
931
+ - merged Coptic glyphs from Arev 0.2 (by Lars Naesbye Christensen)
932
+ - fixed and adjusted various Cyrillic glyphs in Serif (by Andrey V. Panov)
933
+ - made fi, fl... ligatures discretionary ligatures (by Ben Laenen)
934
+
935
+ Changes from 2.3 to 2.4:
936
+
937
+ - added U+04A2, U+04A3, U+04AC - U+04AF, U+04BA, U+04BB, U+04C0 -
938
+ U+04C2, U+04CB, U+04CD, U+04D8 - U+04DF, U+04E2 - U+04E5, U+04E8 - U+04F5,
939
+ U+04F6 - U+04F9 to Mono (by Eugeniy Meshcheryakov)
940
+ - added U+048C, U+048D, U+0494, U+0495, U+049E - U+04A7, U+04AC -
941
+ U+04AE, U+04B4- U+04B7, U+04BA, U+04BB, U+04C0 - U+04C4, U+04C7, U+04C8,
942
+ U+04CB, U+04CC, U+04D8 - U+04DF, U+04E2 - U+04E5, U+04EC - U+04F9 to Serif
943
+ (by Eugeniy Meshcheryakov)
944
+ - added U+2134 to Sans (by Gee Fung Sit)
945
+ - added U+2080 - U+2089 to all faces (by Gee Fung Sit)
946
+ - several minor corrections to Sans (by Gee Fung Sit)
947
+ - major corrections to Sans Condensed (by Gee Fung Sit)
948
+ - corrected Superscripts and Subscripts in Sans (by Gee Fung Sit)
949
+ - corrected anchors of U+0316-U+0319 (by Denis Jacquerye)
950
+ - Verajja integrated (by Stepan Roh)
951
+ - copied U+2328, U+2600, U+2639-U+263C, U+263F-U+2647, U+2660-U+2667,
952
+ and U+2669-U+266F from Sans to Serif, and copied scaled-down versions of
953
+ them to Sans Mono (by David Lawrence Ramsey)
954
+ - added U+20B4 to all faces (by Eugeniy Meshcheryakov)
955
+ - added more minor positional adjustments to U+2638 in all faces to
956
+ match the other miscellaneous symbols in Verajja, and rescale it in Sans
957
+ Mono so that it looks better (by David Lawrence Ramsey)
958
+ - added U+2242, U+2243 and U+22A4 (by Mederic Boquien)
959
+ - corrected U+2245 in Sans (by Mederic Boquien)
960
+ - added U+0221, U+0234-0236 (by Denis Jacquerye)
961
+ - added in Arabic block to Sans: U+060C, U+0615, U+061B, U+061F, U+0621
962
+ - U+063A, U+0640 - U+0655, U+0660 - U+066F, U+0679 - U+0687, U+0698, U+06A1,
963
+ U+06A9, U+06AF, U+06BA, U+06BF, U+06CC, U+06F0 - U+06F9 (by Ben Laenen)
964
+ - added in Arabic Presentation Forms A to Sans: U+FB52 - U+FB81, U+FB8A
965
+ - U+FB95, U+FB9E - U+FB9F, U+FBE8 - U+FBE9, U+FBFC - U+FBFF (by Ben Laenen)
966
+ - added complete Arabic Presentation Forms B to Sans: U+FE70 - U+FE74,
967
+ U+FE76 - U+FEFC, U+FEFF (by Ben Laenen)
968
+ - added complete Greek Extended block to Mono (by Ben Laenen)
969
+ - modified Greek capitals with tonos in Mono (by Ben Laenen)
970
+ - added U+01C4-01CC, U+01D5, U+01DE, U+01E0-U+01E1, U+01E6-U+01E9,
971
+ U+01EE-U+01F5, U+01F8-U+0217, U+021E-U+021F, U+0226-U+022A, U+022C to Serif
972
+ (by Denis Jacquerye)
973
+ - adjusted U+043B and U+044F in Serif (by Denis Jacquerye)
974
+ - added U+2000-U+200A (by Denis Jacquerye)
975
+ - added U+1E00-U+1E0B, U+1E0E-U+1E11, U+1E14-U+1E1C, U+1E1E-U+1E23,
976
+ U+1E26-U+1E2D, U+1E30-U+1E35, U+1E3A-U+1E3B, U+1E3E-U+1E40, U+1E48-U+1E49,
977
+ U+1E50-U+1E56, U+1E58-U+1E59, U+1E5E-U+1E60, U+1E68-U+1E6B, U+1E6E-U+1E6F,
978
+ U+1E72-U+1E7D, U+1E86-U+1E9B, U+1EA0-U+1EA3, U+1EAC-U+1EB7, U+1EBA-U+1EBD,
979
+ U+1EC6-U+1ECF, U+1ED8-U+1ED9, U+1EE6-U+1EE7, U+1EF4-U+1EF9 to Serif (by
980
+ Denis Jacquerye)
981
+ - added U+048E, U+048F, U+049C-U+049F, U+04B8, U+04B9, U+04BC-U+04BF,
982
+ U+04C3, U+04C4 to Sans (by Eugeniy Meshcheryakov)
983
+ - added DejaVu Sans Extra Light (by Denis Jacquerye)
984
+ - Adjusted underline position for (hopefully) improved legibility in
985
+ Sans, Serif, Mono (Tim May)
986
+ - added auto-generated DejaVu LGC (by Stepan Roh)
987
+
988
+ Changes from 2.2 to 2.3:
989
+
990
+ - fixed bug U+042B and U+044B behave badly in Sans Bold or Oblique (by
991
+ Keenan Pepper)
992
+ - added and improved TrueType instructions and related settings (by
993
+ Keenan Pepper)
994
+ - added U+04D0-U+04D7, U+04E6, U+04E7 to Mono (by Eugeniy Meshcheryakov)
995
+ - added U+048A - U+048D, U+0498, U+0499, U+04AA, U+04AB, U+04B0, U+04B1,
996
+ U+04C0, U+04C9, U+04CA, U+04CE, U+04CD, U+04DA, U+04DB, U+04DE, U+04DF,
997
+ U+04E2 - U+04E5, U+04EC - U+04F8, U+04F9 to Sans (by Eugeniy Meshcheryakov)
998
+ - added U+04E0, U+04E1 to all faces (by Eugeniy Meshcheryakov)
999
+ - added Greek Extended to Sans and Serif: U+1F00-U+1F15, U+1F18-U+1F1D,
1000
+ U+1F20-U+1F45, U+1F48-U+1F4D, U+1F50-U+1F57, U+1F59, U+1F5B, U+1F5D,
1001
+ U+1F5F-U+1F7D, U+1F80-U+1FB4, U+1FB6-U+1FC4, U+1FC6-U+1FD3, U+1FD6-U+1FDB,
1002
+ U+1FDD-U+1FEF, U+1FF2-U+1FF4, U+1FF6-U+1FFE (by Ben Laenen)
1003
+ - added Greek variant letterforms, archaic letters and symbols to Mono:
1004
+ U+03D0-U+03E1, U+03F0-U+03FF (by Ben Laenen)
1005
+ - added Armenian block and Armenian ligatures to Sans (U+0531 - U+0556,
1006
+ U+0559 - U+055F, U+0561 - U+0587, U+0589 - U+058A, U+FB13 - U+FB17) (by Ben
1007
+ Laenen)
1008
+ - redid some Greek characters in Sans and Mono to make them look better
1009
+ and to correct some errors (by Ben Laenen)
1010
+ - added U+27E0 to all faces (by David Lawrence Ramsey)
1011
+ - added underscore (U+005F) consistency fixes: extended the Sans Mono
1012
+ and Sans Mono Oblique underscores to touch both horizontal edges, and
1013
+ reduced the height of the Sans Bold Oblique underscore to match the Sans
1014
+ Bold underscore (by David Lawrence Ramsey)
1015
+ - added underscore (U+005F) derivatives and consistency fixes for them:
1016
+ made U+0332 a reference to underscore at Denis Jacquerye's suggestion; made
1017
+ U+0333 two references to underscore; made U+033F two references to U+203E;
1018
+ added U+2017 as two references to underscore, and made U+0333 a reference to
1019
+ it; and added U+203E as a reference to underscore, and made U+0305 a
1020
+ reference to it (by David Lawrence Ramsey)
1021
+ - added U+201B, U+2220, U+2320-U+2321, U+23AE, U+23CF, all remaining
1022
+ Geometric Shapes glyphs (U+25A0-U+25C9, U+25CB-U+25D7, U+25D9-U+25E5,
1023
+ U+25E7-U+25FF), and U+2B12-U+2B13 to all faces (by David Lawrence Ramsey)
1024
+ - added minor positional adjustments to U+2638 in all faces (by David
1025
+ Lawrence Ramsey)
1026
+ - added U+201F to Sans Mono and Serif faces (by David Lawrence Ramsey)
1027
+ - added U+01B7, U+01F6, U+0464 - U+0465, U+2160 - U+2180, U+2183,
1028
+ U+220A, U+220D, U+2329, U+232A, U+2422, U+27E8 - U+27EB, U+2680 - U+2685 to
1029
+ Sans (by Gee Fung Sit ???)
1030
+ - added U+2116 to Sans and Serif (by Gee Fung Sit)
1031
+ - changed florin sign U+0192 in Sans (by Gee Fung Sit)
1032
+ - added anchor points to some glyphs (by Denis Jacquerye)
1033
+ - adjusted height of IPA superscripts U+02B0-02B8, U+02C0-02C1,
1034
+ U+02E0-02E4, U+207F to match with height of U+00B2 (by Denis Jacquerye)
1035
+ - added U+0184-U+0185, U+019C, U+019F, U+01A0-U+01A3, U+01A6, U+01AA,
1036
+ U+01AF-U+01B0, U+01B2-U+01B4, U+01B7-U+01B8, U+01BC-U+01BC, U+0224-U+0225,
1037
+ U+023A-U+0240, U+1D16-U+1D17, U+1D1D-U+1D1E, U+1D43-U+1D5B, U+1D7B,
1038
+ U+1D85,U+1D9B-1DB7, U+1DB9-U+1DBF, U+20A6 to all fonts (by Denis Jacquerye)
1039
+ - added added U+0182, U+018B, U+018E, U+01A0-U+01A1, U+01B1, U+01B9,
1040
+ U+01C0-U+01C3, U+0238-U+0239, U+1D02, U+1D08-U+1D09, U+1D14, U+1D1F, U+1D77
1041
+ to Serif and Mono (by Denis Jacquerye)
1042
+ - added U+0181, U+0183, U+0187-U+0188, U+018A-U+018F, U+0191, U+0193,
1043
+ U+0195-U+019B, U+019D-U+019E, U+01A4-U+01A5, U+01AC-U+01AE, U+01B5-U+01B6,
1044
+ U+01B9, U+01BB, U+01F6 to Serif (by Denis Jacquerye)
1045
+ - added U+0181, U+0187-U+0188, U+018A, U+018D, U+018F, U+0191, U+0193,
1046
+ U+0195-U+019F, U+01A4-01A5, U+01AC-01AD, U+01B5-U+01B6, U+1BB, U+01F6,
1047
+ U+01D7-U+01DC, U+0238-U+0239, U+0241 to Mono (by Denis Jacquerye)
1048
+ - added to Mono and Serif (by Denis Jacquerye)
1049
+
1050
+ Changes from 2.1 to 2.2:
1051
+
1052
+ - reworked the vertical orientation of the Blocks Elements characters
1053
+ in all faces to remove their overly large descenders, in order to fix
1054
+ problems with e.g. terminal emulators (by David Lawrence Ramsey)
1055
+ - copied bullet in Sans faces to Serif faces for consistency (by David
1056
+ Lawrence Ramsey)
1057
+ - added U+2023, U+25D8, U+25E6, and U+29EB to all faces (by David
1058
+ Lawrence Ramsey)
1059
+ - added U+1EB8, U+1EB9, U+1ECA - U+1ECD, U+1EE4, U+1EE5 (by Tim May)
1060
+ - added U+01DD, U+02BE, U+02BF, U+02D3 to all, changed U+02D2 in
1061
+ non-Condensed and U+1EE5 in Serif (by Tim May)
1062
+ - fixed U+01CE, replacing wrong circumflex by caron (by Denis Jacquerye)
1063
+ - added anchor points to some glyphs (by Denis Jacquerye)
1064
+ - added U+20B5 (by Denis Jacquerye)
1065
+ - added U+0181 - U+0183, U+0187, U+0188, U+018A - U+018D, U+0191,
1066
+ U+0193, U+0195 - U+019B, U+019D, U+019E, U+01A4, U+01A7 - U+01A9, U+01AB -
1067
+ U+01AE, U+01B1, U+01B5, U+01B6, U+01BB, U+01C0 - U+01C3, U+01F1 - U+01F3,
1068
+ U+0238, U+0239, U+1D02, U+1D08, U+1D09, U+1D14, U+1D1F, U+1D77, U+2103,
1069
+ U+2126, U+2127, U+212A, U+212B, U+2132, U+214B, U+2210, U+2217, U+2218,
1070
+ U+2A0C - U+2A0E, U+FB00, U+FB03 and U+FB04 to Sans (by Gee Fung Sit)
1071
+ - added U+01A9, U+01C3 and U+2126 to Mono and Serif (by Gee Fung Sit)
1072
+ - adjusted bearings of U+028B in Sans (by Gee Fung Sit)
1073
+ - added U+018F, U+0494-U+0497, U+04A0-U+04A7, U+04AC-U+04AF,
1074
+ U+04B4-U+04B7, U+04BA-U+04BB, U+04C1-U+04C2, U+04C5-U+04C8, U+04CB-U+04CC,
1075
+ U+04D0-U+04D9, U+04DC-U+04DD, U+04E6-U+04EB to Sans (by Eugeniy
1076
+ Meshcheryakov)
1077
+ - replaced with references U+0391-U+0393, U+0395-U+0397, U+0399, U+039A,
1078
+ U+039C, U+039D, U+039F-U+03A1, U+03A4, U+03A5, U+03A7, U+03BF, U+03DC,
1079
+ U+0405, U+0406, U+0408, U+0410, U+0412, U+0415, U+0417, U+041A,
1080
+ U+041C-U+041E, U+0420-U+0422, U+0425, U+0430, U+0435, U+043E, U+0440,
1081
+ U+0441, U+0443, U+0445, U+0455-U+0458 in Serif and Mono (by Eugeniy
1082
+ Meshcheryakov)
1083
+ - added U+04D0-U+04D7, U+04E6-U+04EB to Serif (by Eugeniy Meshcheryakov)
1084
+ - added U+212A and U+212B to the rest of the faces (by Lars Naesbye
1085
+ Christensen)
1086
+ - added U+2318 and U+2325 to Sans and Serif (by Lars Naesbye Christensen)
1087
+ - added and improved TrueType instructions and related settings (by
1088
+ Keenan Pepper)
1089
+ - completed basic Greek alphabet: added U+0374-U+0375, U+037A, U+037E,
1090
+ U+0384-U+038A, U+038C, U+038E-U+0390, U+03AC-U+03BF, U+03C1-U+03CE (by Ben
1091
+ Laenen)
1092
+ - added U+2070 and U+2074-U+2079 (by Mederic Boquien)
1093
+
1094
+ Changes from 2.0 to 2.1:
1095
+
1096
+ *** Be aware that names of some TTF files changed since version 2.0. ***
1097
+
1098
+ - added U+0323, U+1E0C, U+1E0D, U+1E24, U+1E25, U+1E36 - U+1E39, U+1E42,
1099
+ U+1E43, U+1E46, U+1E47, U+1E5A - U+1E5D, U+1E62, U+1E63, U+1E6C, U+1E6D,
1100
+ U+1E7E, U+1E7F (by Tim May)
1101
+ - fixed bug where GNOME applications used Mono Bold Oblique instead of
1102
+ Mono Oblique (by Keenan Pepper)
1103
+ - added and improved TrueType instructions and related settings (by
1104
+ Keenan Pepper)
1105
+ - added U+1E41, U+1E57, U+1E61 (by Sander Vesik)
1106
+ - added U+0189, U+0309, U+0313, U+0314, U+031A, U+031B, U+0327, U+0328,
1107
+ U+032B, U+0333, U+033C (by Denis Jacquerye)
1108
+ - adjusted and fixed U+0186, U+0254, U+0291, U+0316 - U+0319, U+031C -
1109
+ U+0320, U+0323 - U+0326, U+0329 - U+032A, U+032C - U+0332, U+0339 - U+033B,
1110
+ U+033E, U+033F (by Denis Jacquerye)
1111
+ - fixed U+1E12, U+1E3C, U+1E4A, U+1E70 to have normal below diacritics
1112
+ (by Denis Jacquerye)
1113
+ - fixed U+1E82, U+1E84 and U+1EF2 to have uppercase above diacritics (by
1114
+ Denis Jacquerye)
1115
+ - added anchor points to some glyphs (by Denis Jacquerye)
1116
+ - dropped "-Roman" from font names - affects both internal TTF names and
1117
+ names of generated files (by Stepan Roh)
1118
+ - attempt to fix bug Vertical spacing too big for Mono by exchanging
1119
+ LineGap and OS2TypoLinegap values (proofed by Stefan Rank)
1120
+ - added Greek capitals U+0391 - U+03A1, U+03A3 - U+03A9, U+03AA, U+03AB
1121
+ in Mono (by Ben Laenen)
1122
+ - added the per ten thousand sign U+2031 (by Mederic Boquien)
1123
+ - added U+2207, U+221D, U+221F, U+2227 - U+222A, and U+2261 (by David
1124
+ Lawrence Ramsey)
1125
+ - new logo (by Gee Fung Sit)
1126
+ - added U+0180, U+018E, U+201F, U+2024, U+2025, U+203D, U+2200, U+2203,
1127
+ U+2213, U+222C, U+222D, U+2263 to Sans (by Gee Fung Sit)
1128
+
1129
+ Changes from 1.15 to 2.0:
1130
+
1131
+ - "Italized" basic glyphs in all Serif Oblique and their Condensed faces
1132
+ (by David Jez)
1133
+ - added and improved TrueType instructions and related settings (by Keenan
1134
+ Pepper)
1135
+ - added anchor points to some glyphs (by Denis Jacquerye)
1136
+ - many new spacing and combining accents (by Denis Jacquerye)
1137
+ - smart substitutions for transforming i and j to dottless form and for
1138
+ using uppercase diacritics (by Denis Jacquerye)
1139
+ - fixed remaining erroneously slanted characters in Serif Oblique faces (by
1140
+ David Lawrence Ramsey)
1141
+ - copied bullet in Sans faces to Sans Oblique faces for consistency (by
1142
+ David Lawrence Ramsey)
1143
+ - added U+203C and U+2047-U+2049 (by David Lawrence Ramsey)
1144
+ - added Greek glyphs to Serif (by Ben Laenen, Condensed merge by David Jez)
1145
+ - fixed bug LTR glyphs behaving like RTL (by Ben Laenen)
1146
+ - fixed wrong glyph directions (by David Jez)
1147
+ - fixed repositioned accents in Condensed faces (by David Jez)
1148
+
1149
+ Changes from 1.14 to 1.15:
1150
+
1151
+ - added and improved TrueType instructions and related settings (by Keenan
1152
+ Pepper)
1153
+ - fixed U+2302, U+2319 (by David Lawrence Ramsey)
1154
+ - fixed yet another monospace bug (by Stepan Roh)
1155
+ - fixed potential "too big ascender/descender" bug (by Stepan Roh)
1156
+ - fixed U+026E and U+028E (by Denis Jacquerye)
1157
+ - added U+0186, U+0190, U+0300 - U+0304, U+0306 - U+0308, U+030A - U+030C,
1158
+ U+0321, U+0322 (by Denis Jacquerye)
1159
+ - added rest of Block Elements: U+2591 - U+2593 (by David Lawrence Ramsey)
1160
+ - added U+2311, U+237D and U+2638 (by David Lawrence Ramsey)
1161
+ - added U+01CD - U+01D4 (by Denis Jacquerye)
1162
+ - fixed accents of U+00F2 - U+00F6 by replacing them with references in Mono
1163
+ Bold (by David Jez)
1164
+ - added U+0490, U+0491 (by Eugeniy Meshcheryakov)
1165
+ - added hints to U+0404 and U+0454 in Sans (by Eugeniy Meshcheryakov)
1166
+ - completed Greek glyphs from U+0370 to U+03CF in Serif (by Ben Laenen)
1167
+ - fixed shape of U+0255 in Sans Bold and Sans Bold Oblique (by Denis
1168
+ Jacquerye)
1169
+
1170
+ Changes from 1.13 to 1.14:
1171
+
1172
+ - fixed bug where Mono faces were not recognized as fixed pitch in Windows
1173
+ by correcting Venda glyphs (by David Jez)
1174
+ - added and improved TrueType instructions (by Keenan Pepper)
1175
+ - added 6 Uzbekian glyphs (by Mashrab Kuvatov)
1176
+ - added Greek glyphs to Sans and Serif, changed pi and omega to fit in (by
1177
+ Ben Laenen)
1178
+ - added IPA and related superscript glyphs (by Denis Jacquerye)
1179
+ - fixed buggy Venda glyphs (by David Lawrence Ramsey and Stepan Roh)
1180
+ - added U+2302, U+2310, U+2319 (by David Lawrence Ramsey)
1181
+ - fixed slanted U+00AC in Serif Oblique faces (by David Lawrence Ramsey)
1182
+ - added 29 glyphs from Block Elements (by David Lawrence Ramsey)
1183
+
1184
+ Changes from 1.12 to 1.13:
1185
+
1186
+ - removed all stems (PS hints) (requested by David Jez)
1187
+ - added U+01D6, U+01DF, U+022B, U+022D and U+0231 (by Sander Vesik)
1188
+ - added 10 Venda glyphs (by Dwayne Bailey)
1189
+ - fixed bug when fonts had no name on Microsoft Windows (by Stepan Roh)
1190
+ - updated 'missing' glyph U+FFFD (by David Jez)
1191
+ - set TTF flag fsType to 'Installable Embedding' (= unrestricted usage)
1192
+ (idea by C. Tiffany)
1193
+
1194
+ Changes from 1.11 to 1.12:
1195
+
1196
+ - added long s (by James Cloos)
1197
+ - prettier comma accent in gcommaaccent (by David Jez)
1198
+ - added Hbar, hbar, kgreenlandic, napostrophe, Eng, eng, Tbar, tbar,
1199
+ afii57929 (by David Jez)
1200
+ - changed Iogonek, iogonek, IJ, ij to look better (by David Jez)
1201
+ - glyph uni0237 renamed to dotlessj (requested by David Jez)
1202
+ - fixed accents for dcaron, lcaron, tcaron, Uogonek, uogonek in Serif (by
1203
+ David Jez)
1204
+ - added U+2500 - U+257F box drawing glyphs to Sans Mono (by David Jez)
1205
+ - fixed accents in Wcircumflex, Ycircumflex and Zdotaccent (by David Jez)
1206
+ - extra kerning for F (by Sander Vesik)
1207
+ - added 'missing' glyph U+FFFD (by David Jez)
1208
+
1209
+ Changes from 1.10 to 1.11:
1210
+
1211
+ - kerning updates (by Sander Vesik)
1212
+ - added Iogonek, iogonek, IJ, ij, Uogonek, uogonek (from SuSE standard fonts
1213
+ by Adrian Schroeter, SuSE AG)
1214
+ - added Gcommaaccent, gcommaaccent, Kcommaaccent, kcommaaccent,
1215
+ Lcommaaccent, lcommaaccent, Ncommaaccent, ncommaaccent, Rcommaaccent,
1216
+ rcommaaccent (by Stepan Roh)
1217
+
1218
+ Changes from 1.9 to 1.10:
1219
+
1220
+ - added U+022E, U+022F (by Sander Vesik)
1221
+ - kerning updates for DejaVu Sans (by Sander Vesik)
1222
+ - fixed too wide cyrillic glyphs in DejaVu Sans Mono (by Valentin Stoykov)
1223
+ - fixed ligatures bug in Mono (by Stepan Roh)
1224
+
1225
+ Changes from 1.8 to 1.9:
1226
+
1227
+ - integrated Arev Cyrillics (by Danilo Segan)
1228
+ - added U+01EA, U+01EB, U+01EC, U+01ED (by Sander Vesik)
1229
+
1230
+ Changes from 1.7 to 1.8:
1231
+
1232
+ - fixed accents in Serif Oblique and Serif Bold Oblique (by Stepan Roh)
1233
+
1234
+ Changes from 1.6 to 1.7:
1235
+
1236
+ - added automatically generated Condensed typefaces (by Stepan Roh)
1237
+
1238
+ Changes from 1.5 to 1.6:
1239
+
1240
+ - monospace bug fixed (by Stepan Roh)
1241
+ - incorrect Bitstream foundry assigned by fontconfig and KDE Font Installer
1242
+ fixed (by Stepan Roh)
1243
+ - added automatically generated Oblique version of Serif typefaces (by
1244
+ Stepan Roh)
1245
+ - corrected cyrillic D and d (by Danilo Segan and David Jez)
1246
+ - fixed accents position in Oblique version of Serif typefaces (by Danilo
1247
+ Segan and Sander Vesik)
1248
+ - fixed incorrect computation of OS2Win* fields (by Stepan Roh)
1249
+ - added visiblespace U+2423 (by David Jez)
1250
+ - fixed 'line height' bug by fixing ascender and descender values (by David
1251
+ Jez and Stepan Roh)
1252
+ - fixed part of 'worse than Vera' bug (by Peter Cernak)
1253
+ - smaller comma accent U+0326 (by David Jez)
1254
+
1255
+ Changes from 1.4 to 1.5:
1256
+
1257
+ - added Cyrillics (96 characters) and Dcroat to the rest of typefaces (by
1258
+ Danilo Segan)
1259
+ - fixed bugs in some Cyrillic characters, some of them reported by Sander
1260
+ Vesik (by Danilo Segan)
1261
+ - added U+0100, U+0101, U+0112, U+0113, U+012A, U+012B, U+014C, U+014D,
1262
+ U+016A, U+016B, U+01E2, U+01E3, U+0232 and U+0233 (by Sander Vesik)
1263
+ - added Romanian characters (by Misu Moldovan)
1264
+ - added U+0108, U+0109, U+010A, U+010B, U+0114, U+0115, U+0116, U+0117,
1265
+ U+011C, U+011D, U+0120, U+0121, U+0124, U+0125, U+0128, U+0129, U+012C,
1266
+ U+012D, U+0134, U+0135, U+014E, U+014F, U+0150, U+0151, U+015C, U+015D,
1267
+ U+0168, U+0169, U+016C, U+016D, U+0170, U+0171 and U+0237 (by James
1268
+ Crippen)
1269
+ - added U+02BB, U+2010, U+2011, U+2012 and U+2015 (by Stepan Roh)
1270
+
1271
+ Changes from 1.3 to 1.4:
1272
+
1273
+ - added Polish characters (Aogonek, aogonek, Eogonek, eogonek, Nacute,
1274
+ nacute, Sacute, sacute, Zacute, zacute, Zdotaccent, zdotaccent) (by Stepan
1275
+ Roh)
1276
+
1277
+ Changes from 1.2 to 1.3:
1278
+
1279
+ - added Cyrillics (96 characters) and Dcroat to Sans typefaces (by Danilo
1280
+ Segan from his BePa fonts)
1281
+
1282
+ Changes from 1.1 to 1.2:
1283
+
1284
+ - added Ldot, ldot, Wcircumflex, wcircumflex, Ycircumflex, ycircumflex,
1285
+ Wgrave, wgrave, Wacute, wacute, Wdieresis, wdieresis, Ygrave and ygrave
1286
+ (from The Olwen Font Family 0.2 by Dafydd Harries)
1287
+
1288
+ Changes from 1.0 to 1.1:
1289
+
1290
+ - added Lacute, lacute, Lcaron, lcaron, Racute and racute (by Peter Cernak)
1291
+
1292
+ Changes from 0.9.4 to 1.0:
1293
+
1294
+ - none, just changed version and updated README
1295
+
1296
+ Changes from 0.9.3 to 0.9.4:
1297
+
1298
+ - fixed TTF generation (kerning tables were missing)
1299
+
1300
+ Changes from 0.9.2 to 0.9.3:
1301
+
1302
+ - kerning of added characters
1303
+ - proper caron shape for dcaron in Mono (by Ondrej Koala Vacha)
1304
+ - minor visual changes
1305
+
1306
+ Changes from 0.9.1 to 0.9.2:
1307
+
1308
+ - internal bugged version
1309
+
1310
+ Changes from 0.9 to 0.9.1:
1311
+
1312
+ - proper caron shape for dcaron and tcaron
1313
+ - minor visual changes
1314
+
1315
+ $Id: NEWS 2471 2011-02-27 14:25:15Z ben_laenen $