PLplot  5.13.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Font Class Reference

#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
 

Detailed Description

Definition at line 42 of file wxwidgets.h.

Constructor & Destructor Documentation

Font::Font ( )

Definition at line 710 of file wxwidgets_dev.cpp.

Font::Font ( PLUNICODE  fci,
PLFLT  size,
bool  underlined,
bool  createFontOnConstruction = false 
)

Definition at line 718 of file wxwidgets_dev.cpp.

Member Function Documentation

void Font::createFont ( )
private

Definition at line 728 of file wxwidgets_dev.cpp.

PLUNICODE Font::getFci ( ) const
inline

Definition at line 48 of file wxwidgets.h.

PLFLT Font::getSize ( ) const
inline

Definition at line 49 of file wxwidgets.h.

bool Font::getUnderlined ( ) const
inline

Definition at line 50 of file wxwidgets.h.

wxFont Font::getWxFont ( )

Definition at line 746 of file wxwidgets_dev.cpp.

Member Data Documentation

PLUNICODE Font::m_fci
private

Definition at line 54 of file wxwidgets.h.

wxFont Font::m_font
private

Definition at line 53 of file wxwidgets.h.

bool Font::m_hasFont
private

Definition at line 57 of file wxwidgets.h.

PLFLT Font::m_size
private

Definition at line 55 of file wxwidgets.h.

bool Font::m_underlined
private

Definition at line 56 of file wxwidgets.h.


The documentation for this class was generated from the following files: