summaryrefslogtreecommitdiff
path: root/data/fonts/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-2/+5
Conflicts: Almost everywhere.
2009-01-24Updated DejaVuSans ttf file, as well as adding the bolded version, whichIra Rice1-1/+2
is used in a few spots. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-04Fixed installing of dejavusans.ttf font.Bjørn Lindeijer1-0/+5
(cherry picked from mainline commit 8d1299338e033e1de539dae36856e365855fabc1) Conflicts: src/gui/gui.cpp
2008-12-29Added support for True Type Fonts using GUIChan's inbuilt SDLTrueTypeIra Rice1-0/+8
class. NOTE: This commit adds a brand new dependency (SDL_TTF). Make sure to install it, regenerate your config files, reconfigure, and then install before attempting to compile. Signed-off-by: Ira Rice <irarice@gmail.com>