C# Class OpenBve.Fonts.OpenGlFont

Represents a font.
Inheritance: IDisposable
ファイルを表示 Open project: leezer3/OpenBVE Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void