summaryrefslogtreecommitdiff
path: root/setedit/fonts/ocr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'setedit/fonts/ocr.cc')
-rw-r--r--setedit/fonts/ocr.cc18
1 files changed, 0 insertions, 18 deletions
diff --git a/setedit/fonts/ocr.cc b/setedit/fonts/ocr.cc
deleted file mode 100644
index 38b01eb..0000000
--- a/setedit/fonts/ocr.cc
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Copyright (C) 1996-2002 by Salvador E. Tropea (SET),
- see copyrigh file for details */
-#include "common1.h"
-#include "ocr0.000"
-
-Font BoxRound16={0,NUM_FONTS,16,BR16};
-Font BoxRound14={0,NUM_FONTS,14,BR14};
-
-char *Name="OCR style";
-
-#define PREFIX BR
-#define PREFIXS "BR"
-#define NAME_FONT "ocr.sft"
-#define ARRAY1 BoxRound16
-#define ARRAY2 BoxRound14
-#define NAME_PART "ocr%d.%03d"
-
-#include "common2.h"