26 #ifndef ICLASSIC_TEXT_H_
27 #define ICLASSIC_TEXT_H_
29 #include "FCMPreConfig.h"
38 namespace FrameElement
49 namespace FrameElement
84 namespace FrameElement
93 {0x5c41008c, 0x3fbd, 0x496d, {0xa3, 0xd1, 0xee, 0x75, 0x2d, 0x9, 0x1d, 0xda}};
102 namespace FrameElement
147 namespace FrameElement
210 virtual
FCM::
Result _FCMCALL GetTextBehaviour(PITextBehaviour& pTextBehaviour) = 0;
220 #include "FCMPostConfig.h"
222 #endif // ICLASSIC_TEXT_H_
FCM::ConstFCMIID IID_ICLASSIC_TEXT_ELEMENT
Defines the universally-unique interface ID for IClassicText.
Definition: IClassicText.h:92
Definition: IClassicText.h:75
#define FORWARD_DECLARE_INTERFACE(ifx)
Used to forward declare an interface ifx.
Definition: FCMMacros.h:114
unsigned _int32 U_Int32
Type to define an unsigned 32-bit value.
Definition: FCMTypes.h:81
#define BEGIN_DECLARE_INTERFACE(ifx, iid)
Used to begin the interface ifx with ID iid, which inherits from IFCMUnknown.
Definition: FCMMacros.h:147
The definitions contained in this namespace define a framework called Flash Component Model (FCM)...
Definition: IGroup.h:36
CUSTOM_AA_MODE_PROP customAAModeProp
Definition: IClassicText.h:137
Structure that consists of Anti-Alias mode and custom mode.
Definition: IClassicText.h:125
Definition: IClassicText.h:63
FCM::U_Int32 structSize
Definition: IClassicText.h:131
FCM::Float aaSharpness
Definition: IClassicText.h:115
U_Int16 * StringRep16
Used to define a UTF16 (unicode) encoded string.
Definition: FCMTypes.h:161
float Float
Type to define a IEEE single precision floating point number.
Definition: FCMTypes.h:111
Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (D...
AAMode aaMode
Definition: IClassicText.h:134
This file contains core definitions of the framework Flash Component Model (FCM). ...
#define _FCMCALL
Defines calling convention for interface methods.
Definition: FCMMacros.h:176
Definition: IClassicText.h:71
FCM::Float aaThickness
Definition: IClassicText.h:112
U_Int32 Result
Type to define a result. This is usually the return type for most APIs.
Definition: FCMTypes.h:126
Represents a 128 bit or 16-byte GUID (Globally Unique IDentifier) value.
Definition: FCMTypes.h:189
AAMode
This defines anti-alias mode.
Definition: IClassicText.h:56
Definition: IClassicText.h:67
This file contains the interface for IFrameDisplayElement. The IFrameDisplayElement interface represe...
Defines an interface that represents the text element present on the stage.
Definition: IClassicText.h:154
Definition: IClassicText.h:59
This structure defines a Custom Anti-Alias Mode properties.
Definition: IClassicText.h:109
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165