C# Class Sharpex2D.Rendering.OpenGL.TextEntityManager

Afficher le fichier Open project: ThuCommix/Sharpex2D Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat OpenGLTexture

TextEntityManager() public méthode

Initializes a new TextEntityManager class.
public TextEntityManager ( ) : System.Collections.Generic
Résultat System.Collections.Generic