8 void drawTextCenterTopRect(Rectangle& Rect, std::string& Text,
int FontSize, Color TextColor,
int TopOffset = 0, Font Font = GetFontDefault());
10 void drawTextCenterPoint(Vector2 Center, std::string& Text,
int FontSize, Color TextColor,
bool CenterX =
true,
bool CenterY =
true, Font Font = GetFontDefault());
12 void drawTextCenterRect(Rectangle Rect, std::string& Text,
int FontSize, Color TextColor,
bool CenterX,
bool CenterY, Font Font = GetFontDefault());
void drawTextCenterPoint(Vector2 Center, std::string &Text, int FontSize, Color TextColor, bool CenterX=true, bool CenterY=true, Font Font=GetFontDefault())
Definition text.cpp:16
void drawTextCenterTopRect(Rectangle &Rect, std::string &Text, int FontSize, Color TextColor, int TopOffset=0, Font Font=GetFontDefault())
Definition text.cpp:4
void drawTextCenterRect(Rectangle Rect, std::string &Text, int FontSize, Color TextColor, bool CenterX, bool CenterY, Font Font=GetFontDefault())
Definition text.cpp:28