Table of Contents


FONT_OBJ

Definition

struct FONT_OBJ
{
    string _str_font;
    TTF_Font* _pf_font;
};

Properties

_str_font the path or name of the font file
_pf_font pointer to the TTF font object