summaryrefslogtreecommitdiff
path: root/system/std.zusatz/1.7.3/src/minimal fonts routines
blob: adcfc66ba83312b9f192907d7c3c612e84f1c663 (plain)
1
2
3
4
5
6
7
8
9
PACKET minimal fonts routines DEFINES lf height of current font, 
                                      x factor per inch, 
                                      y factor per inch: 
 
REAL CONST lf height of current font :: 2.54 / 6.0;
INT CONST x factor per inch         :: 10,
          y factor per inch         ::  6;
 
END PACKET minimal fonts routines;