Class FontProfile
The FontProfile 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 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 |