|
Raylib C++
1.0.0
Encapsulates the raylib library
|
This is the complete list of members for raylib::text::RlText, including all inherited members.
| getColor() const | raylib::text::RlText | |
| getFont() const | raylib::text::RlText | |
| getFontSize() const | raylib::text::RlText | |
| getOrigin() const | raylib::text::RlText | |
| getPosition() const | raylib::text::RlText | |
| getRotation() const | raylib::text::RlText | |
| getSize() const | raylib::text::RlText | |
| getText() const | raylib::text::RlText | |
| getTextSpacing() const | raylib::text::RlText | |
| getWidth() const | raylib::text::RlText | |
| RlText(const std::string &text, const Vector2f &position={0, 0}, const RlColor &color=RlColor::Black) | raylib::text::RlText | explicit |
| RlText(const std::string &text, std::shared_ptr< RlFont > &font, const Vector2f &position={0, 0}, const RlColor &color=RlColor::Black) | raylib::text::RlText | explicit |
| RlText(const std::string &text, const std::string &fontPath, float fontSize=20, const Vector2f &position={0, 0}, const RlColor &color=RlColor::Black) | raylib::text::RlText | explicit |
| setColor(const RlColor &color) | raylib::text::RlText | |
| setFont(const std::shared_ptr< RlFont > &font) | raylib::text::RlText | |
| setFontSize(float fontSize) | raylib::text::RlText | |
| setOrigin(const Vector2f &origin) | raylib::text::RlText | |
| setPosition(float x, float y) | raylib::text::RlText | |
| setPosition(const Vector2f &pos) | raylib::text::RlText | |
| setRotation(float rotation) | raylib::text::RlText | |
| setText(const std::string &text) | raylib::text::RlText | |
| setTextSpacing(float textSpacing) | raylib::text::RlText |
1.8.17