- bug fixes and patches from hasufell related to:

- fontconfig not working
- new cmake option to control inclusion of libvlc
- new commandline option to force where to look for fonts: --font-path=x
- removal of libluajit from cmake
This commit is contained in:
Mark Vejvoda
2012-11-14 19:20:08 +00:00
parent 53f1163ca4
commit d322f73284
7 changed files with 80 additions and 24 deletions

View File

@@ -32,6 +32,7 @@ protected:
public:
static std::string DEFAULT_FONT_PATH;
static std::string DEFAULT_FONT_PATH_ABSOLUTE;
Text(FontTextHandlerType type);
virtual ~Text();