wesnoth/data/hardwired
Charles Dang c198be1fa8 Removed the SDL_TTF and GUI1 font rendering API and associated functions
This removes all functions related to:
* GUI1 font formatting
* GUI1 font rendering
* Manual text surface size calculations
* The font description interface. While it wasn't exclusive to the TTF rendering system,
  it was unused by Pango/Cairo rendering.

A huge chunk of the help browser code was commented out since we don't have font::line_width anymore.
Likewise, a hack was added to the GUI2 text box since we don't have have get_max_height anymore.

font::is_cjk_char was retained (as well as some related helpers) since they might be useful
later.

I'll leave it to someone else to update the CMake/Scons files to remove TTF as a build
dependency.
2018-03-26 14:08:45 +11:00
..
fonts.cfg Removed the SDL_TTF and GUI1 font rendering API and associated functions 2018-03-26 14:08:45 +11:00
language.cfg added a default textdomain definition to all .cfg files 2007-07-06 09:00:49 +00:00
WARNING Addressed a large chunk of the whitespace issues from #2613 2018-03-09 11:37:00 +11:00