C# 클래스 Sharpex2D.Rendering.OpenGL.TextEntityManager

파일 보기 프로젝트 열기: ThuCommix/Sharpex2D 1 사용 예제들

공개 메소드들

메소드 설명
GetFontTexture ( string text, OpenGLFont font, Color color, int wrapWidth ) : OpenGLTexture

Gets the font texture.

TextEntityManager ( ) : System.Collections.Generic

Initializes a new TextEntityManager class.

메소드 상세

GetFontTexture() 공개 메소드

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.
리턴 OpenGLTexture

TextEntityManager() 공개 메소드

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