Class GameFontSystem
The game system in charge of calling FontSystem.
public class GameFontSystem : GameSystemBase, IDisposable, ICollectorHolder, IGameSystemBase, IComponent, IReferencable, IUpdateable, IDrawable, IContentable- Inheritance
- 
      objectGameFontSystem
- Implements
- Inherited Members
- Extension Methods
Constructors
GameFontSystem(IServiceRegistry)
public GameFontSystem(IServiceRegistry registry)Parameters
- registryIServiceRegistry
Properties
FontSystem
public FontSystem FontSystem { get; }Property Value
Methods
Draw(GameTime)
Draws this instance.
public override void Draw(GameTime gameTime)Parameters
- gameTimeGameTime
- The current timing. 
LoadContent()
protected override void LoadContent()UnloadContent()
protected override void UnloadContent()