Static Methods Relevant to FontStyleBvr Objects



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.

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

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

Returns the FontStyleBvr object.

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