bpp-core
2.2.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 throw (Exception) |
const Font & | getFont (int &code) const throw (Exception) |
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 52 of file XFigPostscriptFontManager.h.
XFigPostscriptFontManager::XFigPostscriptFontManager | ( | ) |
Definition at line 45 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 59 of file XFigPostscriptFontManager.h.
|
inlinevirtualinherited |
font | The font to look for. |
Implements bpp::FontManager< int >.
Definition at line 110 of file FontManager.h.
References bpp::AbstractFontManager< CodeType >::codes_, and bpp::AbstractFontManager< CodeType >::fonts_.
|
inlinevirtualinherited |
Implements bpp::FontManager< int >.
Definition at line 133 of file FontManager.h.
References bpp::AbstractFontManager< CodeType >::codes_.
|
inlinevirtualinherited |
Implements bpp::FontManager< int >.
Definition at line 122 of file FontManager.h.
References bpp::AbstractFontManager< CodeType >::codes_, bpp::AbstractFontManager< CodeType >::fonts_, and bpp::TextTools::toString().
|
inlinevirtualinherited |
Implements bpp::FontManager< int >.
Definition at line 134 of file FontManager.h.
References bpp::AbstractFontManager< CodeType >::fonts_.
|
inlinevirtualinherited |
Implements bpp::FontManager< int >.
Definition at line 135 of file FontManager.h.
References bpp::AbstractFontManager< CodeType >::fonts_.
|
inlineprotectedinherited |
Definition at line 138 of file FontManager.h.
References bpp::AbstractFontManager< CodeType >::codes_, and bpp::AbstractFontManager< CodeType >::fonts_.
Referenced by bpp::XFigLaTeXFontManager::XFigLaTeXFontManager(), and XFigPostscriptFontManager().