home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / browser.xpi / bin / res / fonts / fontEncoding.properties
Text File  |  2001-07-18  |  3KB  |  87 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.  
  41. # Symbol font
  42. encoding.symbol.ttf = Adobe-Symbol-Encoding
  43.  
  44. # TeX's Computer Modern fonts (Roman, Math Italic, Symbol and Extension)
  45.  
  46. encoding.cmr10.ttf  = x-ttf-cmr
  47. encoding.cmmi10.ttf = x-ttf-cmmi
  48. encoding.cmsy10.ttf = x-ttf-cmsy
  49. encoding.cmex10.ttf = x-ttf-cmex
  50.  
  51. # Mathematica fonts
  52.  
  53. encoding.math1.ttf          = x-mathematica1
  54. encoding.math1-bold.ttf     = x-mathematica1
  55. encoding.math1mono.ttf      = x-mathematica1
  56. encoding.math1mono-bold.ttf = x-mathematica1
  57.  
  58. encoding.math2.ttf          = x-mathematica2
  59. encoding.math2-bold.ttf     = x-mathematica2
  60. encoding.math2mono.ttf      = x-mathematica2
  61. encoding.math2mono-bold.ttf = x-mathematica2
  62.  
  63. encoding.math3.ttf          = x-mathematica3
  64. encoding.math3-bold.ttf     = x-mathematica3
  65. encoding.math3mono.ttf      = x-mathematica3
  66. encoding.math3mono-bold.ttf = x-mathematica3
  67.  
  68. encoding.math4.ttf          = x-mathematica4
  69. encoding.math4-bold.ttf     = x-mathematica4
  70. encoding.math4mono.ttf      = x-mathematica4
  71. encoding.math4mono-bold.ttf = x-mathematica4
  72.  
  73. encoding.math5.ttf          = x-mathematica5
  74. encoding.math5-bold.ttf     = x-mathematica5
  75. encoding.math5bold.ttf      = x-mathematica5
  76. encoding.math5mono.ttf      = x-mathematica5
  77. encoding.math5mono-bold.ttf = x-mathematica5
  78. encoding.math5monobold.ttf  = x-mathematica5
  79.  
  80. # MathType Extra
  81. encoding.mtextra.ttf = x-mtextra
  82.  
  83. # Hack for compatibility with Nav4.x (bug 77265, 91171)
  84. # Treat these Symbol fonts as if they have the given encoding
  85. encoding.wingdings.ttf = windows-1252
  86. encoding.webdings.ttf = windows-1252
  87.