DAStatic Functions Relevant to DAFontStyle Objects



FontAnim

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

Same as FontAnim except that points is a non-animated number (a double).

lib.Font(
  face,
  points,
  color>

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.