sfml_impl 0.1.0
Vendor SFML 3.0.2 : IGraphic2Module / IAudioModule
Loading...
Searching...
No Matches
SfmlFont Class Reference

Sfml Font class - owns the loaded font. SfmlText only references it (sf::Text itself already takes a const sf::Font& natively). More...

#include <SfmlFont.hpp>

Inheritance diagram for SfmlFont:
Collaboration diagram for SfmlFont:

Public Member Functions

 SfmlFont (std::string path)
 
 ~SfmlFont ()=default
 
bool isReady () const override
 
const sf::Font & handle () const
 

Detailed Description

Sfml Font class - owns the loaded font. SfmlText only references it (sf::Text itself already takes a const sf::Font& natively).

Constructor & Destructor Documentation

◆ SfmlFont()

SfmlFont::SfmlFont ( std::string  path)
inline

◆ ~SfmlFont()

SfmlFont::~SfmlFont ( )
default

Member Function Documentation

◆ handle()

const sf::Font & SfmlFont::handle ( ) const
inline

◆ isReady()

bool SfmlFont::isReady ( ) const
inlineoverride

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