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

Go to the source code of this file.

Classes

struct  Shirag::Text::Font
 Struct for advanced versions of the Raylib Font struct. More...
 

Namespaces

namespace  Shirag
 
namespace  Shirag::Text
 

Functions

FontShirag::Text::findClosestFont (std::vector< Font > *Fonts, int TargetFontSize)
 Finds the font closest to the target size.