Don't specify default font size, it doesn't make sense

This commit is contained in:
Dmitry Marakasov 2015-07-08 18:02:07 +03:00
parent 6b80bc2c3c
commit 6752baabc1

View File

@ -70,7 +70,7 @@ public:
/// \see https://www.libsdl.org/projects/SDL_ttf/docs/SDL_ttf.html#SEC16 /// \see https://www.libsdl.org/projects/SDL_ttf/docs/SDL_ttf.html#SEC16
/// ///
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
Font(const std::string& file, int ptsize = 0, long index = 0); Font(const std::string& file, int ptsize, long index = 0);
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief Loads font with RWops /// \brief Loads font with RWops
@ -85,7 +85,7 @@ public:
/// \see https://www.libsdl.org/projects/SDL_ttf/docs/SDL_ttf.html#SEC17 /// \see https://www.libsdl.org/projects/SDL_ttf/docs/SDL_ttf.html#SEC17
/// ///
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
Font(RWops& rwops, int ptsize = 0, long index = 0); Font(RWops& rwops, int ptsize, long index = 0);
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief Destructor /// \brief Destructor