aboutsummaryrefslogtreecommitdiff
path: root/src/libparsec/include/gd_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/libparsec/include/gd_font.h
downloadopenparsec-c068f22329d5cc722622a2183bbb22eef2093df7.tar.xz
openparsec-c068f22329d5cc722622a2183bbb22eef2093df7.zip
initial importHEADmain
Diffstat (limited to 'src/libparsec/include/gd_font.h')
-rw-r--r--src/libparsec/include/gd_font.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/libparsec/include/gd_font.h b/src/libparsec/include/gd_font.h
new file mode 100644
index 0000000..3b11edf
--- /dev/null
+++ b/src/libparsec/include/gd_font.h
@@ -0,0 +1,25 @@
+/*
+ * PARSEC HEADER: gd_font.h
+ */
+
+#ifndef _GD_FONT_H_
+#define _GD_FONT_H_
+
+
+// ----------------------------------------------------------------------------
+// FONT INDEXES -
+// ----------------------------------------------------------------------------
+
+
+// indexes of fonts in global charset table -----------------------------------
+//
+#define MSG_CHARSETNO 0 // 16x16 font for four line message area
+#define MIN_CHARSETNO 1 // 4x9 extremely small font; barely legible
+#define HUD_CHARSETNO 2 // 8x8 font for console and most hud output
+#define TGO_CHARSETNO 3
+#define GLD_CHARSETNO 4 // proportional font for 8bit menu
+
+
+#endif // _GD_FONT_H_
+
+