Carbon


TextDescription

Header: Movies.h

struct TextDescription {
    SInt32 descSize; 
    SInt32 dataFormat; 
    SInt32 resvd1; 
    SInt16 resvd2; 
    SInt16 dataRefIndex; 
    SInt32 displayFlags; 
    SInt32 textJustification; 
    RGBColor bgColor; 
    Rect defaultTextBox; 
    ScrpSTElement defaultStyle; 
    char defaultFontName[1];
};
typedef TextDescription TextDescriptionPtr;

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)