Carbon


TCTextOptions

Header: QuickTimeComponents.h

struct TCTextOptions {
    SInt16 txFont; 
    SInt16 txFace; 
    SInt16 txSize; 
    SInt16 pad; 
    RGBColor foreColor; 
    RGBColor backColor;
};
typedef TCTextOptions TCTextOptionsPtr;

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