aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/graphics/vesa.h
diff options
context:
space:
mode:
authorMarvin Borner2019-10-29 19:30:25 +0100
committerMarvin Borner2019-10-29 19:30:25 +0100
commit6caf299700d4db3586154e875851e786814a3b5a (patch)
treeb97a0e3a89b7ab62afa34f1916076f22179abff9 /src/kernel/graphics/vesa.h
parent41de699ec59a334747a149b5170fe5a650162226 (diff)
Added dynamic font choosing
Diffstat (limited to 'src/kernel/graphics/vesa.h')
-rw-r--r--src/kernel/graphics/vesa.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/kernel/graphics/vesa.h b/src/kernel/graphics/vesa.h
index f53095d..649c6ee 100644
--- a/src/kernel/graphics/vesa.h
+++ b/src/kernel/graphics/vesa.h
@@ -123,6 +123,12 @@ void set_optimal_resolution();
void vesa_clear();
/**
+ * Sets one of the fonts inside the font header file
+ * @param height The desired font height
+ */
+void vesa_set_font(int height);
+
+/**
* Draw a char from keyboard
* @param ch The character
*/