summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'leptonica/prog/fonts/chars-18.ps')
-rw-r--r--leptonica/prog/fonts/chars-18.ps21
1 files changed, 21 insertions, 0 deletions
diff --git a/leptonica/prog/fonts/chars-18.ps b/leptonica/prog/fonts/chars-18.ps
new file mode 100644
index 00000000..1a6be2c6
--- /dev/null
+++ b/leptonica/prog/fonts/chars-18.ps
@@ -0,0 +1,21 @@
+%!PS
+% chars-18.ps
+
+/inch {72 mul} def
+/Palatino-Roman
+18 72 div inch
+selectfont
+
+% 25 chars in first row: 33-57
+0.3 inch 2.0 inch moveto
+3. 0. (!"#$%&'()*+,-./0123456789) ashow
+
+% 34 chars in second row: 58-91
+0.3 inch 1.4 inch moveto
+3. 0. (:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[) ashow
+
+% 34 chars in third row: 93-126
+0.3 inch 0.8 inch moveto
+3. 0. (]^_`abcdefghijklmnopqrstuvwxyz{|}~) ashow
+
+showpage