summaryrefslogtreecommitdiff
path: root/src/bitmap/snfstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bitmap/snfstr.h')
-rw-r--r--src/bitmap/snfstr.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/bitmap/snfstr.h b/src/bitmap/snfstr.h
index 1ca91fb..09ecf8a 100644
--- a/src/bitmap/snfstr.h
+++ b/src/bitmap/snfstr.h
@@ -49,10 +49,13 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
+/* $XFree86: xc/lib/font/bitmap/snfstr.h,v 1.5 2001/12/14 19:56:47 dawes Exp $ */
#ifndef SNFSTR_H
#define SNFSTR_H 1
+#include "fntfilio.h"
+
/*-
* This file describes the Server Natural Font format.
* SNF fonts are both CPU-dependent and frame buffer bit order dependent.
@@ -173,4 +176,9 @@ typedef struct _snfFontInfo {
unsigned int version2; /* version stamp double-check */
} snfFontInfoRec;
+extern void SnfSetFormat ( int bit, int byte, int glyph, int scan );
+extern int snfReadFont ( FontPtr pFont, FontFilePtr file,
+ int bit, int byte, int glyph, int scan );
+extern int snfReadFontInfo ( FontInfoPtr pFontInfo, FontFilePtr file );
+
#endif /* SNFSTR_H */