![]()  | 
![]()  |  
 | 
 
 | 
  | |||
  | |||
DAStatic Functions Relevant to DAFontStyle Objects
DAStatics Class
FontAnimSpecifies the face, size in points, and color of a DAFontStyle object. Because these parameters are all animated, they can vary over time.
lib.FontAnim(
face,
points,
color
)Parameters
- face
 - The DAString object specifying the font face.
 - points
 - The DANumber object specifying the font size, in points. This must be an animated number.
 - color
 - The DAColor object specifying the font color.
 Return Values
Returns the DAFontStyle object.
DAStatics Class
FontSame as FontAnim except that points is a non-animated number (a double).
lib.Font(
face,
points,
color>© 1998 Microsoft Corporation. All rights reserved. Terms of Use.