Index: uspace/lib/gfxfont/include/types/gfx/text.h
===================================================================
--- uspace/lib/gfxfont/include/types/gfx/text.h	(revision 8fa65af0b685d658d7be9bc6199ea0d89579704b)
+++ uspace/lib/gfxfont/include/types/gfx/text.h	(revision c9a7adc60e8a06ec755f8e0e3414d8fd68faa35e)
@@ -58,5 +58,7 @@
 	gfx_valign_center,
 	/** Align bottom */
-	gfx_valign_bottom
+	gfx_valign_bottom,
+	/** Align to baseline */
+	gfx_valign_baseline
 } gfx_valign_t;
 
