igraphic 0.2.0
Contrats graphiques chargeables : IGraphic2Module / IGraphic3Module
Loading...
Searching...
No Matches
graphic::IFont Interface Referenceabstract

Loaded font data, independent of any IText that references it. Deleting every IText built with a font does not delete the font - only deleteFont() does. More...

#include <IFont.hpp>

Public Member Functions

virtual ~IFont ()=default
 
virtual bool isReady () const =0
 notice if the font is ready
 

Detailed Description

Loaded font data, independent of any IText that references it. Deleting every IText built with a font does not delete the font - only deleteFont() does.

Constructor & Destructor Documentation

◆ ~IFont()

virtual graphic::IFont::~IFont ( )
virtualdefault

Member Function Documentation

◆ isReady()

virtual bool graphic::IFont::isReady ( ) const
pure virtual

notice if the font is ready

Returns
bool

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