Go to the source code of this file.
Classes | |
| class | MHTextItem |
| class | MHTextLine |
Functions | |
| static void | InterpretAttributes (const MHOctetString &attrs, int &style, int &size, int &lineSpace, int &letterSpace) |
Variables | |
| static const char * | rchJustification [] |
| static const char * | rchlineOrientation [] |
| static const char * | rchStartCorner [] |
| static void InterpretAttributes | ( | const MHOctetString & | attrs, | |
| int & | style, | |||
| int & | size, | |||
| int & | lineSpace, | |||
| int & | letterSpace | |||
| ) | [static] |
Definition at line 392 of file Text.cpp.
Referenced by MHText::Redraw().
const char* rchJustification[] [static] |
{
"start",
"end",
"centre",
"justified"
}
Definition at line 152 of file Text.cpp.
Referenced by MHText::GetJustification(), and MHText::PrintMe().
const char* rchlineOrientation[] [static] |
{
"vertical",
"horizontal"
}
Definition at line 174 of file Text.cpp.
Referenced by MHText::GetLineOrientation(), and MHText::PrintMe().
const char* rchStartCorner[] [static] |
{
"upper-left",
"upper-right",
"lower-left",
"lower-right"
}
Definition at line 193 of file Text.cpp.
Referenced by MHText::GetStartCorner(), and MHText::PrintMe().
1.6.3