Struct for advanced versions of the Raylib Font struct.
More...
#include <fonts.hpp>
|
| constexpr int | size () const |
| | Gets the fontsize.
|
| |
| ::Font | baseFont () const |
| |
| | Font (std::string FilePath) |
| | Load basic font with normal size.
|
| |
| | Font (std::string FilePath, int FontSize) |
| | Load font size with specified size.
|
| |
Struct for advanced versions of the Raylib Font struct.
◆ Font() [1/2]
| Shirag::Text::Font::Font |
( |
std::string |
FilePath | ) |
|
|
inline |
Load basic font with normal size.
◆ Font() [2/2]
| Shirag::Text::Font::Font |
( |
std::string |
FilePath, |
|
|
int |
FontSize |
|
) |
| |
|
inline |
Load font size with specified size.
◆ baseFont()
| ::Font Shirag::Text::Font::baseFont |
( |
| ) |
const |
|
inline |
◆ size()
| constexpr int Shirag::Text::Font::size |
( |
| ) |
const |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: