#include <nodetxtl.h>
Public Member Functions | |
TextLineInfo () | |
default constructor | |
Public Attributes | |
MILLIPOINT | SumCharAdvances |
Justification | justification |
MILLIPOINT | LeftMargin |
MILLIPOINT | RightMargin |
MILLIPOINT | ParaLeftMargin |
MILLIPOINT | ParaRightMargin |
const TxtRuler * | Ruler |
BOOL | WordWrapping |
INT32 | NumChars |
INT32 | NumSpaces |
Private Member Functions | |
CC_DECLARE_MEMDUMP (TextLineInfo) |
Definition at line 253 of file nodetxtl.h.
|
default constructor
Definition at line 146 of file nodetxtl.cpp. 00147 { 00148 SumCharAdvances = 0; 00149 justification = JLEFT; 00150 LeftMargin = 0; 00151 RightMargin = 0; 00152 ParaLeftMargin = 0; 00153 ParaRightMargin = 0; 00154 Ruler = NULL; 00155 WordWrapping = FALSE; 00156 NumChars = 0; 00157 NumSpaces = 0; 00158 }
|
|
|
|
Definition at line 261 of file nodetxtl.h. |
|
Definition at line 262 of file nodetxtl.h. |
|
Definition at line 270 of file nodetxtl.h. |
|
Definition at line 271 of file nodetxtl.h. |
|
Definition at line 265 of file nodetxtl.h. |
|
Definition at line 266 of file nodetxtl.h. |
|
Definition at line 263 of file nodetxtl.h. |
|
Definition at line 267 of file nodetxtl.h. |
|
Definition at line 260 of file nodetxtl.h. |
|
Definition at line 269 of file nodetxtl.h. |