Class FontProfile
The font profile class.
Inherited Members
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 |