Search Results for

    Show / Hide Table of Contents

    Class FontProfile

    The FontProfile class.

    Inheritance
    object
    AssetProfile
    FontProfile
    Inherited Members
    AssetProfile.DefaultName
    AssetProfile.Name
    AssetProfile.ExcludeAsset
    AssetProfile.Platform
    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 character set for fonts atlas generation.

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

    Properties

    Charset

    Gets or sets the character set included.

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

    MinGlyphSize

    Gets or sets the minimum glyph size. Default is 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