Font Object for Visual Basic 6.0 Users

Visual Basic 6.0 provides two ways to set Font properties; in Visual Basic 2008 there is a single Font class.

Conceptual Differences

In Visual Basic 6.0, Font properties can be set by means of a stdFont object rather than setting the properties directly. The Visual Basic 6.0 stdFont object is replaced in Visual Basic 2008 by the Font class; there is no direct mapping of the properties and methods. For more information, see Font Handling for Visual Basic 6.0 Users.

See Also

Concepts

Font Handling for Visual Basic 6.0 Users