MyGL
Loading...
Searching...
No Matches
Font Class Reference

Class for storing a font. More...

#include <Font.hpp>

Public Member Functions

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.
 

Friends

class Text
 

Detailed Description

Class for storing a font.

Definition at line 20 of file Font.hpp.

Constructor & Destructor Documentation

◆ 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
fontFilenameThe path to the font file

Member Function Documentation

◆ load()

MYGL_EXPORT bool load ( const std::string & fontFilename)

Loads a font.

Parameters
fontFilenameThe path to the desired font
Returns
False if an error occured, true otherwise

Friends And Related Symbol Documentation

◆ Text

friend class Text
friend

Definition at line 71 of file Font.hpp.


The documentation for this class was generated from the following file: