DirectAnimation Animated Header --FontStyleBvr Class DirectAnimation Animated Header --FontStyleBvr Class* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: EventCallbackObject Interface
*Next Topic: GeometryBvr Class

FontStyleBvr Class


These are the fields and methods for the FontStyleBvr Class:

public FontStyleBvr bold()
public FontStyleBvr color(ColorBvr color)
public FontStyleBvr family(StringBvr face)
public FontStyleBvr italic()
public FontStyleBvr size(NumberBvr points)
public FontStyleBvr strikethrough()
public FontStyleBvr textAntialiasing(double antiAliasing)
public FontStyleBvr underline()
public FontStyleBvr weight(NumberBvr weight)
public static FontStyleBvr newUninitBvr()
Fields Defined in Statics
public static final FontStyleBvr defaultFont
Methods Defined in Statics
public static FontStyleBvr font(StringBvr face, NumberBvr points, ColorBvr color)
public static ImageBvr stringImage(StringBvr string, FontStyleBvr fs)

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

*Top of Page