Share via


LogFont Members

Defines the characteristics of a font for creating rotated text effects.

The following tables list the members exposed by the LogFont type.

Public Constructors

  Name Description
Public method Supported by the .NET Compact Framework LogFont Initializes a new instance of the LogFont class.

Top

Public Fields

  Name Description
Public field Supported by the .NET Compact Framework CharSet Specifies the character set.
Public field Supported by the .NET Compact Framework ClipPrecision Specifies the clipping precision.
Public field Supported by the .NET Compact Framework Escapement Specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device.
Public field Supported by the .NET Compact Framework FaceName A null-terminated string that specifies the typeface name of the font.
Public field Supported by the .NET Compact Framework Height Specifies the height of the character cell or character of a font.
Public field Supported by the .NET Compact Framework Italic Specifies an italic font style, if set to true.
Public field Supported by the .NET Compact Framework Orientation Specifies the angle, in tenths of degrees, between each character's base line and the x-axis of the device.
Public field Supported by the .NET Compact Framework OutPrecision Specifies the output precision.
Public field Supported by the .NET Compact Framework PitchAndFamily Specifies a font family.
Public field Supported by the .NET Compact Framework Quality Specifies the output quality.
Public field Supported by the .NET Compact Framework StrikeOut Specifies a strikethrough font style, if set to true.
Public field Supported by the .NET Compact Framework Underline Specifies an underline font style, if set to true.
Public field Supported by the .NET Compact Framework Weight Specifies the weight of the font.
Public field Supported by the .NET Compact Framework Width Specifies the average width of characters in the font.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Supported by the .NET Compact Framework Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Supported by the .NET Compact Framework ToString  Returns a String that represents the current Object. (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Supported by the .NET Compact Framework 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.)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)

Top

See Also

Reference

LogFont Class
Microsoft.WindowsCE.Forms Namespace

Other Resources

Rotated Text Using LogFont Sample