Statics Methods Relevant to FontStyleBvr Objects DirectAnimation Animated Header --Statics Methods Relevant to FontStyleBvr Objects* Microsoft DirectAnimation SDK
*Topic Contents
*Previous Topic: DXMEvent Objects
*Next Topic: GeometryBvr Objects

Statics Methods Relevant to FontStyleBvr Objects

font Specifies the face, size in points, and color of a FontStyleBvr object.

font

Statics Class

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

Syntax

public static FontStyleBvr font( StringBvr face, NumberBvr points, ColorBvr color>;

Parameters

face
StringBvr object specifying the font face. This parameter can also be of type java.lang.String.
points
NumberBvr object specifying the font size, in points. This parameter can also be of type double.
color
ColorBvr object specifying the font color.

Return Value

Returns the FontStyleBvr object.


Top of Page Top of Page
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.