add comment

This commit is contained in:
Glenn Maynard
2003-01-10 03:26:41 +00:00
parent 5d5ac4e52c
commit dfeb8feb49
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -22,6 +22,16 @@
#include "GameConstantsAndTypes.h"
#include "Font.h"
/* XXX:
* We need some kind of font modifier string for metrics. For example,
* "valign=top;spacing = x+5,y+2"
*
* Better, we could go all the way, drop all of the actor-specific font aliases,
* and do "font=header2;valign=top;...".
*
* However, let's wait until Pango support is in, so we can figure out how to
* integrate font selection at the same time.
*/
/*
* Forward planning:
*