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
14namespace 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_ */
Loaded font data, independent of any IText that references it. Deleting every IText built with a font...
Definition IFont.hpp:22
virtual bool isReady() const =0
notice if the font is ready
virtual ~IFont()=default
Definition IGamepad.hpp:14