#include "fontbase.h"
#include "usercord.h"
Go to the source code of this file.
|
Definition at line 515 of file textinfo.h. |
|
Definition at line 111 of file textinfo.h. 00111 {JustifyA,BoldA,ItalicA,UnderLineA,AspectRatioA,FontSizeA,FontNameA,BaseLineShiftA,HorizontalKernA, 00112 TrackingA,ScriptA,LineSpaceA,LineSpacePercentA, 00113 LeftMarginA, RightMarginA, FirstIndentA, RulerA, 00114 AutoKernText}; // AutoKernText is not an attribute
|
|
Definition at line 115 of file textinfo.h. 00115 {JustifyLeft,JustifyRight,JustifyCentre,JustifyFull};
|
|
Definition at line 116 of file textinfo.h. 00116 {NormalScript,SuperScript,SubScript};
|
|
Different types of drag operations on the ruler bar.
Definition at line 166 of file textinfo.h. 00166 { DragNew, DragTabStop, DragLeftMargin, DragRightMargin, DragFirstIndent };
|