summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/text.h
Commit message (Collapse)AuthorAgeFilesLines
* Documentation updatePiotr Dziwinski2012-08-111-1/+4
| | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
* Render mode setting, refactoringPiotr Dziwinski2012-08-111-4/+3
| | | | | | - finished SetState in CEngine - refactored Size and IntSize back to Point and IntPoint - other minor changes in CEngine
* Font renderingPiotr Dziwinski2012-08-061-27/+40
| | | | - implemented rest of CText interface excluding some minor features
* Basic font renderingPiotr Dziwinski2012-08-031-47/+220
| | | | | - added basic font rendering - minor refactoring & fixes
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+113
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine