TouchCPLib  1.0.0
A touch-enabled GUI interface based on SDL and libTS. It provides a simple desktop-free UI for your embedded Raspberry projects.
Font Class Reference

#include <Font.h>

Public Member Functions

 Font (const std::string &fontPath, int fontSize)
 
 ~Font ()
 
 operator TTF_Font * ()
 

Constructor & Destructor Documentation

◆ Font()

Font::Font ( const std::string &  fontPath,
int  fontSize 
)
inline

◆ ~Font()

Font::~Font ( )
inline

Member Function Documentation

◆ operator TTF_Font *()

Font::operator TTF_Font * ( )
inline

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