DAStatics Functions Relevant to DAFontStyle Objects

Font Specifies the face, size in points, and color of a DAFontStyle object. Same as FontAnim except that points is a nonanimated number (a double).
FontAnim Specifies the face, size in points, and color of a DAFontStyle object.

Font

DAStatics Class

Specifies the face, size in points, and color of a DAFontStyle object. Same as FontAnim except that points is a nonanimated number (a double).

Syntax

lib.Font( face, points, color )

Parameters

face
DAString object specifying the font face.
points
A double value specifying the font size, in points. This is a nonanimated number.
color
DAColor object specifying the font color.

Return Value

Returns the DAFontStyle object.

FontAnim

DAStatics Class

Specifies the face, size in points, and color of a DAFontStyle object. Because these parameters are all animated, they can vary over time.

Syntax

lib.FontAnim( face, points, color )

Parameters

face
DAString object specifying the font face.
points
DANumber object specifying the font size, in points. This must be an animated number.
color
DAColor object specifying the font color.

Return Value

Returns the DAFontStyle object.


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.