Replace the empirical GhostScript-derived font metrics with ones derived
[sgt/halibut] / paper.h
diff --git a/paper.h b/paper.h
index 5976a67..859f933 100644 (file)
--- a/paper.h
+++ b/paper.h
@@ -9,8 +9,8 @@
 #define HALIBUT_PAPER_H
 
 /* Number of internal units per PostScript point. */
-#define UNITS_PER_PT 4096
-#define FUNITS_PER_PT 4096.0
+#define UNITS_PER_PT 1000
+#define FUNITS_PER_PT 1000.0
 
 typedef struct document_Tag document;
 typedef struct font_data_Tag font_data;