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