| 33 | } |
| 34 | |
| 35 | void CGUIHTMLText::Create(bool backgroundCanBeColored) |
| 36 | { |
| 37 | g_FontManager.SetUseHTML(true, HTMLStartColor, backgroundCanBeColored); |
| 38 | g_FontManager.GenerateW(Font, m_Sprite, Text, Color, 30, Width, Align, TextFlags); |
| 39 | g_FontManager.SetUseHTML(false); |
| 40 | } |
| 41 | |
| 42 | void CGUIHTMLText::Draw(bool checktrans) |
| 43 | { |
no test coverage detected