summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlgs/kanji/kfwin32.ps
blob: 1b70c3816fead639122aa1ae4ded5fd73f6b42e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
%
% kfwin32.ps - Configuration for Vector Fonts under Win32 API.
%
% Written by ASAYAMA Kazunori   Sep. 10, 1997
%

1 dict begin 		% /FontInfo

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Font Info Dictionary
%

/FontInfo 6 dict dup begin
/Notice ("Using Japanese TrueType fonts vice Win32 API") readonly def
/FamilyName (Kanji) readonly def
/FullName (Win32 API) readonly def
/isFixedPitch true def
/ItalicAngle 0 def
/Weight (Medium) readonly def
end readonly def

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Kanji Font Operator under Win32 API.
%

% font_name unique_id font_file win32kanji -

/win32kanji {
	//FontInfo [ 3 -1 roll /kfwin32 load ] cvx
	outlinekanji pop
} userdict 3 1 roll put

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

end