home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2003 March / DPPCPRO0303.ISO / Netfusion / data1.cab / Program_Executable_Files / NetObjects_System / JRE / 1.1 / lib / font.properties.ko < prev    next >
Encoding:
Text File  |  1998-12-10  |  3.3 KB  |  109 lines

  1. # @(#)font.properties.ko    1.7 98/01/26
  2. #
  3. # AWT Font default Properties for Korean Windows
  4. #
  5.  
  6. #
  7. # ibm.6789 - Won character not being displayed in AWT on Win95
  8. # Seems to be a feature of Win95 not printing the unicode directly for that
  9. # value so to 'get-around' the problem, the xxxx.1 excludes the Won unicode
  10. # value so it drops through to xxxx.2 which has been added with an explicit
  11. # converter. The converter used is EUC_KR as that is the default encoding.
  12. #
  13.  
  14. dialog.0=Arial,ANSI_CHARSET
  15. dialog.1=Gulim,HANGEUL_CHARSET
  16. dialog.2=Gulim,HANGEUL_CHARSET,NEED_CONVERTED
  17. dialog.3=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
  18. dialog.4=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
  19.  
  20. dialoginput.0=Courier New,ANSI_CHARSET
  21. dialoginput.1=Gulim,HANGEUL_CHARSET
  22. dialoginput.2=Gulim,HANGEUL_CHARSET,NEED_CONVERTED
  23. dialoginput.3=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
  24. dialoginput.4=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
  25.  
  26. serif.0=Times New Roman,ANSI_CHARSET
  27. serif.1=Gulim,HANGEUL_CHARSET
  28. serif.2=Gulim,HANGEUL_CHARSET,NEED_CONVERTED
  29. serif.3=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
  30. serif.4=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
  31.  
  32. sansserif.0=Arial,ANSI_CHARSET
  33. sansserif.1=Gulim,HANGEUL_CHARSET
  34. sansserif.2=Gulim,HANGEUL_CHARSET,NEED_CONVERTED
  35. sansserif.3=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
  36. sansserif.4=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
  37.  
  38. monospaced.0=Gulim,HANGEUL_CHARSET
  39. monospaced.1=Gulim,HANGEUL_CHARSET
  40. monospaced.2=Gulim,HANGEUL_CHARSET,NEED_CONVERTED
  41. monospaced.3=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
  42. monospaced.4=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
  43.  
  44. # name aliases
  45. #
  46. # - commented out in Javasoft code but reenabled for ibm.6835
  47. #
  48. alias.timesroman=serif
  49. alias.helvetica=sansserif
  50. alias.courier=monospaced
  51.  
  52. # for backword compatibility
  53. #
  54. # - the first 3 are commented out for ibm.6835 in favour of the aliases
  55. #   above which allow DBCS chars to display
  56. #
  57. # timesroman.0=Times New Roman,ANSI_CHARSET
  58. # helvetica.0=Arial,ANSI_CHARSET
  59. # courier.0=Courier New,ANSI_CHARSET
  60. zapfdingbats.0=WingDings,SYMBOL_CHARSET
  61.  
  62. # Default font definition
  63. #
  64. default.char=2751
  65.  
  66. # Static FontCharset info.
  67. #
  68. fontcharset.dialog.2=sun.io.CharToByteEUC_KR
  69. fontcharset.dialog.3=sun.awt.windows.CharToByteWingDings
  70. fontcharset.dialog.4=sun.awt.CharToByteSymbol
  71.  
  72. fontcharset.dialoginput.2=sun.io.CharToByteEUC_KR
  73. fontcharset.dialoginput.3=sun.awt.windows.CharToByteWingDings
  74. fontcharset.dialoginput.4=sun.awt.CharToByteSymbol
  75.  
  76. fontcharset.serif.2=sun.io.CharToByteEUC_KR
  77. fontcharset.serif.3=sun.awt.windows.CharToByteWingDings
  78. fontcharset.serif.4=sun.awt.CharToByteSymbol
  79.  
  80. fontcharset.sansserif.2=sun.io.CharToByteEUC_KR
  81. fontcharset.sansserif.3=sun.awt.windows.CharToByteWingDings
  82. fontcharset.sansserif.4=sun.awt.CharToByteSymbol
  83.  
  84. fontcharset.monospaced.2=sun.io.CharToByteEUC_KR
  85. fontcharset.monospaced.3=sun.awt.windows.CharToByteWingDings
  86. fontcharset.monospaced.4=sun.awt.CharToByteSymbol
  87.  
  88. # Exclusion Range info.
  89. #
  90. exclusion.dialog.0=0100-f8ff
  91. exclusion.dialog.1=20a9-20a9
  92.  
  93. exclusion.dialoginput.0=0100-f8ff
  94. exclusion.dialoginput.1=20a9-20a9
  95.  
  96. exclusion.serif.0=0100-f8ff
  97. exclusion.serif.1=20a9-20a9
  98.  
  99. exclusion.sansserif.0=0100-f8ff
  100. exclusion.sansserif.1=20a9-20a9
  101.  
  102. exclusion.monospaced.0=0100-f8ff
  103. exclusion.monospaced.1=20a9-20a9
  104.  
  105. # charset for text input
  106. #
  107. inputtextcharset=HANGEUL_CHARSET
  108.  
  109.