26 #ifndef ITEXT_STYLE_H_
27 #define ITEXT_STYLE_H_
29 #include "FCMPreConfig.h"
42 namespace FrameElement
70 namespace FrameElement
79 {0xc8538de2, 0x7d59, 0x4e0b, {0xb1, 0xed, 0xef, 0x4a, 0x5c, 0x55, 0xcc, 0x9}};
115 namespace FrameElement
258 #include "FCMPostConfig.h"
260 #endif // ITEXT_STYLE_H_
FCM::CStringRep8 const ITALIC_STYLE_STR
Defines the 'italic' text style.
Definition: ITextStyle.h:91
BaseLineShiftStyle
This enumerates the base line shift styles.
Definition: ITextStyle.h:49
FCM::ConstFCMIID IID_ITEXT_STYLE
Defines the universally-unique interface ID for ITextStyle.
Definition: ITextStyle.h:78
Definition: ITextStyle.h:52
#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
signed _int16 S_Int16
Type to define a signed 16-bit value.
Definition: FCMTypes.h:74
U_Int16 * StringRep16
Used to define a UTF16 (unicode) encoded string.
Definition: FCMTypes.h:161
This file contains interface for IFCMUnknown. All FCM interfaces inherit from IFCMUnknown. This interface is similar to Microsoft's COM IUnknown. Primary purpose of this interface is to facilitate a way to obtain pointers to other interfaces through QueryInterface method.
Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (D...
Definition: ITextStyle.h:60
U_Int8 Boolean
Type to define a boolean.
Definition: FCMTypes.h:140
This file contains core definitions of the framework Flash Component Model (FCM). ...
FCM::CStringRep8 const BOLD_ITALIC_STYLE_STR
Defines the 'bold-italic' text style.
Definition: ITextStyle.h:103
#define _FCMCALL
Defines calling convention for interface methods.
Definition: FCMMacros.h:176
FCM::CStringRep8 const BOLD_STYLE_STR
Defines the 'bold' text style.
Definition: ITextStyle.h:97
This file contains the types used for DOM traversal and access.
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
Defines an interface that represents the properties that describe characters.
Definition: ITextStyle.h:122
FCM::CStringRep8 const REGULAR_STYLE_STR
Defines the 'regular' text style.
Definition: ITextStyle.h:85
unsigned _int16 U_Int16
Type to define an unsigned 16-bit value.
Definition: FCMTypes.h:67
const char * CStringRep8
Used to define a constant unicode (UTF8) encoded string.
Definition: FCMTypes.h:182
Definition: ITextStyle.h:56
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165
char * StringRep8
Used to define a unicode (UTF8) encoded string.
Definition: FCMTypes.h:175