#include <raylib.h>
#include <string>
Go to the source code of this file.
|
| void | Shirag::Drawing::drawTextCenterTopRect (Rectangle &Rect, std::string &Text, int FontSize, Color TextColor, int TopOffset=0, Font Font=GetFontDefault()) |
| |
| void | Shirag::Drawing::drawTextCenterPoint (Vector2 Center, std::string &Text, int FontSize, Color TextColor, bool CenterX=true, bool CenterY=true, Font Font=GetFontDefault()) |
| |
| void | Shirag::Drawing::drawTextCenterRect (Rectangle Rect, std::string &Text, int FontSize, Color TextColor, bool CenterX, bool CenterY, Font Font=GetFontDefault()) |
| |