diff mde/gui/widget/Ifaces.d @ 48:a98ffb64f066

Implemented font rendering (grayscale only; i.e. non-LCD). FontTexture creates a texture and caches glyphs. Font supports multiple styles/faces, loaded from config file (should probably be loaded via Options instead). TextBlock cache for glyph placement within a string. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 31 May 2008 12:40:26 +0100
parents 03fa79a48c48
children d43523ed4b62
line wrap: on
line diff
--- a/mde/gui/widget/Ifaces.d	Fri May 23 13:13:08 2008 +0100
+++ b/mde/gui/widget/Ifaces.d	Sat May 31 12:40:26 2008 +0100
@@ -44,7 +44,6 @@
     widgetID addCreationData (IWidget widget);
     
     /** Returns the window's gui. */
-    //NOTE: was going to remove this, but it's used more than I thought
     IGui gui ();
     
     /** The widget/window needs redrawing. */