Description of a single character. More...
#include "msgwin_wdata.h"
Data Fields | |
unsigned char | width |
Width in screen cells. | |
unsigned char | bytes |
Number of bytes to represent. | |
const struct AttrColor * | ac_color |
Colour to use. | |
Description of a single character.
Measure the dimensions of each character in MsgWinWindowData.text. This allows us to wrap the text efficiently.
Definition at line 38 of file msgwin_wdata.h.
unsigned char MwChar::width |
Width in screen cells.
Definition at line 40 of file msgwin_wdata.h.
unsigned char MwChar::bytes |
Number of bytes to represent.
Definition at line 41 of file msgwin_wdata.h.
const struct AttrColor* MwChar::ac_color |
Colour to use.
Definition at line 42 of file msgwin_wdata.h.