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,506 @@
1
+ -*- mode:text; coding:utf-8; -*-
2
+ GNU FreeFont Credits
3
+ ====================
4
+
5
+ This file lists contributors and contributions to the GNU FreeFont project.
6
+
7
+
8
+ * URW++ Design & Development GmbH <http://www.urwpp.de/>
9
+
10
+ URW++ donated a set of 35 core PostScript Type 1 fonts to the
11
+ Ghostscript project <http://www.cs.wisc.edu/~ghost/>, to be available
12
+ under the terms of GNU General Public License (GPL).
13
+
14
+ Basic Latin (U+0041-U+007A)
15
+ Latin-1 Supplement (U+00C0-U+00FF)
16
+ Latin Extended-A (U+0100-U+017F)
17
+ Spacing Modifier Letters (U+02B0-U+02FF)
18
+ Mathematical Operators (U+2200-U+22FF)
19
+ Block Elements (U+2580-U+259F)
20
+ Dingbats (U+2700-U+27BF)
21
+
22
+
23
+ * Yannis Haralambous <yannis.haralambous AT enst-bretagne.fr> and John
24
+ Plaice <plaice AT omega.cse.unsw.edu.au>
25
+
26
+ Yannis Haralambous and John Plaice are the authors of Omega
27
+ typesetting system, <http://omega.cse.unsw.edu.au/>. Omega is an
28
+ extension of TeX. Its first release, aims primarily at improving TeX's
29
+ multilingual abilities. In Omega all characters and pointers into
30
+ data-structures are 16-bit wide, instead of 8-bit, thereby eliminating
31
+ many of the trivial limitations of TeX. Omega also allows multiple
32
+ input and output character sets, and uses programmable filters to
33
+ translate from one encoding to another, to perform contextual
34
+ analysis, etc. Internally, Omega uses the universal 16-bit Unicode
35
+ standard character set, based on ISO-10646. These improvements not
36
+ only make it a lot easier for TeX users to cope with multiple or
37
+ complex languages, like Arabic, Indic, Khmer, Chinese, Japanese or
38
+ Korean, in one document, but will also form the basis for future
39
+ developments in other areas, such as native color support and
40
+ hypertext features. ... Fonts for UT1 (omlgc family) and UT2 (omah
41
+ family) are under development: these fonts are in PostScript format
42
+ and visually close to Times and Helvetica font families. (from the
43
+ Omega WWW site). Omega fonts are available subject to GPL
44
+ <http://www.ctan.org/tex-archive/help/Catalogue/entries/omegafonts.html>.
45
+
46
+ Latin Extended-B (U+0180-U+024F)
47
+ IPA Extensions (U+0250-U+02AF)
48
+ Greek (U+0370-U+03FF)
49
+ Armenian (U+0530-U+058F)
50
+ Hebrew (U+0590-U+05FF)
51
+ Arabic (U+0600-U+06FF)
52
+ Currency Symbols (U+20A0-U+20CF)
53
+ Arabic Presentation Forms-A (U+FB50-U+FDFF)
54
+ Arabic Presentation Forms-B (U+FE70-U+FEFF)
55
+
56
+
57
+ * Valek Filippov <frob AT df.ru>
58
+
59
+ Valek Filippov added Cyrillic glyphs and composite Latin Extended A to
60
+ the whole set of the abovementioned URW set of 35 PostScript core
61
+ fonts, <ftp://ftp.gnome.ru/fonts/urw/>. The fonts are available under
62
+ GPL.
63
+
64
+ Latin Extended-A (U+0100-U+017F)
65
+ Cyrillic (U+0400-U+04FF)
66
+
67
+
68
+ * Wadalab Kanji Comittee
69
+
70
+ Between April 1990 and March 1992, Wadalab Kanji Comittee put together
71
+ a series of scalable font files with Japanese scripts, in four forms:
72
+ Sai Micho, Chu Mincho, Cho Kaku and Saimaru. The font files are
73
+ written in custom file format, while tools for conversion into
74
+ Metafont and PostScript Type 1 are also supplied. The Wadalab Kanji
75
+ Comittee has later been dismissed, and the resulting files can be now
76
+ found on the FTP server of the Depertment of Mathematical Engineering
77
+ and Information Physics, Faculty of Engineering, University of Tokyo
78
+ <ftp://ftp.ipl.t.u-tokyo.ac.jp/Font/>.
79
+
80
+ Hiragana (U+3040-U+309F)
81
+ Katakana (U+30A0-U+30FF)
82
+
83
+
84
+ * Young U. Ryu <ryoung AT utdallas.edu>
85
+
86
+ Young Ryu is the author of Txfonts, a set of mathematical symbols
87
+ designed to accompany text typeset in Times or its variants. In the
88
+ documentation, Young adresses the design of mathematical symbols: "The
89
+ Adobe Times fonts are thicker than the CM fonts. Designing math fonts
90
+ for Times based on the rule thickness of Times = , , + , / , < ,
91
+ etc. would result in too thick math symbols, in my opinion. In the TX
92
+ fonts, these glyphs are thinner than those of original Times
93
+ fonts. That is, the rule thickness of these glyphs is around 85% of
94
+ that of the Times fonts, but still thicker than that of the CM fonts."
95
+ TX fonts are are distributed under the GNU public license (GPL).
96
+ <http://www.ctan.org/tex-archive/fonts/txfonts/>.
97
+
98
+ Arrows (U+2190-U+21FF)
99
+ Mathematical Symbols (U+2200-U+22FF)
100
+
101
+
102
+ * Angelo Haritsis <ah AT computer.org>
103
+
104
+ Angelo Haritsis has compiled a set of Greek Type 1 fonts, available on
105
+ <ftp://ftp.hellug.gr/pub/unix/linux/GREEK/fonts/greekXfonts-Type1-1.1.tgz>.
106
+ The glyphs from this source has been used to compose Greek glyphs in
107
+ FreeSans and FreeMono.
108
+
109
+ Angelo's licence says: "You can enjoy free use of these fonts for
110
+ educational or commercial purposes. All derived works should include
111
+ this paragraph. If you want to change something please let me have
112
+ your changes (via email) so that they can go into the next
113
+ version. You can also send comments etc to the above address."
114
+
115
+ Greek (U+0370-U+03FF)
116
+
117
+
118
+ * Yannis Haralambous and Virach Sornlertlamvanich
119
+
120
+ In 1999, Yannis Haralambous and Virach Sornlertlamvanich made a set of
121
+ glyphs covering the Thai national standard NF3, in both upright and
122
+ slanted shape. The collection of glyphs have been made part of GNU
123
+ intlfonts 1.2 package and is available on
124
+ <ftp://ftp.gnu.org/pub/gnu/intlfonts/> under GPL.
125
+
126
+ Thai (U+0E00-U+0E7F)
127
+
128
+
129
+ * Shaheed R. Haque <srhaque AT iee.org>
130
+
131
+ Shaheed Haque has developed a basic set of basic Bengali glyphs
132
+ (without ligatures), using ISO10646 encoding. They are available under
133
+ the XFree86 license at <http://www.btinternet.com/~shaheedhaque/>.
134
+
135
+ Copyright (C) 2001 S.R.Haque <srhaque AT iee.org>. All Rights Reserved.
136
+
137
+ Permission is hereby granted, free of charge, to any person obtaining
138
+ a copy of this software and associated documentation files (the
139
+ "Software"), to deal in the Software without restriction, including
140
+ without limitation the rights to use, copy, modify, merge, publish,
141
+ distribute, sublicense, and/or sell copies of the Software, and to
142
+ permit persons to whom the Software is furnished to do so, subject to
143
+ the following conditions:
144
+
145
+ The above copyright notice and this permission notice shall be
146
+ included in all copies or substantial portions of the Software.
147
+
148
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
149
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
150
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
151
+ IN NO EVENT SHALL S.R.HAQUE BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
152
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
153
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
154
+ OTHER DEALINGS IN THE SOFTWARE.
155
+
156
+ Except as contained in this notice, the name of S.R.Haque shall not be
157
+ used in advertising or otherwise to promote the sale, use or other
158
+ dealings in this Software without prior written authorization from
159
+ S.R.Haque.
160
+
161
+ Bengali (U+0980-U+09FF)
162
+
163
+
164
+ * Sam Stepanyan <sam AT arminco.com>
165
+
166
+ Sam Stepanyan created a set of Armenian sans serif glyphs visually
167
+ compatible with Helvetica or Arial. Available on
168
+ <http://www.editum.com.ar/mashtots/html/fonts/ara.tar.gz>. On
169
+ 2002-01-24, Sam writes: "Arial Armenian font is free for
170
+ non-commercial use, so it is OK to use under GPL license."
171
+
172
+ Armenian (U+0530-U+058F)
173
+
174
+
175
+ * Mohamed Ishan <ishan AT mitf.f2s.com>
176
+
177
+ Mohamed Ishan has started a Thaana Unicode Project
178
+ <http://thaana.sourceforge.net/> and among other things created a
179
+ couple of Thaana fonts, available under FDL or BDF license.
180
+
181
+ Thaana (U+0780-U+07BF)
182
+
183
+
184
+ * Sushant Kumar Dash <sushant AT writeme.com> (*)
185
+
186
+ Sushant Dash has created a font in his mother tongue, Oriya. As he
187
+ states on his web page <http://members.tripod.com/~sushantdash/>:
188
+ "Please feel free to foreword this mail to your Oriya friends. No
189
+ copyright law is applied for this font. It is totally free!!! Feel
190
+ free to modify this using any font editing tools. This is designed for
191
+ people like me, who are away from Orissa and want to write letters
192
+ home using Computers, but suffer due to unavailability of Oriya
193
+ fonts.(Or the cost of the available packages are too much)."
194
+
195
+ Oriya (U+0B00-U+0B7F)
196
+
197
+
198
+ * Harsh Kumar <harshkumar AT vsnl.com>
199
+
200
+ Harsh Kumar has started BharatBhasha <http://www.bharatbhasha.net/> -
201
+ an effort to provide "FREE software, Tutorial, Source Codes
202
+ etc. available for working in Hindi, Marathi, Gujarati, Gurmukhi and
203
+ Bangla. You can type text, write Web pages or develop Indian Languages
204
+ Applications on Windows and on Linux. We also offer FREE help to
205
+ users, enthusiasts and software developers for their work in Indian
206
+ languages."
207
+
208
+ Devanagari (U+0900-U+097F)
209
+ Bengali (U+0980-U+09FF)
210
+ Gurmukhi (U+0A00-U+0A7F)
211
+ Gujarati (U+0A80-U+0AFF)
212
+
213
+
214
+ * Prasad A. Chodavarapu <chprasad AT hotmail.com>
215
+
216
+ Prasad A. Chodavarapu created Tikkana, a Telugu font available in Type
217
+ 1 and TrueType format on <http://chaitanya.bhaavana.net/fonts/>.
218
+ Tikkana exceeds the Unicode Telugu range with some composite glyphs.
219
+ Available under the GNU General Public License.
220
+
221
+ Telugu (U+0C00-U+0C7F)
222
+
223
+
224
+ * Frans Velthuis <velthuis AT rc.rug.nl> and Anshuman Pandey
225
+ <apandey AT u.washington.edu>
226
+
227
+ In 1991, Frans Velthuis from the Groningen University, The
228
+ Netherlands, released a Devanagari font as Metafont source, available
229
+ under the terms of GNU GPL. Later, Anshuman Pandey from the Washington
230
+ University, Seattle, USA, took over the maintenance of font. Fonts can
231
+ be found on CTAN, <ftp://ftp.dante.de/tex-archive/language/devanagari/>. I
232
+ converted the font to Type 1 format using Péter Szabó's TeXtrace
233
+ program <http://www.inf.bme.hu/~pts/textrace/> and removed some
234
+ redundant control points with PfaEdit.
235
+
236
+ Devanagari (U+0900-U+097F)
237
+
238
+
239
+ * Hardip Singh Pannu <HSPannu AT aol.com>
240
+
241
+ In 1991, Hardip Singh Pannu has created a free Gurmukhi TrueType font,
242
+ available as regular, bold, oblique and bold oblique form. Its license
243
+ says "Please remember that these fonts are copyrighted (by me) and are
244
+ for non-profit use only."
245
+
246
+ Gurmukhi (U+0A00-U+0A7F)
247
+
248
+
249
+ * Jeroen Hellingman <jehe AT kabelfoon.nl>
250
+
251
+ Jeroen Hellingman created a set of Malayalam metafonts in 1994, and a
252
+ set of Oriya metafonts in 1996. Malayalam fonts were created as
253
+ uniform stroke only, while Oriya metafonts exist in both uniform and
254
+ modulated stroke. From private communication: "It is my intention to
255
+ release the fonts under GPL, but not all copies around have this
256
+ notice on them." Metafonts can be found on CTAN,
257
+ <ftp://ftp.dante.de/tex-archive/language/oriya/> and
258
+ <ftp://ftp.dante.de/tex-archive/language/malayalam/>.
259
+
260
+ Oriya (U+0B00-U+0B7F)
261
+ Malayalam (U+0D00-U+0D7F)
262
+
263
+
264
+ * Thomas Ridgeway <> (*)
265
+
266
+ Thomas Ridgeway, then at the Humanities And Arts Computing Center,
267
+ Washington University, Seattle, USA, (now defunct), created a Tamil
268
+ metafont in 1990. Anshuman Pandey from the same university took over
269
+ the maintenance of font. Fonts can be found at CTAN,
270
+ <ftp://ftp.dante.de/tex-archive/language/tamil/wntamil/>.
271
+
272
+ Tamil (U+0B80-U+0BFF)
273
+
274
+
275
+ * Berhanu Beyene <1beyene AT informatik.uni-hamburg.de>,
276
+ Prof. Dr. Manfred Kudlek <kudlek AT informatik.uni-hamburg.de>, Olaf
277
+ Kummer <kummer AT informatik.uni-hamburg.de>, and Jochen Metzinger <?>
278
+
279
+ Beyene, Kudlek, Kummer and Metzinger from the Theoretical Foundations
280
+ of Computer Science, University of Hamburg, prepared a set of Ethiopic
281
+ metafonts, found on
282
+ <ftp://ftp.dante.de/tex-archive/language/ethiopia/ethiop/>. They also
283
+ maintain home page on the Ethiopic font project,
284
+ <http://www.informatik.uni-hamburg.de/TGI/mitarbeiter/wimis/kummer/ethiop_eng.html>,
285
+ and can be reached at <ethiop AT informatik.uni-hamburg.de>. The current
286
+ version of fonts is 0.7 (1998), and they are released under GNU GPL. I
287
+ converted the fonts to Type 1 format using Péter Szabó's TeXtrace-A
288
+ program <http://www.inf.bme.hu/~pts/textrace/> and removed some
289
+ redundant control points with PfaEdit.
290
+
291
+ Ethiopic (U+1200-U+137F)
292
+
293
+
294
+ * Maxim Iorsh <iorsh AT users.sourceforge.net>
295
+
296
+ In 2002, Maxim Iorsh started the Culmus project, aiming at providing
297
+ Hebrew-speaking Linux and Unix community with a basic collection of
298
+ Hebrew fonts for X Windows. The fonts are visually compatible with
299
+ URW++ Century Schoolbook L, URW++ Nimbus Sans L and URW++ Nimbus Mono
300
+ L families, respectively, and are released under GNU GPL license. See
301
+ also <http://culmus.sourceforge.net/>.
302
+
303
+ Hebrew (U+0590-U+05FF)
304
+
305
+
306
+ * Panayotis Katsaloulis <panayotis AT panayotis.com>
307
+
308
+ Panayotis Katsaloulis helped fixing Greek accents in the Greek
309
+ Extended area.
310
+
311
+ Greek Extended (U+1F00-U+1FFF)
312
+
313
+
314
+ * Vyacheslav Dikonov <sdiconov AT mail.ru>
315
+
316
+ Vyacheslav Dikonov made a Braille unicode font that could be merged
317
+ with the UCS fonts to fill the 2800-28FF range completely. (uniform
318
+ scaling is possible to adapt it to any cell size). He also contributed
319
+ a free syriac font, whose glyphs (about half of them) are borrowed
320
+ from the "Carlo Ator" font freely downloadable from
321
+ <http://www.aacf.asso.fr/>. Vyacheslav also filled in a few missing
322
+ spots in the U+2000-U+27FF area, e.g. the box drawing section, sets of
323
+ subscript and superscript digits and capital Roman numbers.
324
+
325
+ Syriac (U+0700-U+074A)
326
+ Box Drawing (U+2500-U+257F)
327
+ Braille (U+2800-U+28FF)
328
+
329
+
330
+ * M.S. Sridhar <mssridhar AT vsnl.com>
331
+
332
+ M/S Cyberscape Multimedia Limited, Mumbai, developers of Akruti
333
+ Software for Indian Languages (http://www.akruti.com/), have released
334
+ a set of TTF fonts for nine Indian scripts (Devanagari, Gujarati,
335
+ Telugu, Tamil, Malayalam, Kannada, Bengali, Oriya, and Gurumukhi)
336
+ under the GNU General Public License (GPL). You can download the fonts
337
+ from the Free Software Foundation of India WWW site
338
+ (http://www.gnu.org.in/akruti-fonts/) or from the Akruti website.
339
+
340
+ For any further information or assistance regarding these fonts,
341
+ please contact mssridhar AT vsnl.com.
342
+
343
+ Devanagari (U+0900-U+097F)
344
+ Bengali (U+0980-U+09FF)
345
+ Gurmukhi (U+0A00-U+0A7F)
346
+ Gujarati (U+0A80-U+0AFF)
347
+ Oriya (U+0B00-U+0B7F)
348
+ Tamil (U+0B80-U+0BFF)
349
+ Telugu (U+0C00-U+0C7F)
350
+ Kannada (U+0C80-U+0CFF)
351
+ Malayalam (U+0D00-U+0D7F)
352
+
353
+
354
+ * DMS Electronics, The Sri Lanka Tipitaka Project, and Noah Levitt
355
+ <nlevitt AT columbia.edu>
356
+
357
+ Noah Levitt found out that the Sinhalese fonts available on the site
358
+ <http://www.metta.lk/fonts/> are released under GNU GPL, or,
359
+ precisely, "Public Domain under GNU Licence
360
  Produced by DMS
361
+ Electronics for The Sri Lanka Tipitaka Project" (taken from the font
362
+ comment), and took the effort of recoding the font to Unicode.
363
+
364
+ Sinhala (U+0D80-U+0DFF)
365
+
366
+
367
+ * Daniel Shurovich Chirkov <dansh AT chirkov.com>
368
+
369
+ Dan Chirkov updated the FreeSerif font with the missing Cyrillic
370
+ glyphs needed for conformance to Unicode 3.2. The effort is part of
371
+ the Slavjanskij package for Mac OS X,
372
+ <http://www.versiontracker.com/dyn/moreinfo/macosx/18680>.
373
+
374
+ Cyrillic (U+0400-U+04FF)
375
+
376
+
377
+ * Denis Jacquerye <moyogo AT gmail.com>
378
+
379
+ Denis Jacquerye added new glyphs and corrected existing ones in the
380
+ Latin Extended-B and IPA Extensions ranges.
381
+
382
+ Latin Extended-B (U+0180-U+024F)
383
+ IPA Extensions (U+0250-U+02AF)
384
+
385
+
386
+ * K.H. Hussain <hussain AT kfri.org> and R. Chitrajan
387
+
388
+ `Rachana' in Malayalam means `to write', `to create'. Rachana Akshara
389
+ Vedi, a team of socially committed information technology
390
+ professionals and philologists, has applied developments in computer
391
+ technology and desktop publishing to resurrect the Malayalam language
392
+ from the disorder, fragmentation and degeneration it had suffered
393
+ since the attempt to adapt the Malayalam script for using with a
394
+ regular mechanical typewriter, which took place in
395
+ 1967-69. K.H. Hussein at the Kerala Forest Research Institute has
396
+ released "Rachana Normal" fonts with approximately 900 glyphs required
397
+ to typeset traditional Malayalam. R. Chitrajan apparently encoded the
398
+ glyphs in the OpenType table.
399
+
400
+ Malayalam (U+0D00-U+0D7F)
401
+
402
+
403
+ * Solaiman Karim <solaiman AT ekushey.org>
404
+
405
+ Bengali (U+0980-U+09FF)
406
+
407
+ Solaiman Karim has developed several OpenType Bangla fonts and
408
+ released them under GNU GPL on www.ekushey.org.
409
+
410
+
411
+ * Sonali Sonania <sonalisonania AT gmail.com> and Monika Shah
412
+ <monikapatira AT gmail.com>
413
+
414
+ Devanagari (U+0900-U+097F)
415
+ Gujarati (U+0A80-U+0AFF)
416
+
417
+ Glyphs were drawn by Cyberscape Multimedia Ltd., #101,Mahalakshmi
418
+ Mansion 21st Main 22nd "A" Cross Banashankari 2nd stage Banglore
419
+ 560070, India. Converted to OTF by IndicTrans Team, Powai, Mumbai,
420
+ lead by Prof. Jitendra Shah. Maintained by Monika Shah and Sonali
421
+ Sonania of janabhaaratii Team, C-DAC, Mumbai. This font is released
422
+ under GPL by Dr. Alka Irani and Prof Jitendra Shah, janabhaaratii
423
+ Team, C-DAC, Mumabi. janabhaaratii is localisation project at C-DAC
424
+ Mumbai (formerly National Centre for Software Technology); funded by
425
+ TDIL, Govt. of India. Contact:monika_shah AT lycos.com,
426
+ sonalisonania AT yahoo.com, jitendras AT vsnl.com, alka AT ncst.ernet.in.
427
+ website: www.janabhaaratii.org.in.
428
+
429
+
430
+ * Pravin Satpute <pravin_ind21 AT hotmail.com>, Bageshri Salvi
431
+ <sbagrshri AT yahoo.co.in>, Rahul Bhalerao <rahul_pb_india AT
432
+ yahoo.com> and Sandeep Shedmake <surgs2k47 AT yahoo.co.in>
433
+
434
+ Devanagari (U+0900-U+097F)
435
+ Gujarati (U+0A80-U+0AFF)
436
+ Oriya (U+0B00-U+0B7F)
437
+ Malayalam (U+0D00-U+0D7F)
438
+ Tamil (U+0B80-U+0BFF)
439
+
440
+ In December 2005 the team at www.gnowledge.org released a set of two
441
+ Unicode pan-Indic fonts: "Samyak" and "Samyak Sans". "Samyak" font
442
+ belongs to serif style and is an original work of the team; "Samyak
443
+ Sans" font belongs to sans serif style and is actually a compilation
444
+ of already released Indic fonts (Gargi, Padma, Mukti, Utkal, Akruti
445
+ and ThendralUni). Both fonts are based on Unicode standard. You can
446
+ download the font files (released under GNU/GPL License) from
447
+ http://www.gnowledge.org/Gnoware/localization/font.htm
448
+
449
+
450
+ * Kulbir Singh Thind
451
+
452
+ Gurmukhi (U+0A00-U+0A7F)
453
+
454
+ Dr. Kulbir Singh Thind designed a set of Gurmukhi Unicode fonts,
455
+ AnmolUni and AnmolUni-Bold, which are available under the terms of GNU
456
+ Generel Public Licens from the Punjabu Computing Resource Center,
457
+ http://guca.sourceforge.net/typography/fonts/anmoluni/.
458
+
459
+
460
+ * Gia Shervashidze <giasher AT telenet.ge>
461
+
462
+ Georgian (U+10A0-U+10FF)
463
+
464
+ Starting in mid-1990s, Gia Shervashidze designed many
465
+ Unicode-compliant Georgian fonts: Times New Roman Georgian, Arial
466
+ Georgian, Courier New Georgian. His work on Georgian localization can
467
+ be reached at http://www.gia.ge/.
468
+
469
+
470
+ * Primož Peterlin <primoz.peterlin AT biofiz.mf.uni-lj.si>
471
+
472
+ Primož Peterlin filled in missing glyphs here and there (e.g. Latin
473
+ Extended-B and IPA Extensions ranges in the FreeMono familiy), and
474
+ created the following UCS blocks:
475
+
476
+ Latin Extended-B (U+0180-U+024F)
477
+ IPA Extensions (U+0250-U+02AF)
478
+ Arrows (U+2190-U+21FF)
479
+ Box Drawing (U+2500-U+257F)
480
+ Block Elements (U+2580-U+259F)
481
+ Geometrical Shapes (U+25A0-U+25FF)
482
+
483
+ * Mark Williamson
484
+
485
+ Made the MPH 2 Damase font, from which
486
+ Hanunóo
487
+ Buginese
488
+ Tai Le
489
+ Ugaritic
490
+ Old Persian
491
+
492
+ * Jacob Poon
493
+
494
+ Submitted a very thorough survey of glyph problems and other suggestions.
495
+
496
+ * Alexey Kryukov made the TemporaLCGUni fonts, based on the URW++ fonts,
497
+ from which most of the FreeSerif Cyrillic, and some of the Greek, is drawn.
498
+ He also provided valuable direction about Cyrillic and Greed typesetting.
499
+
500
+ Notes:
501
+
502
+ *: The glyph collection looks license-compatible, but its author has
503
+ not yet replied and agreed on his/her work being used in part of
504
+ this glyph collection.
505
+
506
+ --------------------------------------------------------------------------
507
+ $Id: CREDITS,v 1.17 2008/08/30 09:31:54 Stevan_White Exp $