LogFont Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members

Include .NET Compact Framework Members
Include XNA Framework Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

The LogFont type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public methodSupported by the .NET Compact Framework Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported 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.)
Public methodSupported by the .NET Compact Framework GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldSupported by the .NET Compact Framework CharSet Specifies the character set.
Public fieldSupported by the .NET Compact Framework ClipPrecision Specifies the clipping precision.
Public fieldSupported 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 fieldSupported by the .NET Compact Framework FaceName A null-terminated string that specifies the typeface name of the font.
Public fieldSupported by the .NET Compact Framework Height Specifies the height of the character cell or character of a font.
Public fieldSupported by the .NET Compact Framework Italic Specifies an italic font style, if set to true.
Public fieldSupported 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 fieldSupported by the .NET Compact Framework OutPrecision Specifies the output precision.
Public fieldSupported by the .NET Compact Framework PitchAndFamily Specifies a font family.
Public fieldSupported by the .NET Compact Framework Quality Specifies the output quality.
Public fieldSupported by the .NET Compact Framework StrikeOut Specifies a strikethrough font style, if set to true.
Public fieldSupported by the .NET Compact Framework Underline Specifies an underline font style, if set to true.
Public fieldSupported by the .NET Compact Framework Weight Specifies the weight of the font.
Public fieldSupported by the .NET Compact Framework Width Specifies the average width of characters in the font.

Top

See Also

Reference

LogFont Class

Microsoft.WindowsCE.Forms Namespace