RetroArch/gfx/fonts
Higor Eurípedes b719c98db6 (griffin.c) Fix build when freetype2 support is enabled
This commit fixes build issues for frontends that wish to use freetype2
or that do not want to use the built-in bitmap font:

* Having HAVE_FREETYPE without DONT_HAVE_BITMAPFONT makes griffin.c
  include both freetype.c and bitmapfont.c resulting in a redefinition
  of 'struct font_renderer' (freetype.c:25 and bitmapfont.c:24).

* Having both HAVE_FREETYPE and DONT_HAVE_BITMAPFONT resulted in linkage
  problems because griffin.c does not include fonts.c in this case and
  thus font_renderer_create_default() implementation is missing. If
  fonts.c is included, the linker complains about undefined reference to
  bitmap_font_renderer in fonts.c:27.
2014-02-05 12:30:55 -03:00
..
bitmap.bin cleanup remaining font code 2012-12-13 16:17:01 -05:00
bitmap.bmp cleanup remaining font code 2012-12-13 16:17:01 -05:00
bitmap.h Update years on all license headers 2014-01-01 01:50:59 +01:00
bitmapfont.c Update years on all license headers 2014-01-01 01:50:59 +01:00
d3d_font.c Hopefully improved detection of third-party dual xinput/dinput pads 2014-01-23 21:57:19 +00:00
d3d_font.h Fix MinGW compile. 2014-01-22 16:39:39 +01:00
d3d_w32_font.cpp Fix MinGW compile. 2014-01-22 16:39:39 +01:00
fonts.c (griffin.c) Fix build when freetype2 support is enabled 2014-02-05 12:30:55 -03:00
fonts.h Update years on all license headers 2014-01-01 01:50:59 +01:00
freetype.c Update years on all license headers 2014-01-01 01:50:59 +01:00
gl_font.c Update years on all license headers 2014-01-01 01:50:59 +01:00
gl_font.h Update years on all license headers 2014-01-01 01:50:59 +01:00
gl_raster_font.c Update years on all license headers 2014-01-01 01:50:59 +01:00
ps_libdbgfont.c Update years on all license headers 2014-01-01 01:50:59 +01:00
xdk1_xfonts.c Update years on all license headers 2014-01-01 01:50:59 +01:00
xdk360_fonts.cpp (XDK 360) Clean up xdk360_fonts 2014-01-18 21:32:46 +01:00