Index Topic Contents | |||
Previous Topic: Static Fields Relevant to EndStyleBvr Objects Next Topic: Static Fields Relevant to FontStyleBvr Objects |
Static Methods Relevant to FontStyleBvr Objects
Statics Class
fontSpecifies 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.
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.