Inheritance diagram for CWord:
Public Member Functions | |
CWord (STSStyle &style, CStringW str, int ktype, int kstart, int kend) | |
virtual | ~CWord () |
virtual bool | Append (CWord *w) |
void | Paint (CPoint p, CPoint org) |
Public Attributes | |
bool | m_fWhiteSpaceChar |
bool | m_fLineBreak |
STSStyle | m_style |
CPolygon * | m_pOpaqueBox |
int | m_ktype |
int | m_kstart |
int | m_kend |
int | m_width |
int | m_ascent |
int | m_descent |
Protected Attributes | |
CStringW | m_str |
Definition at line 38 of file RTS.h.