SDLPP: Formatting
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#include "sdlpp_fontconfiguration.hpp"
|
||||
|
||||
namespace SDLPP {
|
||||
FontConfiguration::FontConfiguration( std::shared_ptr< Font > font, const std::string &color,
|
||||
const std::string &outline_color, double outline_size ) {
|
||||
FontConfiguration::FontConfiguration( std::shared_ptr< Font > font,
|
||||
const std::string &color,
|
||||
const std::string &outline_color,
|
||||
double outline_size ) {
|
||||
_font = font;
|
||||
_color = color;
|
||||
_outline_color = outline_color;
|
||||
@@ -32,4 +34,4 @@ void FontConfiguration::setColor( const std::string &color ) {
|
||||
void FontConfiguration::setOutlineColor( const std::string &outline_color ) {
|
||||
_outline_color = outline_color;
|
||||
}
|
||||
}
|
||||
} // namespace SDLPP
|
||||
|
||||
Reference in New Issue
Block a user