bpp-core3
3.0.0
|
Associate special fonts to a code. More...
#include <Bpp/Graphics/Font/FontManager.h>
Public Member Functions | |
FontManager () | |
virtual | ~FontManager () |
virtual CodeType | getCode (const Font &font) const =0 |
virtual const Font & | getFont (CodeType &code) const =0 |
virtual std::vector< CodeType > | getCodes () const =0 |
virtual std::vector< Font > | getFonts () const =0 |
virtual size_t | getNumberOfFonts () const =0 |
Associate special fonts to a code.
Instances of this interface are used in some vector format.
Definition at line 25 of file FontManager.h.
|
inline |
Definition at line 28 of file FontManager.h.
|
inlinevirtual |
Definition at line 29 of file FontManager.h.
|
pure virtual |
font | The font to look for. |
Implemented in bpp::AbstractFontManager< CodeType >, and bpp::AbstractFontManager< int >.
Referenced by bpp::FontManager< int >::~FontManager().
|
pure virtual |
Implemented in bpp::AbstractFontManager< CodeType >, and bpp::AbstractFontManager< int >.
Referenced by bpp::FontManager< int >::~FontManager().
|
pure virtual |
code | The code to look for. |
exception | if the code is not valid. |
Implemented in bpp::AbstractFontManager< int >.
Referenced by bpp::FontManager< int >::~FontManager().
|
pure virtual |
Implemented in bpp::AbstractFontManager< CodeType >, and bpp::AbstractFontManager< int >.
Referenced by bpp::FontManager< int >::~FontManager().
|
pure virtual |
Implemented in bpp::AbstractFontManager< CodeType >, and bpp::AbstractFontManager< int >.
Referenced by bpp::FontManager< int >::~FontManager().