bpp-core3
3.0.0
|
Postscript font manager for the XFig format. More...
#include <Bpp/Graphics/Fig/XFigPostscriptFontManager.h>
Public Member Functions | |
XFigPostscriptFontManager () | |
virtual | ~XFigPostscriptFontManager () |
int | getCode (const Font &font) const |
const Font & | getFont (int &code) const |
std::vector< int > | getCodes () const |
std::vector< Font > | getFonts () const |
size_t | getNumberOfFonts () const |
Protected Member Functions | |
void | registerFont_ (const Font &font, int code) |
Postscript font manager for the XFig format.
Definition at line 16 of file XFigPostscriptFontManager.h.
XFigPostscriptFontManager::XFigPostscriptFontManager | ( | ) |
Definition at line 9 of file XFigPostscriptFontManager.cpp.
References bpp::AbstractFontManager< int >::registerFont_(), bpp::Font::STYLE_ITALIC, bpp::Font::STYLE_NORMAL, bpp::Font::WEIGHT_BOLD, and bpp::Font::WEIGHT_NORMAL.
|
inlinevirtual |
Definition at line 22 of file XFigPostscriptFontManager.h.
|
inlinevirtualinherited |
font | The font to look for. |
Implements bpp::FontManager< int >.
Definition at line 74 of file FontManager.h.
References bpp::Font::toString().
|
inlinevirtualinherited |
Implements bpp::FontManager< int >.
Definition at line 97 of file FontManager.h.
|
inlinevirtualinherited |
Implements bpp::FontManager< int >.
Definition at line 86 of file FontManager.h.
References bpp::TextTools::toString().
|
inlinevirtualinherited |
Implements bpp::FontManager< int >.
Definition at line 98 of file FontManager.h.
|
inlinevirtualinherited |
Implements bpp::FontManager< int >.
Definition at line 99 of file FontManager.h.
|
inlineprotectedinherited |
Definition at line 102 of file FontManager.h.
Referenced by bpp::XFigLaTeXFontManager::XFigLaTeXFontManager(), and XFigPostscriptFontManager().