Search Results for

    Show / Hide Table of Contents

    Class FontUtils

    Helper methods for reading raw OpenType font tables, in particular extracting the font family name (name ID 1) directly from a DirectWrite font face's 'name' table.

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

    Methods

    View Source

    GetFontFamilyFromFontFace(FontFace)

    Declaration
    public static string GetFontFamilyFromFontFace(FontFace fontFace)
    Parameters
    Type Name Description
    FontFace fontFace
    Returns
    Type Description
    string
    • View Source
    In this article
    Back to top Generated by DocFX