galaxyyao / TouhouGrave

Another version of Touhou Spring(https://github.com/galaxyyao/Touhou-Spring), with some adjustment in rules
3 stars 0 forks source link

Improve font rendering #21

Closed zeroyao closed 11 years ago

zeroyao commented 11 years ago
  1. Font replacement for certain char set (alphabets, numerical digits, etc.);
  2. Visually "High DPI" fonts which basically renders down-scaled glyphs, for sharper/higher visual quality;
  3. Additional effects like outlining, shadowing, etc. Two approaches: A. directly import pre-rendered font sprites with these effects to replace certain chars; B. Employ Valve technique to render them in a custom fragment shader.
zeroyao commented 11 years ago

Font replacement done in https://github.com/galaxyyao/TouhouGrave/commit/dc03b243961d743fef7196cc519d6039b7aaf543.

zeroyao commented 11 years ago

Outlining done in https://github.com/galaxyyao/TouhouGrave/commit/11dac9ac504f982d6e641b58a920a7c02a607b94.