summaryrefslogtreecommitdiff
path: root/src/gui/fonts/font_unittest.cc
AgeCommit message (Collapse)AuthorFilesLines
2015-05-26Convert tests for textchunklist into catch format.Andrei Karas1-535/+0
2015-05-20Add fast way for draw not changed text strings.Andrei Karas1-1/+72
TextChunk with colors and image stored inside draw object. If string or color changed old string image moved to cache. New string image generated or moved from cache. Use new way in drawing string in label.
2015-05-18Add font field into textchunk class. For now unused.Andrei Karas1-31/+33
2014-05-18fix code style.Andrei Karas1-0/+462