comparison 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
comparison
equal deleted inserted replaced
47:e0839643ff52 48:a98ffb64f066
7 <double|pollInterval=0.01> 7 <double|pollInterval=0.01>
8 8
9 {video} 9 {video}
10 <bool|noFrame=false> 10 <bool|noFrame=false>
11 <bool|resizable=true> 11 <bool|resizable=true>
12 <bool|hardware=true> 12 <bool|hardware=false>
13 <bool|fullscreen=false> 13 <bool|fullscreen=false>
14 <int|screenW=1280> 14 <int|screenW=1280>
15 <int|windowW=1272> 15 <int|windowW=1272>
16 <int|screenH=1024> 16 <int|screenH=1024>
17 <int|windowH=993> 17 <int|windowH=993>