summaryrefslogtreecommitdiff
path: root/tools/bdf2ajf.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bdf2ajf.h')
-rw-r--r--tools/bdf2ajf.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/bdf2ajf.h b/tools/bdf2ajf.h
index 6367fae00b..9f1e70f1fb 100644
--- a/tools/bdf2ajf.h
+++ b/tools/bdf2ajf.h
@@ -60,12 +60,6 @@ typedef struct
60 BDF_GLYPH* enc_table[256]; 60 BDF_GLYPH* enc_table[256];
61} BDF; 61} BDF;
62 62
63typedef union
64{
65 unsigned char db[2];
66 unsigned short sval;
67} DOUBLE_BYTE;
68
69BDF* readFont(const char *name); 63BDF* readFont(const char *name);
70BDF_GLYPH* getGlyph(unsigned char c, BDF* bdf, short* enc_map); 64BDF_GLYPH* getGlyph(unsigned char c, BDF* bdf, short* enc_map);
71void getBitmap(BDF_GLYPH* g, unsigned char* src); 65void getBitmap(BDF_GLYPH* g, unsigned char* src);