C# Класс Project290.Rendering.FontStatic

Used for keeping a list of all active fonts in the game.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Get ( string fontName ) : SpriteFont

Gets the specified font, and returns the corresponding SpriteFont.

Load ( string fontName, string directory ) : void

Loads a font, and matches it to the specified font name for easy use later.

Описание методов

Get() публичный статический Метод

Gets the specified font, and returns the corresponding SpriteFont.
public static Get ( string fontName ) : SpriteFont
fontName string Name of the font.
Результат Microsoft.Xna.Framework.Graphics.SpriteFont

Load() публичный статический Метод

Loads a font, and matches it to the specified font name for easy use later.
public static Load ( string fontName, string directory ) : void
fontName string
directory string
Результат void