Class FontSource
This class represent the texture asset source.
Implements
Inherited Members
Namespace: Evergine.Framework.Assets
Assembly: Evergine.Framework.dll
Syntax
public class FontSource : AssetSource, IAssetSource
Properties
AssetParts
Gets the asset parts of the asset source.
Declaration
public override List<AssetPart> AssetParts { get; }
Property Value
| Type | Description |
|---|---|
| List<AssetPart> |
Overrides
FontData
Gets or sets the font data.
Declaration
public FontDataPart FontData { get; set; }
Property Value
| Type | Description |
|---|---|
| FontDataPart |
FontInfo
Gets or sets the font info.
Declaration
public FontInfoPart FontInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| FontInfoPart |