C# Класс OpenBve.Fonts.OpenGlFont

Represents a font.
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
GetCharacterData ( string text, int offset, Textures &texture, OpenGlFontChar &data ) : int

Gets data associated with the specified codepoint.

GetCharacterData ( string text, int offset, int &texture, OpenGlFontChar &data ) : int

Gets data associated with the specified codepoint.

OpenGlFont ( FontFamily family, float size ) : System

Creates a new font.

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

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void