C# Class OpenBve.Fonts.OpenGlFont

Represents a font.
Inheritance: IDisposable
Afficher le fichier Open project: leezer3/OpenBVE Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
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.

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void