Carbon


TextDisplayData

Header: QuickTimeComponents.h

struct TextDisplayData {
    SInt32 displayFlags; 
    SInt32 textJustification; 
    RGBColor bgColor; 
    Rect textBox; 
    SInt16 beginHilite; 
    SInt16 endHilite; 
    RGBColor hiliteColor; 
    Boolean doHiliteColor; 
    SInt8 filler; 
    TimeValue scrollDelayDur; 
    Point dropShadowOffset; 
    SInt16 dropShadowTransparency;
};

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