logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

love-0.8.0-freetype2.patch (823B)


  1. --- love-0.8.0/src/modules/font/freetype/Font.h
  2. +++ love-0.8.0/src/modules/font/freetype/Font.h
  3. @@ -30,10 +30,10 @@
  4. #else
  5. #include <ft2build.h>
  6. #endif
  7. -#include <freetype/freetype.h>
  8. -#include <freetype/ftglyph.h>
  9. -#include <freetype/ftoutln.h>
  10. -#include <freetype/fttrigon.h>
  11. +#include FT_FREETYPE_H
  12. +#include FT_GLYPH_H
  13. +#include FT_OUTLINE_H
  14. +#include FT_TRIGONOMETRY_H
  15. namespace love
  16. {
  17. --- love-0.8.0/src/modules/font/freetype/TrueTypeRasterizer.h
  18. +++ love-0.8.0/src/modules/font/freetype/TrueTypeRasterizer.h
  19. @@ -27,10 +27,10 @@
  20. // TrueType2
  21. #include <ft2build.h>
  22. -#include <freetype/freetype.h>
  23. -#include <freetype/ftglyph.h>
  24. -#include <freetype/ftoutln.h>
  25. -#include <freetype/fttrigon.h>
  26. +#include FT_FREETYPE_H
  27. +#include FT_GLYPH_H
  28. +#include FT_OUTLINE_H
  29. +#include FT_TRIGONOMETRY_H
  30. namespace love
  31. {