bpp-core
2.2.0
|
LaTeX font manager for the XFig format. More...
#include <Bpp/Graphics/Fig/XFigLaTeXFontManager.h>
Public Member Functions | |
XFigLaTeXFontManager () | |
virtual | ~XFigLaTeXFontManager () |
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) |
LaTeX font manager for the XFig format.
Definition at line 52 of file XFigLaTeXFontManager.h.
XFigLaTeXFontManager::XFigLaTeXFontManager | ( | ) |
Definition at line 45 of file XFigLaTeXFontManager.cpp.
References bpp::AbstractFontManager< int >::registerFont_(), bpp::Font::STYLE_NORMAL, and bpp::Font::WEIGHT_NORMAL.
|
inlinevirtual |
Definition at line 59 of file XFigLaTeXFontManager.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 XFigLaTeXFontManager(), and bpp::XFigPostscriptFontManager::XFigPostscriptFontManager().