PLplot
5.12.0
|
#include "wxwidgets.h"
Public Member Functions | |
Font () | |
Font (PLUNICODE fci, PLFLT size, bool underlined, bool createFontOnConstruction=false) | |
wxFont | getWxFont () |
PLUNICODE | getFci () const |
PLFLT | getSize () const |
bool | getUnderlined () const |
Private Member Functions | |
void | createFont () |
Private Attributes | |
wxFont | m_font |
PLUNICODE | m_fci |
PLFLT | m_size |
bool | m_underlined |
bool | m_hasFont |
Definition at line 42 of file wxwidgets.h.
Font::Font | ( | ) |
Definition at line 667 of file wxwidgets_dev.cpp.
Definition at line 675 of file wxwidgets_dev.cpp.
|
private |
Definition at line 685 of file wxwidgets_dev.cpp.
|
inline |
Definition at line 48 of file wxwidgets.h.
|
inline |
Definition at line 49 of file wxwidgets.h.
|
inline |
Definition at line 50 of file wxwidgets.h.
wxFont Font::getWxFont | ( | ) |
Definition at line 703 of file wxwidgets_dev.cpp.
|
private |
Definition at line 54 of file wxwidgets.h.
|
private |
Definition at line 53 of file wxwidgets.h.
|
private |
Definition at line 57 of file wxwidgets.h.
|
private |
Definition at line 55 of file wxwidgets.h.
|
private |
Definition at line 56 of file wxwidgets.h.