Shirag 0.1.0
Loading...
Searching...
No Matches
Namespaces | Functions
text.hpp File Reference
#include <raylib.h>
#include <string>
Include dependency graph for text.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Shirag
 
namespace  Shirag::Drawing
 

Functions

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())