bpp-core3  3.0.0
XFigLaTeXFontManager.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: The Bio++ Development Group
2 //
3 // SPDX-License-Identifier: CECILL-2.1
4 
5 #ifndef BPP_GRAPHICS_FIG_XFIGLATEXFONTMANAGER_H
6 #define BPP_GRAPHICS_FIG_XFIGLATEXFONTMANAGER_H
7 
8 
9 #include "../Font/FontManager.h"
10 
11 namespace bpp
12 {
17  public AbstractFontManager<int>
18 {
19 public:
21 
22  virtual ~XFigLaTeXFontManager() {}
23 };
24 } // end of namespace bpp;
25 #endif // BPP_GRAPHICS_FIG_XFIGLATEXFONTMANAGER_H
LaTeX font manager for the XFig format.