C# Class Sharpex2D.Rendering.OpenGL.TextEntityManager

Mostra file Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Methods

Method Description
GetFontTexture ( string text, OpenGLFont font, Color color, int wrapWidth ) : OpenGLTexture

Gets the font texture.

TextEntityManager ( ) : System.Collections.Generic

Initializes a new TextEntityManager class.

Method Details

GetFontTexture() public method

Gets the font texture.
public GetFontTexture ( string text, OpenGLFont font, Color color, int wrapWidth ) : OpenGLTexture
text string The Text.
font OpenGLFont The Font.
color Color The Color.
wrapWidth int The WrapWidth.
return OpenGLTexture

TextEntityManager() public method

Initializes a new TextEntityManager class.
public TextEntityManager ( ) : System.Collections.Generic
return System.Collections.Generic