Traditional Chinese Solaris User's Guide

Creating Composite Roman and Traditional Chinese Fonts

You can create composite fonts with a Roman font and one of the following Traditional Chinese fonts.

For example, the following PostScript code defines a sample composite font, Times-Italic+Kai-Medium. The Times-Italic font is used for the ASCII characters and the Kai-Medium horizontal font is used for the Traditional Chinese characters.


/Times-Italic+Kai-Medium
13 dict begin
				/FontName 1 index def
				/FMapType 4 def
				/Encoding [ 0 1 ] def
				/WMode 0 def
				/FontType 0 def
				/FontMatrix [1.0 0.0 0.0 1.0 0.0 0.0] def
				/FDepVector [
								/Times-Italic findfont
								/Kai-Medium-H findfont
				] def
currentdict
end
definefont pop