《移动Agent技术》一书的所有章节源代码。

源代码在线查看: font.properties.zh_tw

软件大小: 28403 K
上传用户: ABC258369000
关键词: Agent 移动 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				# @(#)font.properties.zh_TW	1.8 98/01/26
				#
				# AWT Font default Properties for Traditional Chinese Windows
				#
				
				dialog.0=Arial,ANSI_CHARSET
				dialog.1=\u7d30\u660e\u9ad4,CHINESEBIG5_CHARSET,NEED_CONVERTED
				dialog.2=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
				dialog.3=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
				
				dialoginput.0=Courier New,ANSI_CHARSET
				dialoginput.1=\u7d30\u660e\u9ad4,CHINESEBIG5_CHARSET,NEED_CONVERTED
				dialoginput.2=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
				dialoginput.3=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
				
				serif.0=Times New Roman,ANSI_CHARSET
				serif.1=\u7d30\u660e\u9ad4,CHINESEBIG5_CHARSET,NEED_CONVERTED
				serif.2=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
				serif.3=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
				
				sansserif.0=Arial,ANSI_CHARSET
				sansserif.1=\u7d30\u660e\u9ad4,CHINESEBIG5_CHARSET,NEED_CONVERTED
				sansserif.2=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
				sansserif.3=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
				
				monospaced.0=Courier New,ANSI_CHARSET
				monospaced.1=\u7d30\u660e\u9ad4,CHINESEBIG5_CHARSET,NEED_CONVERTED
				monospaced.2=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
				monospaced.3=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.1=sun.io.CharToByteMS950
				fontcharset.dialog.2=sun.awt.windows.CharToByteWingDings
				fontcharset.dialog.3=sun.awt.CharToByteSymbol
				
				fontcharset.dialoginput.1=sun.io.CharToByteMS950
				fontcharset.dialoginput.2=sun.awt.windows.CharToByteWingDings
				fontcharset.dialoginput.3=sun.awt.CharToByteSymbol
				
				fontcharset.serif.1=sun.io.CharToByteMS950
				fontcharset.serif.2=sun.awt.windows.CharToByteWingDings
				fontcharset.serif.3=sun.awt.CharToByteSymbol
				
				fontcharset.sansserif.1=sun.io.CharToByteMS950
				fontcharset.sansserif.2=sun.awt.windows.CharToByteWingDings
				fontcharset.sansserif.3=sun.awt.CharToByteSymbol
				
				fontcharset.monospaced.1=sun.io.CharToByteMS950
				fontcharset.monospaced.2=sun.awt.windows.CharToByteWingDings
				fontcharset.monospaced.3=sun.awt.CharToByteSymbol
				
				# Exclusion Range info.
				#
				exclusion.dialog.0=0100-20ab,20ad-f8ff
				
				exclusion.dialoginput.0=0100-20ab,20ad-f8ff
				
				exclusion.serif.0=0100-20ab,20ad-f8ff
				
				exclusion.sansserif.0=0100-20ab,20ad-f8ff
				
				exclusion.monospaced.0=0100-20ab,20ad-f8ff
				
				# charset for text input
				#
				inputtextcharset=CHINESEBIG5_CHARSET
				
							

相关资源