~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/gfx/src/gtk/fontEncoding.properties

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
##
 
2
## The contents of this file are subject to the Mozilla Public
 
3
## License Version 1.1 (the License); you may not use this file
 
4
## except in compliance with the License. You may obtain a copy of
 
5
## the License at http://www.mozilla.org/MPL/
 
6
##
 
7
## Software distributed under the License is distributed on an AS
 
8
## IS basis, WITHOUT WARRANTY OF ANY KIND, either express or
 
9
## implied. See the License for the specific language governing
 
10
## rights and limitations under the License.
 
11
##
 
12
## The Original Code is Mozilla MathML Project.
 
13
##
 
14
## The Initial Developer of the Original Code is The University Of
 
15
## Queensland.  Portions created by The University Of Queensland are
 
16
## Copyright (C) 2001 The University Of Queensland.  All Rights Reserved.
 
17
##
 
18
## Contributor(s):
 
19
##   Roger B. Sidje <rbs@maths.uq.edu.au>
 
20
##   Jungshik Shin <jshin@mailaps.org>
 
21
##
 
22
 
 
23
#  LOCALIZATION NOTE: FILE
 
24
#  Do not translate anything in this file
 
25
 
 
26
# This is a list of encodings used for special *symbolic fonts* (not documents) # for  which we have converters (i.e., the intl/uconv library contains encoding # tables that provide a mapping of characters to the indices of the desired 
 
27
# glyph shapes  within these symbolic fonts).
 
28
#
 
29
# This file also lists truetype cmap tables for single byte ('narrow') special
 
30
# *symbolic fonts*. At the moment, only two values, 'mac_roman' 
 
31
# and 'unicode' are recognized. These cmaps are used to translate custom font 
 
32
# codes obtained through converters in intl/uconv library into glyph indices of # fonts  with Freetype library. Do not change the value unless you're familiar
 
33
# with the internals of Freetype and Mozilla-Xft. If you're interested,
 
34
# see  
 
35
#   http://freetype.sourceforge.net/freetype2/docs/reference/ft2-base_interface.html#FT_Encoding
 
36
# and  
 
37
#   http://bugzilla.mozilla.org/show_bug.cgi?id=176290
 
38
#
 
39
# For each 'key = value' pair in this list:
 
40
#
 
41
# - the 'key' is a lower case ASCII with the *name of the font*, and the
 
42
#   encoding type (e.g., .ttf for TrueType, and .t1 for Type 1). Note that
 
43
#   the *name of a font* is not necessarily the *name of the file* that contains
 
44
#   the font... All whitespace should be stripped from the name.
 
45
#   For truetype cmaps, use .ftcmap in place of .ttf or .t1.
 
46
#
 
47
# - the 'value' is the case-sensitive charset string used when setting up the
 
48
#   corresponding Unicode Converter in the intl/uconv library.
 
49
# - the 'value' for ftcmap is either mac_roman 
 
50
#   or unicode.
 
51
 
 
52
# If you have Symbol (Adobe) type 1 font, keep the following lines 
 
53
# commented out (you do NOT need them). However,  with  truetype Symbol 
 
54
# font,  you do need them. 
 
55
 
 
56
# Symbol font
 
57
#encoding.symbol.ttf = Adobe-Symbol-Encoding
 
58
#encoding.symbol.ftcmap = mac_roman
 
59
 
 
60
# TeX's Computer Modern fonts (Roman, Math Italic, Symbol and Extension)
 
61
 
 
62
encoding.cmr10.ttf  = x-ttf-cmr
 
63
encoding.cmmi10.ttf = x-ttf-cmmi
 
64
encoding.cmsy10.ttf = x-ttf-cmsy
 
65
encoding.cmex10.ttf = x-ttf-cmex
 
66
 
 
67
encoding.cmr10.ftcmap  = unicode
 
68
encoding.cmmi10.ftcmap = unicode
 
69
encoding.cmsy10.ftcmap = unicode
 
70
encoding.cmex10.ftcmap = unicode
 
71
 
 
72
# Mathematica fonts
 
73
 
 
74
encoding.math1.ttf          = x-mathematica1
 
75
encoding.math1-bold.ttf     = x-mathematica1
 
76
encoding.math1mono.ttf      = x-mathematica1
 
77
encoding.math1mono-bold.ttf = x-mathematica1
 
78
 
 
79
encoding.math2.ttf          = x-mathematica2
 
80
encoding.math2-bold.ttf     = x-mathematica2
 
81
encoding.math2mono.ttf      = x-mathematica2
 
82
encoding.math2mono-bold.ttf = x-mathematica2
 
83
 
 
84
encoding.math3.ttf          = x-mathematica3
 
85
encoding.math3-bold.ttf     = x-mathematica3
 
86
encoding.math3mono.ttf      = x-mathematica3
 
87
encoding.math3mono-bold.ttf = x-mathematica3
 
88
 
 
89
encoding.math4.ttf          = x-mathematica4
 
90
encoding.math4-bold.ttf     = x-mathematica4
 
91
encoding.math4mono.ttf      = x-mathematica4
 
92
encoding.math4mono-bold.ttf = x-mathematica4
 
93
 
 
94
encoding.math5.ttf          = x-mathematica5
 
95
encoding.math5-bold.ttf     = x-mathematica5
 
96
encoding.math5bold.ttf      = x-mathematica5
 
97
encoding.math5mono.ttf      = x-mathematica5
 
