1 # TTF/Ruby, a library to read and write TrueType fonts in Ruby.
2 # Copyright (C) 2006 Mathieu Blondel
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
30 MACINTOSH => "Macintosh",
32 MICROSOFT => "Microsoft"
36 module UnicodeEncoding
39 VERSION_1_1_SEMANTICS = 1
40 ISO_10646_1993_SEMANTICS = 2
44 module MicrosoftEncoding
57 SHIFTJIS => "ShiftJIS",
65 module MacintoshEncoding
69 TRADITIONAL_CHINESE = 2
92 SIMPLIFIED_CHINESE = 25
103 JAPANESE => "Japanese",
104 TRADITIONAL_CHINESE => "Traditional Chinese",
109 RUSSIAN => "Russian",
110 RSYMBOL => "RSymbol",
111 DEVANAGARI => "Devanagari",
112 GURMUKHI => "Gurmukhi",
113 GUJARATI => "Gujarati",
115 BENGALI => "Bengali",
118 KANNADA => "Kannada",
119 MALAYALAM => "Malayalam",
120 SINHALESE => "Sinhalese",
121 BURMESE => "Burmese",
124 LAOTIAN => "Laotian",
125 GEORGIAN => "Georgian",
126 ARMENIAN => "Armenian",
127 SIMPLIFIED_CHINESE => "Simplified Chinese",
128 TIBETAN => "Tibetan",
129 MONGOLIAN => "Mongolian",
132 VIETNAMESE => "Vietnamese",
134 UNINTERPRETED => "Uninterpreted"