Definition in file Styles.h.
#include "mc/MathTypes.h"
#include "mc/MathHelpers.h"
#include <wx/dc.h>
Include dependency graph for Styles.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | mcSTYLE_TEXTSETTINGS_NUM 6 |
The number of entries in the #m_pTextSettings array. | |
#define | mcSTYLE_SPECIAL_SETTINGS mcSTYLE_TEXTSETTINGS_NUM-1 |
The index of the entry in the #m_pTextSettings array reserved for special uses (like drawing of greek & math symbols). |
|
The index of the entry in the #m_pTextSettings array reserved for special uses (like drawing of greek & math symbols).
Definition at line 145 of file Styles.h. Referenced by mcStyle::GetIndexFor(), mcStyle::GetSpecialTextSettings(), mcStyle::SetSpecialFont(), and mcStyle::SetSpecialTextSettings(). |
|
The number of entries in the #m_pTextSettings array. See also the #GetIndexFor() function. Definition at line 141 of file Styles.h. Referenced by mcStyle::DeepCopy(), mcStyle::Ok(), mcStyle::ScaleSize(), mcStyle::Set(), mcStyle::SetColours(), and mcStyle::SetFonts(). |
[ Top ] |