|
Raylib C++
1.0.0
Encapsulates the raylib library
|
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::DrawTextHelper | static |
| 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::DrawTextHelper | static |
| drawCenteredText(const raylib::text::RlText &text) | raylib::helper::draw::DrawTextHelper | static |
| drawFps(const Vector2f &pos={10, 10}, const int &fontSize=20) | raylib::helper::draw::DrawTextHelper | static |
| drawFps(const float &posX=10, const float &posY=10, const int &fontSize=20) | raylib::helper::draw::DrawTextHelper | static |
| drawFps(const Vector2f &pos={10, 10}) | raylib::helper::draw::DrawTextHelper | static |
| drawFps(const int &posX=10, const int &posY=10) | raylib::helper::draw::DrawTextHelper | static |
| drawText(const std::string &text, const Vector2f &pos, const int &fontSize, const RlColor &color=RlColor::Black) | raylib::helper::draw::DrawTextHelper | static |
| drawText(const std::string &text, const float &posX, const float &posY, const int &fontSize, const RlColor &color=RlColor::Black) | raylib::helper::draw::DrawTextHelper | static |
| drawText(const std::string &text, const raylib::text::RlFont &font, const Vector2f &position, const RlColor &color=RlColor::Black) | raylib::helper::draw::DrawTextHelper | static |
| 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::DrawTextHelper | static |
| 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::DrawTextHelper | static |
| 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::DrawTextHelper | static |
| 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::DrawTextHelper | static |
| drawText(const raylib::text::RlText &text, const Vector2f &position, const RlColor &color=RlColor::Black) | raylib::helper::draw::DrawTextHelper | static |
| drawText(const raylib::text::RlText &text, const float &posX, const float &posY, const RlColor &color=RlColor::Black) | raylib::helper::draw::DrawTextHelper | static |
| drawText(const raylib::text::RlText &text) | raylib::helper::draw::DrawTextHelper | static |
| drawTextUsingCodepoint(const raylib::text::RlFont &font, const int &codepoint, const Vector2f &position, float fontSize, const RlColor &tint) | raylib::helper::draw::DrawTextHelper | static |
1.8.17