|
Shirag 0.1.0
|
#include <raylib.h>#include <string>#include <vector>

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 | |
| Font * | Shirag::Text::findClosestFont (std::vector< Font > *Fonts, int TargetFontSize) |
| Finds the font closest to the target size. | |