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
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.