|
@@ -43,7 +43,7 @@ TYPE
|
|
VAR text : Texts.Text;
|
|
VAR text : Texts.Text;
|
|
ucs32buf : POINTER TO ARRAY OF LONGINT;
|
|
ucs32buf : POINTER TO ARRAY OF LONGINT;
|
|
fontName : ARRAY 32 OF CHAR;
|
|
fontName : ARRAY 32 OF CHAR;
|
|
- fontSize, fontBgColor, fontVOff : LONGINT; fontColor: WMGraphics.Color;
|
|
|
|
|
|
+ fontSize, x, fontVOff : LONGINT; fontColor, fontBgColor: WMGraphics.Color;
|
|
fontStyle : SET;
|
|
fontStyle : SET;
|
|
currentAttributes- : Texts.Attributes;
|
|
currentAttributes- : Texts.Attributes;
|
|
oldBytes : ARRAY 7 OF CHAR;
|
|
oldBytes : ARRAY 7 OF CHAR;
|