aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/text.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* utils/rectangle: removed external constructors and added helperAlexander Sulfrian2013-01-131-0/+7
| | | | | 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/+3
|
* menu/text: added variable vertical alignment in the box of the controlAlexander Sulfrian2013-01-131-1/+20
|
* menu/text: renamed text_mutex to font_mutexAlexander Sulfrian2013-01-131-1/+1
| | | | | | 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: reordered includes in header fileAlexander Sulfrian2013-01-131-3/+4
|
* menu/text: added simple text class and a demo in the loading frameAlexander Sulfrian2013-01-131-0/+84