#include <controls32.h>
Public Attributes | |
reg_t | id |
TextAlign | alignment |
int16 | foreColor |
GuiResourceId | fontId |
Common::String | text |
A single block of text written to a ScrollWindow.
reg_t Sci::ScrollWindowEntry::id |
ID of the line. In SSCI this was actually a memory handle for the string of this line. We use a simple numeric ID instead.
TextAlign Sci::ScrollWindowEntry::alignment |
The alignment to use when rendering this line of text. If -1, the default alignment from the corresponding ScrollWindow will be used.
int16 Sci::ScrollWindowEntry::foreColor |
The color to use to render this line of text. If -1, the default foreground color from the corresponding ScrollWindow will be used.
GuiResourceId Sci::ScrollWindowEntry::fontId |
The font to use to render this line of text. If -1, the default font from the corresponding ScrollWindow will be used.
Common::String Sci::ScrollWindowEntry::text |
The text.