Click or drag to resize

LOGFONT Fields

The LOGFONT type exposes the following members.

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