[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.LogFont

LogFont Class

Defines the attributes of a GDI-compatible font.

Inheritance
LogFont
Namespace: C1.Util.DX.DirectWrite
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public class LogFont

Constructors

Name Description
LogFont()

Fields

Name Description
lfCharSet

The character set.

lfClipPrecision

The clipping precision.

lfEscapement

The angle, in tenths of degrees, between the escapement vector and the x-axis of the device.

lfFaceName

A string that specifies the typeface name of the font.

lfHeight

The height, in logical units, of the font's character cell or character.

lfItalic

An italic font if set to TRUE.

lfOrientation

The angle, in tenths of degrees, between each character's base line and the x-axis of the device.

lfOutPrecision

The output precision.

lfPitchAndFamily

The pitch and family of the font.

lfQuality

The output quality.

lfStrikeOut

A strikeout font if set to TRUE.

lfUnderline

An underlined font if set to TRUE.

lfWeight

The weight of the font in the range 0 through 1000.

lfWidth

The average width, in logical units, of characters in the font.