From c068f22329d5cc722622a2183bbb22eef2093df7 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 24 Aug 2026 11:16:07 +0200 Subject: initial import --- src/parsec/include/do_font.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/parsec/include/do_font.h (limited to 'src/parsec/include/do_font.h') 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_ + + -- cgit v1.2.3