Search Results for

    Show / Hide Table of Contents

    Class FontProfile

    The font profile class.

    Inheritance
    object
    AssetProfile
    FontProfile
    Inherited Members
    AssetProfile.DefaultName
    AssetProfile.Name
    AssetProfile.ExcludeAsset
    AssetProfile.Platform
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Assets.Exporters
    Assembly: Evergine.Assets.dll
    Syntax
    public class FontProfile : AssetProfile

    Constructors

    FontProfile()

    Initializes a new instance of the FontProfile class.

    Declaration
    public FontProfile()

    FontProfile(FontSource)

    Initializes a new instance of the FontProfile class.

    Declaration
    public FontProfile(FontSource source)
    Parameters
    Type Name Description
    FontSource source

    The font source.

    Fields

    DefaultCharset

    Default charset for fonts atlas generation.

    Declaration
    public const string DefaultCharset = "[' ', '~']"
    Field Value
    Type Description
    string

    Properties

    Charset

    Gets or sets the charset include.

    Declaration
    public string Charset { get; set; }
    Property Value
    Type Description
    string

    MinGlyphSize

    Gets or sets the minimum glyph size. Default = 32 pixels.

    Declaration
    public int MinGlyphSize { get; set; }
    Property Value
    Type Description
    int

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX