diff options
Diffstat (limited to 'engines/sci/graphics/font.h')
-rw-r--r-- | engines/sci/graphics/font.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sci/graphics/font.h b/engines/sci/graphics/font.h index a14ad4aaa3..975b7e712a 100644 --- a/engines/sci/graphics/font.h +++ b/engines/sci/graphics/font.h @@ -30,6 +30,10 @@ namespace Sci { +/** + * Font class, handles loading of font resources and drawing characters to screen + * every font resource has its own instance of this class + */ class GfxFont { public: GfxFont(ResourceManager *resMan, GfxScreen *screen, GuiResourceId resourceId); |