6#define __LedItConfig__ 1
8#include "Stroika/Foundation/StroikaPreComp.h"
9#include "Stroika/Frameworks/Led/Config.h"
11#if defined(__cplusplus)
12#include "Stroika/Frameworks/Led/GDI.h"
15#if qStroika_Foundation_Common_Platform_MacOS
16#define kApplicationSignature 'LDAP'
18#define kTEXTFileType 'TEXT'
19#define kTEXTStationeryFileType 'sEXT'
20#define kLedPrivateDocumentFileType 'LDDC'
21#define kLedPrivateDocumentStationeryFileType 'sDDC'
25#define qSupportPasteSpecial 0
27#ifndef qSupportStyleSheets
28#define qSupportStyleSheets 0
31#ifndef qIncludeBasicSpellcheckEngine
32#define qIncludeBasicSpellcheckEngine 1
35#if defined(__cplusplus)
38using namespace Stroika::Frameworks::Led;
40static_assert (qStroika_HasComponent_ATLMFC,
"Error: LedIt requires the ATLMFC feature to be set true when building Stroika");
48 eDefaultFormat = eRTFFormat
52#if defined(__cplusplus)
54const unsigned int kMaxNumUndoLevels = 512;
57#if defined(__cplusplus)
58const TWIPS kLedItViewTopMargin = TWIPS (120);
59const TWIPS kLedItViewBottomMargin = TWIPS{0};
60const TWIPS kLedItViewLHSMargin = TWIPS (150);
61const TWIPS kLedItViewRHSMargin = TWIPS{0};