Raylib C++  1.0.0
Encapsulates the raylib library
raylib::helper::draw::DrawTextHelper Member List

This is the complete list of members for raylib::helper::draw::DrawTextHelper, including all inherited members.

drawCenteredText(const std::string &text, const raylib::text::RlFont &font, const Vector2f &position, const RlColor &color=RlColor::Black, const float &spacing=1)raylib::helper::draw::DrawTextHelperstatic
drawCenteredText(const std::string &text, const raylib::text::RlFont &font, const Vector2f &position, const float &fontSize, const RlColor &color=RlColor::Black, const float &spacing=1)raylib::helper::draw::DrawTextHelperstatic
drawCenteredText(const raylib::text::RlText &text)raylib::helper::draw::DrawTextHelperstatic
drawFps(const Vector2f &pos={10, 10}, const int &fontSize=20)raylib::helper::draw::DrawTextHelperstatic
drawFps(const float &posX=10, const float &posY=10, const int &fontSize=20)raylib::helper::draw::DrawTextHelperstatic
drawFps(const Vector2f &pos={10, 10})raylib::helper::draw::DrawTextHelperstatic
drawFps(const int &posX=10, const int &posY=10)raylib::helper::draw::DrawTextHelperstatic
drawText(const std::string &text, const Vector2f &pos, const int &fontSize, const RlColor &color=RlColor::Black)raylib::helper::draw::DrawTextHelperstatic
drawText(const std::string &text, const float &posX, const float &posY, const int &fontSize, const RlColor &color=RlColor::Black)raylib::helper::draw::DrawTextHelperstatic
drawText(const std::string &text, const raylib::text::RlFont &font, const Vector2f &position, const RlColor &color=RlColor::Black)raylib::helper::draw::DrawTextHelperstatic
drawText(const std::string &text, const raylib::text::RlFont &font, const Vector2f &position, const float &fontSize, const RlColor &tint=RlColor::Black, const float &spacing=1)raylib::helper::draw::DrawTextHelperstatic
drawText(const std::string &text, const raylib::text::RlFont &font, const Vector2f &position, const float &rotation, const float &fontSize, const RlColor &tint=RlColor::Black, const float &spacing=1)raylib::helper::draw::DrawTextHelperstatic
drawText(const std::string &text, const raylib::text::RlFont &font, const Vector2f &position, const Vector2f &origin, const float &fontSize, const RlColor &tint=RlColor::Black, const float &spacing=1)raylib::helper::draw::DrawTextHelperstatic
drawText(const std::string &text, const raylib::text::RlFont &font, const Vector2f &position, const Vector2f &origin, const float &rotation, const float &fontSize=20, const RlColor &tint=RlColor::Black, const float &spacing=1)raylib::helper::draw::DrawTextHelperstatic
drawText(const raylib::text::RlText &text, const Vector2f &position, const RlColor &color=RlColor::Black)raylib::helper::draw::DrawTextHelperstatic
drawText(const raylib::text::RlText &text, const float &posX, const float &posY, const RlColor &color=RlColor::Black)raylib::helper::draw::DrawTextHelperstatic
drawText(const raylib::text::RlText &text)raylib::helper::draw::DrawTextHelperstatic
drawTextUsingCodepoint(const raylib::text::RlFont &font, const int &codepoint, const Vector2f &position, float fontSize, const RlColor &tint)raylib::helper::draw::DrawTextHelperstatic