bpp-core3
3.0.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 |
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) |
LaTeX font manager for the XFig format.
Definition at line 16 of file XFigLaTeXFontManager.h.
XFigLaTeXFontManager::XFigLaTeXFontManager | ( | ) |
Definition at line 9 of file XFigLaTeXFontManager.cpp.
References bpp::AbstractFontManager< int >::registerFont_(), bpp::Font::STYLE_NORMAL, and bpp::Font::WEIGHT_NORMAL.
|
inlinevirtual |
Definition at line 22 of file XFigLaTeXFontManager.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 XFigLaTeXFontManager(), and bpp::XFigPostscriptFontManager::XFigPostscriptFontManager().