|
PLplot
5.12.0
|
#include <fstream>#include "plDevs.h"#include "wxwidgets.h"#include <wx/dir.h>#include <wx/ustring.h>#include <cmath>#include <limits>Go to the source code of this file.
Classes | |
| class | Scaler |
| class | OriginChanger |
| class | DrawingObjectsChanger |
| class | TextObjectsSaver |
| class | TextObjectsChanger |
| class | Clipper |
| class | Rand |
Macros | |
| #define | DEBUG |
| #define | NEED_PLDEBUG |
Functions | |
| void | plFontToWxFontParameters (PLUNICODE fci, PLFLT scaledFontSize, wxFontFamily &family, int &style, int &weight, int &pt) |
| bool | operator== (const Font &lhs, const Font &rhs) |
| PLFLT | getTextOffset (PLINT superscriptLevel, PLFLT baseFontSize) |
| #define DEBUG |
Definition at line 23 of file wxwidgets_dev.cpp.
| #define NEED_PLDEBUG |
Definition at line 24 of file wxwidgets_dev.cpp.
Definition at line 1067 of file wxwidgets_dev.cpp.
Definition at line 710 of file wxwidgets_dev.cpp.
| void plFontToWxFontParameters | ( | PLUNICODE | fci, |
| PLFLT | scaledFontSize, | ||
| wxFontFamily & | family, | ||
| int & | style, | ||
| int & | weight, | ||
| int & | pt | ||
| ) |
Definition at line 653 of file wxwidgets_dev.cpp.