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] |
const char* rchJustification[] [static] |
Initial value:
{
"start",
"end",
"centre",
"justified"
}
Definition at line 99 of file Text.cpp.
Referenced by MHText::GetJustification(), and MHText::PrintMe().
const char* rchlineOrientation[] [static] |
Initial value:
{
"vertical",
"horizontal"
}
Definition at line 116 of file Text.cpp.
Referenced by MHText::GetLineOrientation(), and MHText::PrintMe().
const char* rchStartCorner[] [static] |
Initial value:
{
"upper-left",
"upper-right",
"lower-left",
"lower-right"
}
Definition at line 130 of file Text.cpp.
Referenced by MHText::GetStartCorner(), and MHText::PrintMe().
1.5.5