Index: uspace/app/fontedit/fontedit.c
===================================================================
--- uspace/app/fontedit/fontedit.c	(revision 5c27e77a873b434a25145576e18fe857dc490921)
+++ uspace/app/fontedit/fontedit.c	(revision 458301502f6afa8083247442aa9832ffb402f9f9)
@@ -503,4 +503,5 @@
 
 	gfx_text_fmt_init(&fmt);
+	fmt.font = fedit->font;
 	fmt.color = color;
 
@@ -508,5 +509,5 @@
 	pos.y = y;
 
-	return gfx_puttext(fedit->font, &pos, &fmt, str);
+	return gfx_puttext(&pos, &fmt, str);
 }
 
