blob: bde211920289e25c87a1d197619b45684c6dfd18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
%this is xqnormal.mf
mode_setup;
if unknown FontSize: FontSize := 10pt#; fi
%FX# := FontSize * 1000.0000;
%FY# := FontSize * 1000.0000;
FX# := FontSize * 0.001971;
FY# := FontSize * 0.001971;
%FX# := FontSize * 0.0031536;
%FY# := FontSize * 0.0031536;
input xqbase;
|