igraphic
0.2.0
Contrats graphiques chargeables : IGraphic2Module / IGraphic3Module
Loading...
Searching...
No Matches
IFont.hpp
Go to the documentation of this file.
1
11
#ifndef IFONT_HPP_
12
#define IFONT_HPP_
13
14
namespace
graphic
{
15
22
class
IFont
{
23
24
public
:
25
26
virtual
~IFont
() =
default
;
27
33
virtual
bool
isReady
()
const
= 0;
34
};
35
36
}
// namespace graphic
37
40
#endif
/* !IFONT_HPP_ */
graphic::IFont
Loaded font data, independent of any IText that references it. Deleting every IText built with a font...
Definition
IFont.hpp:22
graphic::IFont::isReady
virtual bool isReady() const =0
notice if the font is ready
graphic::IFont::~IFont
virtual ~IFont()=default
graphic
Definition
IGamepad.hpp:14
includes
graphic
IFont.hpp
Generated by
1.9.8