Search Results for

    Show / Hide Table of Contents

    Class LogFontFt

    Holds the FreeType face handle and cached metrics (family, style, ascent/descent, bounding box, kerning and other attributes) for a single font file, and lazily opens the FreeType face on demand.

    Inheritance
    object
    LogFontFt
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.CrossPlatform.dll
    Syntax
    public class LogFontFt

    Constructors

    View Source

    LogFontFt()

    Declaration
    public LogFontFt()

    Fields

    View Source

    BBox

    Declaration
    public Rectangle BBox
    Field Value
    Type Description
    Rectangle
    View Source

    Capheight

    Declaration
    public int Capheight
    Field Value
    Type Description
    int
    View Source

    FontFaces

    Declaration
    public static SortedList<string, int> FontFaces
    Field Value
    Type Description
    SortedList<string, int>
    View Source

    ItalicAngle

    Declaration
    public double ItalicAngle
    Field Value
    Type Description
    double
    View Source

    MaxWidth

    Declaration
    public int MaxWidth
    Field Value
    Type Description
    int
    View Source

    StemV

    Declaration
    public double StemV
    Field Value
    Type Description
    double
    View Source

    ascent

    Declaration
    public int ascent
    Field Value
    Type Description
    int
    View Source

    avCharWidth

    Declaration
    public int avCharWidth
    Field Value
    Type Description
    int
    View Source

    bold

    Declaration
    public bool bold
    Field Value
    Type Description
    bool
    View Source

    convfactor

    Declaration
    public double convfactor
    Field Value
    Type Description
    double
    View Source

    descent

    Declaration
    public int descent
    Field Value
    Type Description
    int
    View Source

    faceinit

    Declaration
    public bool faceinit
    Field Value
    Type Description
    bool
    View Source

    familyname

    Declaration
    public string familyname
    Field Value
    Type Description
    string
    View Source

    filename

    Declaration
    public string filename
    Field Value
    Type Description
    string
    View Source

    fixedpitch

    Declaration
    public bool fixedpitch
    Field Value
    Type Description
    bool
    View Source

    ftface

    Declaration
    public FT_FaceRec_* ftface
    Field Value
    Type Description
    FT_FaceRec_*
    View Source

    ftlibrary

    Declaration
    public FT_LibraryRec_* ftlibrary
    Field Value
    Type Description
    FT_LibraryRec_*
    View Source

    fullinfo

    Declaration
    public bool fullinfo
    Field Value
    Type Description
    bool
    View Source

    havekerning

    Declaration
    public bool havekerning
    Field Value
    Type Description
    bool
    View Source

    height

    Declaration
    public int height
    Field Value
    Type Description
    int
    View Source

    heightmult

    Declaration
    public double heightmult
    Field Value
    Type Description
    double
    View Source

    iface

    Declaration
    public int iface
    Field Value
    Type Description
    int
    View Source

    italic

    Declaration
    public bool italic
    Field Value
    Type Description
    bool
    View Source

    kerningfile

    Declaration
    public string kerningfile
    Field Value
    Type Description
    string
    View Source

    keyname

    Declaration
    public string keyname
    Field Value
    Type Description
    string
    View Source

    leading

    Declaration
    public int leading
    Field Value
    Type Description
    int
    View Source

    postcriptname

    Declaration
    public string postcriptname
    Field Value
    Type Description
    string
    View Source

    stylename

    Declaration
    public string stylename
    Field Value
    Type Description
    string
    View Source

    type1

    Declaration
    public bool type1
    Field Value
    Type Description
    bool
    View Source

    weight

    Declaration
    public int weight
    Field Value
    Type Description
    int
    View Source

    widthmult

    Declaration
    public double widthmult
    Field Value
    Type Description
    double

    Methods

    View Source

    Dispose()

    Declaration
    public void Dispose()
    View Source

    OpenFont()

    Declaration
    public void OpenFont()
    • View Source
    In this article
    Back to top Generated by DocFX