#include "camtypes.h"#include "textinfo.h"#include "nodetxts.h"#include "nodetxtl.h"#include "texttool.h"#include "textops.h"#include "optsmsgs.h"#include "nodetext.h"#include "finfodlg.h"#include "fontman.h"#include "fontdrop.h"#include "fontbase.h"#include "localenv.h"#include "unicdman.h"#include "blobs.h"#include "rulers.h"#include "usercord.h"#include "dlgmgr.h"#include "statline.h"#include "csrstack.h"Go to the source code of this file.
Defines | |
| #define | TABSTOPDRAG_CURSORID_UNSET -1 |
| #define | new CAM_DEBUG_NEW |
| #define | INVALID_ATTVAL -1000000 |
Functions | |
| DECLARE_SOURCE ("$Revision: 1718 $") | |
Variables | |
| const INT32 | KernNudge = 10 |
| const INT32 | KernLimit = 999999 |
| const INT32 | BaseLineNudge = 200 |
| const INT32 | BaseLineLimit = 999999 |
| const INT32 | TrackingNudge = 10 |
| const INT32 | TrackingLimit = 9999 |
| const INT32 | LineSpaceNudge = 200 |
| const INT32 | LineSpaceLimit = 999999 |
| const INT32 | LineSpacePercentNudge = 5 |
| const INT32 | LineSpacePercentMin = -99999 |
| const INT32 | LineSpacePercentMax = 99999 |
| const INT32 | FontSizeMin = 100 |
| const INT32 | FontSizeMax = 999999 |
| const INT32 | FontAspectMin = 1 |
| const INT32 | FontAspectMax = 9999 |
| const INT32 | CurrentTabButtonPos = -36 |
|
|
Definition at line 180 of file textinfo.cpp. |
|
|
Definition at line 159 of file textinfo.cpp. |
|
|
Definition at line 156 of file textinfo.cpp. |
|
|
|
|
|
Definition at line 165 of file textinfo.cpp. |
|
|
Definition at line 164 of file textinfo.cpp. |
|
|
Definition at line 178 of file textinfo.cpp. |
|
|
Definition at line 176 of file textinfo.cpp. |
|
|
Definition at line 175 of file textinfo.cpp. |
|
|
Definition at line 174 of file textinfo.cpp. |
|
|
Definition at line 173 of file textinfo.cpp. |
|
|
Definition at line 163 of file textinfo.cpp. |
|
|
Definition at line 162 of file textinfo.cpp. |
|
|
Definition at line 169 of file textinfo.cpp. |
|
|
Definition at line 168 of file textinfo.cpp. |
|
|
Definition at line 172 of file textinfo.cpp. |
|
|
Definition at line 171 of file textinfo.cpp. |
|
|
Definition at line 170 of file textinfo.cpp. |
|
|
Definition at line 167 of file textinfo.cpp. |
|
|
Definition at line 166 of file textinfo.cpp. |
1.4.4