blob: 8dacbf0735c8bc50d5d9cc8072720e828069c7af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
%this is xqlarge.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;
|