[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.DirectWrite.LogFont

Class LogFont

Namespace
GrapeCity.Documents.DX.DirectWrite
Assembly
GcDocs.DX.Windows.dll

Defines the attributes of a GDI-compatible font.

public class LogFont
Inheritance
object
LogFont
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

LogFont()

public LogFont()

Fields

lfCharSet

The character set.

public byte lfCharSet

Field Value

byte

lfClipPrecision

The clipping precision.

public byte lfClipPrecision

Field Value

byte

lfEscapement

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

public int lfEscapement

Field Value

int

lfFaceName

A string that specifies the typeface name of the font.

public string lfFaceName

Field Value

string

lfHeight

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

public int lfHeight

Field Value

int

lfItalic

An italic font if set to TRUE.

public byte lfItalic

Field Value

byte

lfOrientation

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

public int lfOrientation

Field Value

int

lfOutPrecision

The output precision.

public byte lfOutPrecision

Field Value

byte

lfPitchAndFamily

The pitch and family of the font.

public byte lfPitchAndFamily

Field Value

byte

lfQuality

The output quality.

public byte lfQuality

Field Value

byte

lfStrikeOut

A strikeout font if set to TRUE.

public byte lfStrikeOut

Field Value

byte

lfUnderline

An underlined font if set to TRUE.

public byte lfUnderline

Field Value

byte

lfWeight

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

public int lfWeight

Field Value

int

lfWidth

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

public int lfWidth

Field Value

int