home *** CD-ROM | disk | FTP | other *** search
- # @(#)font.properties.ko 1.7 98/01/26
- #
- # AWT Font default Properties for Korean Windows
- #
-
- #
- # ibm.6789 - Won character not being displayed in AWT on Win95
- # Seems to be a feature of Win95 not printing the unicode directly for that
- # value so to 'get-around' the problem, the xxxx.1 excludes the Won unicode
- # value so it drops through to xxxx.2 which has been added with an explicit
- # converter. The converter used is EUC_KR as that is the default encoding.
- #
-
- dialog.0=Arial,ANSI_CHARSET
- dialog.1=Gulim,HANGEUL_CHARSET
- dialog.2=Gulim,HANGEUL_CHARSET,NEED_CONVERTED
- dialog.3=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
- dialog.4=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
-
- dialoginput.0=Courier New,ANSI_CHARSET
- dialoginput.1=Gulim,HANGEUL_CHARSET
- dialoginput.2=Gulim,HANGEUL_CHARSET,NEED_CONVERTED
- dialoginput.3=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
- dialoginput.4=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
-
- serif.0=Times New Roman,ANSI_CHARSET
- serif.1=Gulim,HANGEUL_CHARSET
- serif.2=Gulim,HANGEUL_CHARSET,NEED_CONVERTED
- serif.3=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
- serif.4=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
-
- sansserif.0=Arial,ANSI_CHARSET
- sansserif.1=Gulim,HANGEUL_CHARSET
- sansserif.2=Gulim,HANGEUL_CHARSET,NEED_CONVERTED
- sansserif.3=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
- sansserif.4=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
-
- monospaced.0=Gulim,HANGEUL_CHARSET
- monospaced.1=Gulim,HANGEUL_CHARSET
- monospaced.2=Gulim,HANGEUL_CHARSET,NEED_CONVERTED
- monospaced.3=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
- monospaced.4=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
-
- # name aliases
- #
- # - commented out in Javasoft code but reenabled for ibm.6835
- #
- alias.timesroman=serif
- alias.helvetica=sansserif
- alias.courier=monospaced
-
- # for backword compatibility
- #
- # - the first 3 are commented out for ibm.6835 in favour of the aliases
- # above which allow DBCS chars to display
- #
- # timesroman.0=Times New Roman,ANSI_CHARSET
- # helvetica.0=Arial,ANSI_CHARSET
- # courier.0=Courier New,ANSI_CHARSET
- zapfdingbats.0=WingDings,SYMBOL_CHARSET
-
- # Default font definition
- #
- default.char=2751
-
- # Static FontCharset info.
- #
- fontcharset.dialog.2=sun.io.CharToByteEUC_KR
- fontcharset.dialog.3=sun.awt.windows.CharToByteWingDings
- fontcharset.dialog.4=sun.awt.CharToByteSymbol
-
- fontcharset.dialoginput.2=sun.io.CharToByteEUC_KR
- fontcharset.dialoginput.3=sun.awt.windows.CharToByteWingDings
- fontcharset.dialoginput.4=sun.awt.CharToByteSymbol
-
- fontcharset.serif.2=sun.io.CharToByteEUC_KR
- fontcharset.serif.3=sun.awt.windows.CharToByteWingDings
- fontcharset.serif.4=sun.awt.CharToByteSymbol
-
- fontcharset.sansserif.2=sun.io.CharToByteEUC_KR
- fontcharset.sansserif.3=sun.awt.windows.CharToByteWingDings
- fontcharset.sansserif.4=sun.awt.CharToByteSymbol
-
- fontcharset.monospaced.2=sun.io.CharToByteEUC_KR
- fontcharset.monospaced.3=sun.awt.windows.CharToByteWingDings
- fontcharset.monospaced.4=sun.awt.CharToByteSymbol
-
- # Exclusion Range info.
- #
- exclusion.dialog.0=0100-f8ff
- exclusion.dialog.1=20a9-20a9
-
- exclusion.dialoginput.0=0100-f8ff
- exclusion.dialoginput.1=20a9-20a9
-
- exclusion.serif.0=0100-f8ff
- exclusion.serif.1=20a9-20a9
-
- exclusion.sansserif.0=0100-f8ff
- exclusion.sansserif.1=20a9-20a9
-
- exclusion.monospaced.0=0100-f8ff
- exclusion.monospaced.1=20a9-20a9
-
- # charset for text input
- #
- inputtextcharset=HANGEUL_CHARSET
-
-