Browse Source

Text: explicit Font constructor.

pull/7/head
Vladimír Vondruš 13 years ago
parent
commit
58aefb3fa0
  1. 2
      src/Text/Font.h

2
src/Text/Font.h

@ -54,7 +54,7 @@ class MAGNUM_TEXT_EXPORT Font {
* Creates font with no prerendered characters. See prerender() for
* more information.
*/
Font(FontRenderer& renderer, const std::string& fontFile, GLfloat size);
explicit Font(FontRenderer& renderer, const std::string& fontFile, GLfloat size);
/**
* @brief Prerender given character set

Loading…
Cancel
Save