NativeMethods.LOGFONT Members

Include Protected Members
Include Inherited Members

Represents the attributes of a font.

The NativeMethods.LOGFONT type exposes the following members.

Constructors

  Name Description
Public method NativeMethods.LOGFONT Initializes a new instance of the NativeMethods.LOGFONT class.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Fields

  Name Description
Public field lfCharSet Specifies the character set.
Public field lfClipPrecision Specifies the clipping precision.
Public field lfEscapement Specifies the angle between the escapement vector and the x-axis of the device.
Public field lfFaceName Specifies a null-terminated string that specifies the typeface name of the font.
Public field lfHeight Specifies the height of the font's character cell or character.
Public field lfItalic Specifies an italic font.
Public field lfOrientation Specifies the angle between each character's base line and the x-axis of the device.
Public field lfOutPrecision Specifies the output precision value.
Public field lfPitchAndFamily Specifies the pitch and family of the font.
Public field lfQuality Specifies the output quality value.
Public field lfStrikeOut Specifies a strikeout font.
Public field lfUnderline Specifies an underlined font.
Public field lfWeight Specifies the weight of the font.
Public field lfWidth Specifies the average width of characters in the font.

Top

See Also

Reference

NativeMethods.LOGFONT Class

Microsoft.VisualStudio Namespace