Click or drag to resize

LOGFONT Structure

Defines the attributes of a font.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public struct LOGFONT

The LOGFONT type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldlfCharSet
Specifies the character set.
Public fieldlfClipPrecision
Specifies the clipping precision.
Public fieldlfEscapement
Specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device.
Public fieldlfFaceName
A string that specifies the typeface name of the font.
Public fieldlfHeight
Specifies the height, in logical units, of the font's character cell or character.
Public fieldlfItalic
Non zero to specify an italic font.
Public fieldlfOrientation
Specifies the angle, in tenths of degrees, between each character's base line and the x-axis of the device.
Public fieldlfOutPrecision
Specifies the output precision.
Public fieldlfPitchAndFamily
Specifies the pitch and group of the font.
Public fieldlfQuality
Specifies the output quality.
Public fieldlfStrikeOut
Non zero to specify a strikeout font.
Public fieldlfUnderline
Non zero to specify an underlined font.
Public fieldlfWeight
Specifies the weight of the font in the range 0 through 1000. For example, 400 is normal and 700 is bold. If this value is zero, a default weight is used.
Public fieldlfWidth
Specifies the average width, in logical units, of characters in the font.
Top
See Also