home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / Chip_2003-09_cd1.bin / zkuste / macos / Files / wamcom.sit / wamcom-131-macos9-20030721 / res / fonts / fontEncoding.properties next >
Text File  |  2003-06-30  |  3KB  |  90 lines

  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. ##
  21.  
  22. #  LOCALIZATION NOTE: FILE
  23. #  Do not translate anything in this file
  24.  
  25. # This is a list of encodings used for special *symbolic fonts* (not documents) for
  26. # which we have converters (i.e., the intl/uconv library contains encoding tables
  27. # that provide a mapping of characters to the indices of the desired glyphshapes
  28. # within these symbolic fonts).
  29. #
  30. # For each 'key = value' pair in this list:
  31. #
  32. # - the 'key' is a lower case ASCII with the *name of the font*, and the
  33. #   encoding type (e.g., .ttf for TrueType, and .t1 for Type 1). Note that
  34. #   the *name of a font* is not necessarily the *name of the file* that contains
  35. #   the font... All whitespace should be stripped from the name.
  36. #
  37. # - the 'value' is the case-sensitive charset string used when setting up the
  38. #   corresponding Unicode Converter in the intl/uconv library.
  39. #
  40. # There are different versions of this file per platform - see bug 159243
  41.  
  42.  
  43. # Symbol font
  44. encoding.symbol.ttf = Adobe-Symbol-Encoding
  45.  
  46. # TeX's Computer Modern fonts (Roman, Math Italic, Symbol and Extension)
  47.  
  48. encoding.cmr10.ttf  = x-ttf-cmr
  49. encoding.cmmi10.ttf = x-ttf-cmmi
  50. encoding.cmsy10.ttf = x-ttf-cmsy
  51. encoding.cmex10.ttf = x-ttf-cmex
  52.  
  53. # Mathematica fonts
  54.  
  55. encoding.math1.ttf          = x-mathematica1
  56. encoding.math1-bold.ttf     = x-mathematica1
  57. encoding.math1mono.ttf      = x-mathematica1
  58. encoding.math1mono-bold.ttf = x-mathematica1
  59.  
  60. encoding.math2.ttf          = x-mathematica2
  61. encoding.math2-bold.ttf     = x-mathematica2
  62. encoding.math2mono.ttf      = x-mathematica2
  63. encoding.math2mono-bold.ttf = x-mathematica2
  64.  
  65. encoding.math3.ttf          = x-mathematica3
  66. encoding.math3-bold.ttf     = x-mathematica3
  67. encoding.math3mono.ttf      = x-mathematica3
  68. encoding.math3mono-bold.ttf = x-mathematica3
  69.  
  70. encoding.math4.ttf          = x-mathematica4
  71. encoding.math4-bold.ttf     = x-mathematica4
  72. encoding.math4mono.ttf      = x-mathematica4
  73. encoding.math4mono-bold.ttf = x-mathematica4
  74.  
  75. encoding.math5.ttf          = x-mathematica5
  76. encoding.math5-bold.ttf     = x-mathematica5
  77. encoding.math5bold.ttf      = x-mathematica5
  78. encoding.math5mono.ttf      = x-mathematica5
  79. encoding.math5mono-bold.ttf = x-mathematica5
  80. encoding.math5monobold.ttf  = x-mathematica5
  81.  
  82. # MathType Extra
  83. encoding.mtextra.ttf = x-mtextra
  84.  
  85. # Hack for compatibility with Nav4.x (bug 77265, 91171)
  86. # Treat these Symbol fonts as if they have the given encoding
  87. # Disabled on the Mac - bug 159243
  88. #encoding.wingdings.ttf = windows-1252
  89. #encoding.webdings.ttf = windows-1252
  90.