LOGFONTW Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the attributes of a font.
public value class LOGFONTW
struct LOGFONTW
public struct LOGFONTW
type LOGFONTW = struct
Public Structure LOGFONTW
- Inheritance
-
LOGFONTW
Remarks
This structure maps to the LOGFONT structure documented in the Microsoft Platform Software Development Kit and is provided only as a COM wrapper.
Fields
lfCharSet |
Specifies the character set. |
lfClipPrecision |
Specifies the clipping precision. |
lfEscapement |
Specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device. |
lfFaceName |
A null-terminated string that specifies the typeface name of the font. |
lfHeight |
Specifies the height, in logical units, of the font's character cell or character. |
lfItalic |
Specifies an italic font if set to |
lfOrientation |
Specifies the angle, in tenths of degrees, between each character's base line and the x-axis of the device. |
lfOutPrecision |
Specifies the output precision. |
lfPitchAndFamily |
Specifies the pitch and family of the font. |
lfQuality |
Specifies the output quality. |
lfStrikeOut |
Specifies a strikeout font if set to |
lfUnderline |
Specifies an underline font if set to |
lfWeight |
Specifies the weight of the font in the range 0 through 1000. |
lfWidth |
Specifies the average width, in logical units, of characters in the font. |