Class FontMetaFile
The Font Metafile class.
Inheritance
FontMetaFile
Inherited Members
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public class FontMetaFile : AssetMetaFileWithSource<FontSource, FontProfile, FontExporter>, IAssetWithSource, IAssetMetaFile
Constructors
FontMetaFile()
Initializes a new instance of the FontMetaFile class.
Declaration
public FontMetaFile()
FontMetaFile(FontSource)
Initializes a new instance of the FontMetaFile class.
Declaration
public FontMetaFile(FontSource resource)
Parameters
Type | Name | Description |
---|---|---|
FontSource | resource | Font source. |
Fields
Extension
The font extension.
Declaration
public static readonly string Extension
Field Value
Type | Description |
---|---|
string |
Properties
ExtensionMetafile
Gets the file extension.
Declaration
public override string ExtensionMetafile { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
NeedsToImportData
Gets a value indicating whether the source data needs to be imported when exporting.
Declaration
public override bool NeedsToImportData { get; }
Property Value
Type | Description |
---|---|
bool |