home *** CD-ROM | disk | FTP | other *** search
/ Encyclopaedia Britannica …oncise Encyclopedia 2007 / bcd_concise07.iso / data / jars / corecomponents-osx.jar / corecomponents / fonts / fontEncoding.properties < prev    next >
Encoding:
Text File  |  2006-04-06  |  4.1 KB  |  106 lines

  1. # ***** BEGIN LICENSE BLOCK *****
  2. # Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3. # The contents of this file are subject to the Mozilla Public License Version 
  4. # 1.1 (the "License"); you may not use this file except in compliance with 
  5. # the License. You may obtain a copy of the License at 
  6. # http://www.mozilla.org/MPL/
  7. # Software distributed under the License is distributed on an "AS IS" basis,
  8. # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  9. # for the specific language governing rights and limitations under the
  10. # License.
  11. # The Original Code is Mozilla MathML Project.
  12. # The Initial Developer of the Original Code is
  13. # The University Of Queensland.
  14. # Portions created by the Initial Developer are Copyright (C) 2001
  15. # the Initial Developer. All Rights Reserved.
  16. # Contributor(s):
  17. #   Roger B. Sidje <rbs@maths.uq.edu.au>
  18. # Alternatively, the contents of this file may be used under the terms of
  19. # either the GNU General Public License Version 2 or later (the "GPL"), or
  20. # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  21. # in which case the provisions of the GPL or the LGPL are applicable instead
  22. # of those above. If you wish to allow use of your version of this file only
  23. # under the terms of either the GPL or the LGPL, and not to allow others to
  24. # use your version of this file under the terms of the MPL, indicate your
  25. # decision by deleting the provisions above and replace them with the notice
  26. # and other provisions required by the GPL or the LGPL. If you do not delete
  27. # the provisions above, a recipient may use your version of this file under
  28. # the terms of any one of the MPL, the GPL or the LGPL.
  29. # ***** END LICENSE BLOCK *****
  30.  
  31. #  LOCALIZATION NOTE: FILE
  32. #  Do not translate anything in this file
  33.  
  34. # This is a list of encodings used for special *symbolic fonts* (not documents) for
  35. # which we have converters (i.e., the intl/uconv library contains encoding tables
  36. # that provide a mapping of characters to the indices of the desired glyphshapes
  37. # within these symbolic fonts).
  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. #
  46. # - the 'value' is the case-sensitive charset string used when setting up the
  47. #   corresponding Unicode Converter in the intl/uconv library.
  48. #
  49. # There are different versions of this file per platform - see bug 159243
  50.  
  51.  
  52. # Symbol font
  53. encoding.symbol.ttf = Adobe-Symbol-Encoding
  54.  
  55. # TeX's Computer Modern fonts (Roman, Math Italic, Symbol and Extension)
  56.  
  57. encoding.cmr10.ttf  = x-ttf-cmr
  58. encoding.cmmi10.ttf = x-ttf-cmmi
  59. encoding.cmsy10.ttf = x-ttf-cmsy
  60. encoding.cmex10.ttf = x-ttf-cmex
  61.  
  62. # Mathematica fonts
  63.  
  64. encoding.math1.ttf          = x-mathematica1
  65. encoding.math1-bold.ttf     = x-mathematica1
  66. encoding.math1mono.ttf      = x-mathematica1
  67. encoding.math1mono-bold.ttf = x-mathematica1
  68.  
  69. encoding.math2.ttf          = x-mathematica2
  70. encoding.math2-bold.ttf     = x-mathematica2
  71. encoding.math2mono.ttf      = x-mathematica2
  72. encoding.math2mono-bold.ttf = x-mathematica2
  73.  
  74. encoding.math3.ttf          = x-mathematica3
  75. encoding.math3-bold.ttf     = x-mathematica3
  76. encoding.math3mono.ttf      = x-mathematica3
  77. encoding.math3mono-bold.ttf = x-mathematica3
  78.  
  79. encoding.math4.ttf          = x-mathematica4
  80. encoding.math4-bold.ttf     = x-mathematica4
  81. encoding.math4mono.ttf      = x-mathematica4
  82. encoding.math4mono-bold.ttf = x-mathematica4
  83.  
  84. encoding.math5.ttf          = x-mathematica5
  85. encoding.math5-bold.ttf     = x-mathematica5
  86. encoding.math5bold.ttf      = x-mathematica5
  87. encoding.math5mono.ttf      = x-mathematica5
  88. encoding.math5mono-bold.ttf = x-mathematica5
  89. encoding.math5monobold.ttf  = x-mathematica5
  90.  
  91. # MathType Extra
  92. encoding.mtextra.ttf = x-mtextra
  93.  
  94. # Hack for compatibility with Nav4.x (bug 77265, 91171)
  95. # Treat these Symbol fonts as if they have the given encoding
  96. # Disabled on the Mac - bug 159243
  97. #encoding.wingdings.ttf = windows-1252
  98. #encoding.webdings.ttf = windows-1252
  99.