Class for storing a font.
More...
#include <Font.hpp>
|
MYGL_EXPORT | Font () |
| Default constructor, doesn't produce a usable font.
|
|
MYGL_EXPORT | Font (const std::string &fontFilename) |
| Creates a font from a font file.
|
|
MYGL_EXPORT bool | load (const std::string &fontFilename) |
| Loads a font.
|
|
Class for storing a font.
Definition at line 20 of file Font.hpp.
◆ Font()
MYGL_EXPORT Font |
( |
const std::string & | fontFilename | ) |
|
Creates a font from a font file.
supported formats are the ones supported by freetype 2, including ttf, ttc, cff, woff, otf, otc (at this point only ttf files have been tested)
- Parameters
-
fontFilename | The path to the font file |
◆ load()
MYGL_EXPORT bool load |
( |
const std::string & | fontFilename | ) |
|
Loads a font.
- Parameters
-
fontFilename | The path to the desired font |
- Returns
- False if an error occured, true otherwise
◆ Text
The documentation for this class was generated from the following file: