bpp-core3  3.0.0
XFigLaTeXFontManager.cpp
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: The Bio++ Development Group
2 //
3 // SPDX-License-Identifier: CECILL-2.1
4 
5 #include "XFigLaTeXFontManager.h"
6 
7 using namespace bpp;
8 
10 {
11  // Add "official" font codes, from 0 to 5:
18 }
static const short int WEIGHT_NORMAL
Definition: Font.h:131
static const short int STYLE_NORMAL
Definition: Font.h:128
Data structure for fonts.
Definition: Font.h:21
void registerFont_(const Font &font, int code)
Definition: FontManager.h:102