

Definition at line 14 of file WiLabel.h.
Public Member Functions | |
| WiLabel (const std::string &text, const Font &font, const SDL_Color &color) | |
|
||||||||||||||||
|
Definition at line 14 of file WiLabel.cpp. 00016 : WiPicture(font.renderTextOutlined(text, color)) 00017 { 00018 }
|
1.4.2