DirectAnimation Animated Header --DAStatic Functions Relevant to DAFontStyle Objects DirectAnimation Animated Header --DAStatic Functions Relevant to DAFontStyle Objects* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: DAStatic Properties Relevant to DAEndStyle Objects
*Next Topic: DAStatic Properties Relevant to DAFontStyle Objects

DAStatic Functions Relevant to DAFontStyle Objects



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.

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.


Font

DAStatics Class

Same 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.

*Top of Page