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 0d62c10a4e92097fe235df71e74a4c547e7e9d71)
@@ -58,5 +58,7 @@
 	gfx_valign_center,
 	/** Align bottom */
-	gfx_valign_bottom
+	gfx_valign_bottom,
+	/** Align to baseline */
+	gfx_valign_baseline
 } gfx_valign_t;
 
