Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IClassicText.h File Reference

This file contains the interface for IClassicText. IClassicText interface represents the text element on the stage. More...

#include "FCMPreConfig.h"
#include "FCMPluginInterface.h"
#include "FrameElement/IFrameDisplayElement.h"
#include "FCMPostConfig.h"

Go to the source code of this file.

Classes

struct  DOM::FrameElement::CUSTOM_AA_MODE_PROP
 This structure defines a Custom Anti-Alias Mode properties. More...
 
struct  DOM::FrameElement::AA_MODE_PROP
 Structure that consists of Anti-Alias mode and custom mode. More...
 
class  DOM::FrameElement::IClassicText
 Defines an interface that represents the text element present on the stage. More...
 

Namespaces

 DOM
 Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (Document Object Model).
 
 DOM::FrameElement
 Provides interfaces and definitions for Frame elements.
 

Enumerations

enum  DOM::FrameElement::AAMode {
  DOM::FrameElement::ANTI_ALIAS_MODE_DEVICE, DOM::FrameElement::ANTI_ALIAS_MODE_BITMAP, DOM::FrameElement::ANTI_ALIAS_MODE_STANDARD, DOM::FrameElement::ANTI_ALIAS_MODE_ADVANCED,
  DOM::FrameElement::ANTI_ALIAS_MODE_CUSTOM
}
 This defines anti-alias mode. More...
 

Variables

FCM::ConstFCMIID DOM::FrameElement::IID_ICLASSIC_TEXT_ELEMENT
 Defines the universally-unique interface ID for IClassicText. More...
 

Detailed Description

This file contains the interface for IClassicText. IClassicText interface represents the text element on the stage.