C# Class Sharpex2D.Rendering.OpenGL.TextEntity

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

Méthodes publiques

Méthode Description
DrawText ( ) : void

Draws the text.

TextEntity ( string text, OpenGLFont font, Color color, int wrapWidth ) : Sharpex2D.Common.Extensions

Initializes a new TextEntity class.

Method Details

DrawText() public méthode

Draws the text.
public DrawText ( ) : void
Résultat void

TextEntity() public méthode

Initializes a new TextEntity class.
public TextEntity ( string text, OpenGLFont font, Color color, int wrapWidth ) : Sharpex2D.Common.Extensions
text string The Text.
font OpenGLFont The Font.
color Color The Color.
wrapWidth int The Wordwrap Width.
Résultat Sharpex2D.Common.Extensions