map.register_fonts recurse should be optional like font_engine

This commit is contained in:
Dane Springmeyer 2014-11-07 19:05:28 -05:00
parent 183f182ef7
commit e397345bce

View file

@ -231,7 +231,7 @@ public:
/*! \brief register fonts.
*/
bool register_fonts(std::string const& dir, bool recurse);
bool register_fonts(std::string const& dir, bool recurse = false);
/*! \brief cache registered fonts.
*/