summaryrefslogtreecommitdiff
path: root/src/gui/fonts/font.h
AgeCommit message (Collapse)AuthorFilesLines
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-0/+2
This allow not set actual OpenGL color on each call because it useless for drawing text.
2015-05-20Add fast way for draw not changed text strings.Andrei Karas1-0/+4
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-03-17Remove useless includes from .h files.Andrei Karas1-2/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-18fix code style.Andrei Karas1-1/+1
2014-05-18Remove useless includes.Andrei Karas1-7/+0
2014-05-17Move textchunklist into separate file.Andrei Karas1-24/+1
2014-05-17Move textchunk into separate file.Andrei Karas1-24/+1
2014-05-17Move textchunksmall into separate file.Andrei Karas1-30/+17
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-0/+214