| 4 | namespace DuiLib |
| 5 | { |
| 6 | CTextUI::CTextUI() : m_nLinks(0), m_nHoverLink(-1) |
| 7 | { |
| 8 | m_uTextStyle = DT_WORDBREAK; |
| 9 | m_rcTextPadding.left = 2; |
| 10 | m_rcTextPadding.right = 2; |
| 11 | ::ZeroMemory(m_rcLinks, sizeof(m_rcLinks)); |
| 12 | } |
| 13 | |
| 14 | CTextUI::~CTextUI() |
| 15 | { |
nothing calls this directly
no outgoing calls
no test coverage detected