#include "camtypes.h"#include "texttool.h"#include "blobs.h"#include "csrstack.h"#include "unicdman.h"#include "keypress.h"#include "nodetext.h"#include "nodetxts.h"#include "nodetxtl.h"#include "objchge.h"#include "oilfiles.h"#include "opscale.h"#include "opsquash.h"#include "textinfo.h"#include "textops.h"#include "textfuns.h"#include "vkextra.h"#include "nodemold.h"#include "cutop.h"#include "layer.h"#include "nodepostpro.h"#include "nodepath.h"#include "usercord.h"#include "camview.h"Go to the source code of this file.
Defines | |
| #define | new CAM_DEBUG_NEW |
Functions | |
| DECLARE_SOURCE ("$Revision: 1656 $") | |
| CC_IMPLEMENT_DYNAMIC (TextToolBlobPosItem, ListItem) | |
| CC_IMPLEMENT_DYNAMIC (TextToolBlobPosList, List) | |
| void | Beep () |
| Makes a beep sound, stupid! | |
Variables | |
| static UINT32 | GraveArray [] |
| static UINT32 | AcuteArray [] |
| static UINT32 | HatArray [] |
| static UINT32 | TildeArray [] |
| static UINT32 | ColonArray [] |
| static UINT32 | AtArray [] |
| static UINT32 | CommaArray [] |
| static UINT32 | SlashArray [] |
|
|
Definition at line 153 of file texttool.cpp. |
|
|
Makes a beep sound, stupid!
Definition at line 693 of file compatdef.h.
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
Initial value: { 0x0041, 0x00C1,
0x0045, 0x00C9,
0x0049, 0x00CD,
0x004F, 0x00D3,
0x0055, 0x00DA,
0x0059, 0x00DD,
0x0061, 0x00E1,
0x0065, 0x00E9,
0x0069, 0x00ED,
0x006F, 0x00F3,
0x0075, 0x00FA,
0x0079, 0x00FD,
0x0000 }
Definition at line 184 of file texttool.cpp. |
|
|
Initial value: { 0x0041, 0x00C5,
0x0061, 0x00E5,
0x0043, 0x00A9,
0x0052, 0x00AE,
0x0063, 0x00A9,
0x0072, 0x00AE,
0x0000 }
Definition at line 230 of file texttool.cpp. |
|
|
Initial value: { 0x0041, 0x00C4,
0x0045, 0x00CB,
0x0049, 0x00CF,
0x004F, 0x00D6,
0x0055, 0x00DC,
0x0059, 0x009F,
0x0061, 0x00E4,
0x0065, 0x00EB,
0x0069, 0x00EF,
0x006F, 0x00F6,
0x0075, 0x00FC,
0x0079, 0x00FF,
0x0000 }
Definition at line 217 of file texttool.cpp. |
|
|
Initial value: { 0x0043, 0x00C7,
0x0063, 0x00E7,
0x0000 }
Definition at line 237 of file texttool.cpp. |
|
|
Initial value: { 0x0041, 0x00C0,
0x0045, 0x00C8,
0x0049, 0x00CC,
0x004F, 0x00D2,
0x0055, 0x00D9,
0x0061, 0x00E0,
0x0065, 0x00E8,
0x0069, 0x00EC,
0x006F, 0x00F2,
0x0075, 0x00F9,
0x0000 }
Definition at line 173 of file texttool.cpp. |
|
|
Initial value: { 0x0041, 0x00C2,
0x0045, 0x00CA,
0x0049, 0x00CE,
0x004F, 0x00D4,
0x0053, 0x008A,
0x0055, 0x00DB,
0x0061, 0x00E2,
0x0065, 0x00EA,
0x0069, 0x00EE,
0x006F, 0x00F4,
0x0073, 0x009A,
0x0075, 0x00FB,
0x0000 }
Definition at line 197 of file texttool.cpp. |
|
|
Initial value: { 0x004F, 0x00D8,
0x0063, 0x00A2,
0x006F, 0x00F8,
0x0000 }
Definition at line 240 of file texttool.cpp. |
|
|
Initial value: { 0x0041, 0x00C3,
0x004E, 0x00D1,
0x004F, 0x00D5,
0x0061, 0x00E3,
0x006E, 0x00F1,
0x006F, 0x00F5,
0x0000 }
Definition at line 210 of file texttool.cpp. |
1.4.4