LogFont Fields

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

See Also

Reference

LogFont Class
Microsoft.WindowsCE.Forms Namespace

Other Resources

Rotated Text Using LogFont Sample