MockFont ClassDelta Engine Documentation
Mock to quickly fake loading fonts View code on GitHub
Inheritance Hierarchy

System Object
  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

public class MockFont : Font

The MockFont type exposes the following members.

Constructors

  NameDescription
Public methodMockFont
Initializes a new instance of the MockFont class
Top
Methods

  NameDescription
Protected methodCreateDefault (Inherited from Font.)
Public methodDispose (Inherited from ContentData.)
Protected methodDisposeData (Inherited from Font.)
Protected methodInitializeDescriptionAndMaterial (Inherited from Font.)
Public methodInternalCreateDefault (Inherited from ContentData.)
Protected methodLoadData (Overrides Font LoadData(Stream).)
Public methodToString (Inherited from ContentData.)
Top
Fields

  NameDescription
Protected fieldContentChanged (Inherited from ContentData.)
Top
Properties

  NameDescription
Protected propertyAllowCreationIfContentNotFound (Inherited from Font.)
Public propertyData (Inherited from XmlContent.)
Public propertyIsDisposed (Inherited from ContentData.)
Public propertyMetaData (Inherited from ContentData.)
Public propertyName (Inherited from ContentData.)
Top
See Also