aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/text.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* menu/text: removed unnecessary blockAlexander Sulfrian2013-01-131-9/+7
|
* utils/rectangle: removed external constructors and added helperAlexander Sulfrian2013-01-131-1/+8
| | | | | constructors that generate a rectangle from GLint[4] or FTBBox are now helper functions to remove the external dependencies from the helper class
* menu/text: realign on size change of controlAlexander Sulfrian2013-01-131-0/+12
|
* menu/text: added variable vertical alignment in the box of the controlAlexander Sulfrian2013-01-131-4/+25
|
* menu/text: renamed text_mutex to font_mutexAlexander Sulfrian2013-01-131-2/+3
| | | | | | no the font_mutex should not only serialize all accesses to the text, that should be drawn, also all accesses to the under laying font object should not be at the same time
* menu/text: added simple text class and a demo in the loading frameAlexander Sulfrian2013-01-131-0/+88