98
encoding.math5mono-bold.ttf = x-mathematica5
 
99
encoding.math5monobold.ttf  = x-mathematica5
 
100
 
 
101
encoding.math1.ftcmap          = mac_roman
 
102
encoding.math1-bold.ftcmap     = mac_roman
 
103
encoding.math1mono.ftcmap      = mac_roman
 
104
encoding.math1mono-bold.ftcmap = mac_roman
 
105
 
 
106
encoding.math2.ftcmap          = mac_roman
 
107
encoding.math2-bold.ftcmap     = mac_roman
 
108
encoding.math2mono.ftcmap      = mac_roman
 
109
encoding.math2mono-bold.ftcmap = mac_roman
 
110
 
 
111
encoding.math3.ftcmap          = mac_roman
 
112
encoding.math3-bold.ftcmap     = mac_roman
 
113
encoding.math3mono.ftcmap      = mac_roman
 
114
encoding.math3mono-bold.ftcmap = mac_roman
 
115
 
 
116
encoding.math4.ftcmap          = mac_roman
 
117
encoding.math4-bold.ftcmap     = mac_roman
 
118
encoding.math4mono.ftcmap      = mac_roman
 
119
encoding.math4mono-bold.ftcmap = mac_roman
 
120
 
 
121
encoding.math5.ftcmap          = mac_roman
 
122
encoding.math5-bold.ftcmap     = mac_roman
 
123
encoding.math5bold.ftcmap      = mac_roman
 
124
encoding.math5mono.ftcmap      = mac_roman
 
125
encoding.math5mono-bold.ftcmap = mac_roman
 
126
encoding.math5monobold.ftcmap  = mac_roman
 
127
 
 
128
# MathType Extra
 
129
encoding.mtextra.ttf = x-mtextra
 
130
encoding.mtextra.ftcmap = mac_roman
 
131
 
 
132
# Tamil fonts (TSCII encoding : see 
 
133
# http://www.tscii.org and http://www.tamil.net). Not all 'TSCII fonts' are
 
134
# equal. I've confirmed the following fonts work, but other 'TSCII fonts' may
 
135
# not work. These fonts have pseudo-Unicode cmap with TSCII  
 
136
# interpreted as Windows-1252.
 
137
 
138
encoding.tsc_paranarpdf.ttf = x-tamilttf-0.wide
 
139
encoding.tsc_paranbold.ttf = x-tamilttf-0.wide
 
140
encoding.tsc_paranarho.ttf = x-tamilttf-0.wide
 
141
encoding.tsc_kannadaasan.ttf = x-tamilttf-0.wide
 
142
encoding.tscu_comic.ttf = x-tamilttf-0.wide
 
143
encoding.tscu_times.ttf = x-tamilttf-0.wide
 
144
encoding.tscu_paranar.ttf = x-tamilttf-0.wide
 
145
encoding.tscu_paranarbold.ttf = x-tamilttf-0.wide
 
146
 
 
147
 
 
148
# These two fonts have conflicting MacRoman and Unicode Cmaps
 
149
# that get fontconfig confused. 
 
150
#encoding.tsc_avarangal.ttf = x-tamilttf-0.wide
 
151
#encoding.tsc_avarangalfxd.ttf = x-tamilttf-0.wide
 
152
 
 
153
# These two fonts don't have Unicode cmap but have pseudo-Apple Roman cmap
 
154
# with TSCII assignment.
 
155
encoding.tsc_aandaal.ttf = x-tscii-0
 
156
encoding.tsc_aandaal.ftcmap = mac_roman
 
157
encoding.tsc_aparanarpdf.ttf = x-tscii-0
 
158
encoding.tsc_aparanarpdf.ftcmap = mac_roman
 
159
 
 
160
 
 
161
# The suffix '.wide' has to be added to encoding names to identify
 
162
# these fonts as 'wide' non-Unicode fonts.
 
163
 
 
164
# Korean Jamo TTFs
 
165
encoding.unbatang.ttf = x-koreanjamo-0.wide
 
166
 
 
167
# Thai TTFs 
 
168
# glyph arrangement : TIS620-2 Windows encoding, 
 
169
# code points used : Unicode Thai block + about 10 PUA code points in U+F700,
 
170
# coverage : US-ASCII, Thai (U+0E00-U+0E07F), punctuation marks
 
171
#            U+2018, U+2019, U+201c, U+201d, U+2022, U+2013, U+2014 )
 
172
#
 
173
# These familes of fonts and other fonts with the same PUA assignment
 
174
# are included as a part of Thai language support in most Linux distributions.
 
175
encoding.norasi.ttf = x-thaittf-0.wide
 
176
encoding.garuda.ttf = x-thaittf-0.wide
 
177
encoding.dbthaitext.ttf = x-thaittf-0.wide
 
178
 
 
179
# SunIndic fonts. 
 
180
# glyph arrangement : Nominal glyphs for Indic scripts at their Unicode code
 
181
#                     points along with presentation forms in PUA
 
182
# coverage : US-ASCII, Devanagari, Bengali, Gurmukhi, Gujarati, Oriya, 
 
183
#            Tamil, Telugu, Kanada, Malayalam
 
184
# Note : Currently only Devanagari is supported with this encoding.
 
185
# Two fonts in this family is available for free download at
 
186
# <http://www.sun.com/developers/gadc>.
 
187
encoding.saraswati5.ttf = x-sun-unicode-india-0.wide