aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/do_font.h
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-08-24 11:16:07 +0200
committerFelix Morgner <felix.morgner@gmail.com>2026-08-24 11:16:07 +0200
commitc068f22329d5cc722622a2183bbb22eef2093df7 (patch)
tree12d56c1aede67988a55e241364606bfbb4dba933 /src/parsec/include/do_font.h
downloadopenparsec-c068f22329d5cc722622a2183bbb22eef2093df7.tar.xz
openparsec-c068f22329d5cc722622a2183bbb22eef2093df7.zip
initial importHEADmain
Diffstat (limited to 'src/parsec/include/do_font.h')
-rw-r--r--src/parsec/include/do_font.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/parsec/include/do_font.h b/src/parsec/include/do_font.h
new file mode 100644
index 0000000..ef26a4e
--- /dev/null
+++ b/src/parsec/include/do_font.h
@@ -0,0 +1,29 @@
+/*
+ * PARSEC HEADER: do_font.h
+ */
+
+#ifndef _DO_FONT_H_
+#define _DO_FONT_H_
+
+
+// do_font.c implements the following functions
+// --------------------------------------------
+// void D_SetWStrContext( char *charset, dword *geometry, char *outseg, dword width, dword height );
+// void D_WriteString( const char *string, ugrid_t putx, ugrid_t puty );
+// void D_WriteTrString( const char *string, ugrid_t putx, ugrid_t puty, dword brightx );
+// int D_GetPStringWidth( char *string );
+// void D_TexfontWrite( const char *string, IterTexfont *itexfont );
+// int D_TexfontGetWidth( const char *string, IterTexfont *itexfont );
+
+// do_font.c implements the following variables
+// --------------------------------------------
+// dword Char16x16Geom[];
+// dword Char08x08Geom[];
+// dword Char04x09Geom[];
+// dword CharGoldGeom[];
+// char * CharsetDataBase;
+
+
+#endif // _DO_FONT_H_
+
+