Mock to quickly fake loading fonts
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Content ContentData
DeltaEngine.Content.Xml XmlContent
DeltaEngine.Rendering2D.Fonts Font
DeltaEngine.Rendering2D.Mocks MockFont
Namespace: DeltaEngine.Rendering2D.Mocks
Assembly: DeltaEngine.Rendering2D.Mocks (in DeltaEngine.Rendering2D.Mocks.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The MockFont type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MockFont | Initializes a new instance of the MockFont class |
Methods
Name | Description | |
---|---|---|
CreateDefault | (Inherited from Font.) | |
Dispose | (Inherited from ContentData.) | |
DisposeData | (Inherited from Font.) | |
InitializeDescriptionAndMaterial | (Inherited from Font.) | |
InternalCreateDefault | (Inherited from ContentData.) | |
LoadData | (Overrides Font LoadData(Stream).) | |
ToString | (Inherited from ContentData.) |
Fields
Name | Description | |
---|---|---|
ContentChanged | (Inherited from ContentData.) |
Properties
Name | Description | |
---|---|---|
AllowCreationIfContentNotFound | (Inherited from Font.) | |
Data | (Inherited from XmlContent.) | |
IsDisposed | (Inherited from ContentData.) | |
MetaData | (Inherited from ContentData.) | |
Name | (Inherited from ContentData.) |
See Also