![]() |
![]() | ![]() |
![]() |
| |||
|
Statics Methods Relevant to FontStyleBvr Objects
font Specifies the face, size in points, and color of a FontStyleBvr object. font
Statics ClassSpecifies 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.