Go to file
Kp 8a97c173a3 Remove useless gr_remap_mono_fonts
gr_remap_mono_fonts searches for fonts with !(font->ft_flags & FT_COLOR)
and calls gr_remap_font on any it finds.

gr_remap_font starts with:

	if (!(font->ft_flags & FT_COLOR))
		return;
2015-12-04 03:36:32 +00:00
common Remove useless gr_remap_mono_fonts 2015-12-04 03:36:32 +00:00
contrib Add stub __attribute_always_inline to VS2013 header 2015-10-30 02:52:57 +00:00
d1x-rebirth Make vlighting static 2015-12-04 03:36:31 +00:00
d2x-rebirth Remove useless gr_remap_mono_fonts 2015-12-04 03:36:32 +00:00
Documentation Document some usage of C++11/C++14 features 2015-11-06 03:51:10 +00:00
similar Remove useless gr_remap_mono_fonts 2015-12-04 03:36:32 +00:00
.gitignore
COPYING.txt
GPL-3.txt
INSTALL.markdown
SConstruct Copy sdl-config CPPDEFINES before modification 2015-12-04 03:36:32 +00:00