Index: uspace/lib/gfxfont/include/types/gfx/text.h
===================================================================
--- uspace/lib/gfxfont/include/types/gfx/text.h	(revision 6a87f28649c2b69a111649bbe080f5526f112635)
+++ uspace/lib/gfxfont/include/types/gfx/text.h	(revision cd74fa821c3e13e287082a3dd6e4d121434cd360)
@@ -38,4 +38,5 @@
 
 #include <types/gfx/coord.h>
+#include <types/gfx/color.h>
 
 /** Text horizontal alignment */
@@ -65,4 +66,6 @@
 /** Text formatting */
 typedef struct {
+	/** Text color */
+	gfx_color_t *color;
 	/** Horizontal alignment */
 	gfx_halign_t halign;
