What's New in QuickTime 5

| Previous | Chapter Contents | Chapter Top | Next |

Class text frame: A reference to a text frame in a QuickTime text track

Plural form:

Properties:

For example, you can set text frame properties this way:

    tell text frame 1
        set background color to {2345, 34563, 324}
        set foreground color to {0, 0, 0}
        set justification to left
        set default font to "times"
        set default font size to 18
        set default font styles to {bold, italic}
    end tell


© 2001 Apple Computer, Inc.

What's New in QuickTime 5

| Previous | Chapter Contents | Chapter Top | Next |