MRPT
2.0.1
|
#include "img-precomp.h"
#include <mrpt/core/reverse_bytes.h>
#include <mrpt/core/round.h>
#include <mrpt/img/CCanvas.h>
#include <mrpt/img/CImage.h>
#include <mrpt/io/zip.h>
#include <mrpt/math/CMatrixFixed.h>
#include <mrpt/system/os.h>
#include <mrpt/system/string_utils.h>
#include <Eigen/Dense>
#include <cstring>
#include <map>
#include "mrpt_font_10x20.h"
#include "mrpt_font_5x7.h"
#include "mrpt_font_6x13.h"
#include "mrpt_font_6x13B.h"
#include "mrpt_font_6x13O.h"
#include "mrpt_font_9x15.h"
#include "mrpt_font_9x15B.h"
Go to the source code of this file.
Classes | |
struct | FontData |
Macros | |
#define | LOAD_FONT(FONTNAME) |
Functions | |
void | init_fonts_list () |
Variables | |
map< string, FontData > | list_registered_fonts |
bool | list_fonts_init = false |
#define LOAD_FONT | ( | FONTNAME | ) |
Referenced by init_fonts_list().
void init_fonts_list | ( | ) |
Definition at line 58 of file CCanvas.cpp.
References list_fonts_init, list_registered_fonts, and LOAD_FONT.
Referenced by mrpt::img::CCanvas::selectTextFont().
bool list_fonts_init = false |
Definition at line 56 of file CCanvas.cpp.
Referenced by init_fonts_list().
map<string, FontData> list_registered_fonts |
Definition at line 55 of file CCanvas.cpp.
Referenced by init_fonts_list(), and mrpt::img::CCanvas::selectTextFont().
Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |