summaryrefslogtreecommitdiff
path: root/system/std.zusatz/1.7.3/src/minimal fonts routines
diff options
context:
space:
mode:
Diffstat (limited to 'system/std.zusatz/1.7.3/src/minimal fonts routines')
-rw-r--r--system/std.zusatz/1.7.3/src/minimal fonts routines9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/std.zusatz/1.7.3/src/minimal fonts routines b/system/std.zusatz/1.7.3/src/minimal fonts routines
new file mode 100644
index 0000000..adcfc66
--- /dev/null
+++ b/system/std.zusatz/1.7.3/src/minimal fonts routines
@@ -0,0 +1,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;