한국어 Solaris 사용 설명서

혼합 한국어 글꼴 생성

로마어 글꼴 하나와 다음 한국어 글꼴 중 하나를 이용하여 혼합 글꼴을 생성할 수 있습니다.

예를 들어, 다음의 포스트스크립트 코드는 ASCII 문자에서는 Times-Italic을 사용하고, 한국어 문자에서는 고딕-중간 가로 글꼴을 사용하는 예제 혼합 글꼴인 Times-Italic+고딕-중간을 정의합니다.


/Times-Italic+Kodig-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
								/Kodig-Medium-COMB-H findfont
				] def
currentdict
end
definefont pop