Platform Data Engine 0.0.1
A data-driven game engine for platformers
PlatformDataEngine::TextDrawable Member List

This is the complete list of members for PlatformDataEngine::TextDrawable, including all inherited members.

draw(sf::RenderTarget &target, sf::RenderStates states) constPlatformDataEngine::TextDrawable
getBounds() const (defined in PlatformDataEngine::TextDrawable)PlatformDataEngine::TextDrawableinline
getFont() (defined in PlatformDataEngine::TextDrawable)PlatformDataEngine::TextDrawableinline
getFontBold() const (defined in PlatformDataEngine::TextDrawable)PlatformDataEngine::TextDrawableinline
getFontSize() const (defined in PlatformDataEngine::TextDrawable)PlatformDataEngine::TextDrawableinline
getRenderSize() const (defined in PlatformDataEngine::TextDrawable)PlatformDataEngine::TextDrawableinline
getShader() const (defined in PlatformDataEngine::TextDrawable)PlatformDataEngine::TextDrawableinline
getText() const (defined in PlatformDataEngine::TextDrawable)PlatformDataEngine::TextDrawableinline
setColor(const sf::Color &color) (defined in PlatformDataEngine::TextDrawable)PlatformDataEngine::TextDrawableinline
setFont(const sf::Font &font) (defined in PlatformDataEngine::TextDrawable)PlatformDataEngine::TextDrawableinline
setFontBold(bool bold) (defined in PlatformDataEngine::TextDrawable)PlatformDataEngine::TextDrawableinline
setFontSize(int fontSize) (defined in PlatformDataEngine::TextDrawable)PlatformDataEngine::TextDrawableinline
setRenderSize(float renderSize) (defined in PlatformDataEngine::TextDrawable)PlatformDataEngine::TextDrawableinline
setText(const std::string &text)PlatformDataEngine::TextDrawable
TextDrawable(std::string fontFilename="assets/smallest_pixel-7.ttf")PlatformDataEngine::TextDrawable
TextDrawable(int fontSize, bool bold, float renderSize, const std::string &text)PlatformDataEngine::TextDrawable