summaryrefslogtreecommitdiff
path: root/console-client/vga-support.h
diff options
context:
space:
mode:
Diffstat (limited to 'console-client/vga-support.h')
-rw-r--r--console-client/vga-support.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/console-client/vga-support.h b/console-client/vga-support.h
index 51dec782..38c6248f 100644
--- a/console-client/vga-support.h
+++ b/console-client/vga-support.h
@@ -57,6 +57,9 @@ void vga_select_font_buffer (int font_buffer, int font_buffer_supp);
/* Set the font height in pixel. */
void vga_set_font_height (int height);
+/* Get the font height in pixel. Can be 8 or 9. */
+int vga_get_font_width (void);
+
/* Set the font height in pixel. WIDTH can be 8 or 9. */
void vga_set_font_width (int width);