diff data/conf/options.mtt @ 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 1530d9c04d4d
children f68ae1d667f9
line wrap: on
line diff
--- a/data/conf/options.mtt	Fri May 23 13:13:08 2008 +0100
+++ b/data/conf/options.mtt	Sat May 31 12:40:26 2008 +0100
@@ -9,7 +9,7 @@
 {video}
 <bool|noFrame=false>
 <bool|resizable=true>
-<bool|hardware=true>
+<bool|hardware=false>
 <bool|fullscreen=false>
 <int|screenW=1280>
 <int|windowW=1272>