map.register_fonts recurse should be optional like font_engine
This commit is contained in:
parent
183f182ef7
commit
e397345bce
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue