summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype/freetype-1.5/test/textdisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/freetype/freetype-1.5/test/textdisp.h')
-rw-r--r--Build/source/libs/freetype/freetype-1.5/test/textdisp.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/Build/source/libs/freetype/freetype-1.5/test/textdisp.h b/Build/source/libs/freetype/freetype-1.5/test/textdisp.h
new file mode 100644
index 00000000000..829fc164804
--- /dev/null
+++ b/Build/source/libs/freetype/freetype-1.5/test/textdisp.h
@@ -0,0 +1,32 @@
+/****************************************************************************/
+/* */
+/* The FreeType project -- a free and portable quality TrueType renderer. */
+/* */
+/* Copyright 1996-2001 by */
+/* D. Turner, R.Wilhelm, and W. Lemberg */
+/* */
+/* textdisp.h: Text-mode display component used by some test programs. */
+/* */
+/* This file is used to display glyphs using only text, with ' ' and '*'. */
+/* */
+/****************************************************************************/
+
+#ifndef TEXTDISP_H
+#define TEXTDISP_H
+
+#include "freetype.h" /* TT_Raster_Map */
+
+#ifdef __cplusplus
+ extern "C" {
+#endif
+
+ void Show_Single_Glyph( const TT_Raster_Map* map );
+
+#ifdef __cplusplus
+ }
+#endif
+
+#endif /* TEXTDISP_H */
+
+
+/* End */