Search Results for

    Show / Hide Table of Contents

    Class Win32Native.LogFont

    Log Font struct.

    Inheritance
    object
    Win32Native.LogFont
    Namespace: Evergine.Forms
    Assembly: Evergine.Forms.dll
    Syntax
    public class Win32Native.LogFont

    Fields

    LfCharSet

    The lf char set.

    Declaration
    public byte LfCharSet
    Field Value
    Type Description
    byte

    LfClipPrecision

    The lf clip precision.

    Declaration
    public byte LfClipPrecision
    Field Value
    Type Description
    byte

    LfEscapement

    The lf escapement.

    Declaration
    public int LfEscapement
    Field Value
    Type Description
    int

    LfFaceName

    The lf face name.

    Declaration
    public string LfFaceName
    Field Value
    Type Description
    string

    LfHeight

    The lf height.

    Declaration
    public int LfHeight
    Field Value
    Type Description
    int

    LfItalic

    The lf italic.

    Declaration
    public byte LfItalic
    Field Value
    Type Description
    byte

    LfOrientation

    The lf orientation.

    Declaration
    public int LfOrientation
    Field Value
    Type Description
    int

    LfOutPrecision

    The lf out precision.

    Declaration
    public byte LfOutPrecision
    Field Value
    Type Description
    byte

    LfPitchAndFamily

    The lf pitch and family.

    Declaration
    public byte LfPitchAndFamily
    Field Value
    Type Description
    byte

    LfQuality

    The lf quality.

    Declaration
    public byte LfQuality
    Field Value
    Type Description
    byte

    LfStrikeOut

    The lf strike out.

    Declaration
    public byte LfStrikeOut
    Field Value
    Type Description
    byte

    LfUnderline

    The lf underline.

    Declaration
    public byte LfUnderline
    Field Value
    Type Description
    byte

    LfWeight

    The lf weight.

    Declaration
    public int LfWeight
    Field Value
    Type Description
    int

    LfWidth

    The lf width.

    Declaration
    public int LfWidth
    Field Value
    Type Description
    int

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX