Method | Description | |
---|---|---|
GetIndexBuffer ( ) : |
|
|
GetVertexAttributeBuffer ( string bufferName, string varNameInShader ) : |
|
|
SetText ( string content, IFontTexture fontTextureService ) : void |
|
|
TextModel ( int maxCharCount ) : System |
|
|
UsesZeroIndexBuffer ( ) : bool |
Uses ZeroIndexBuffer or OneIndexBuffer.
|
Method | Description | |
---|---|---|
SetupGlyphPositions ( string content, IFontTexture fontTexture ) : void | ||
SetupGlyphTexCoord ( string content, IFontTexture fontTexture ) : void |
public GetVertexAttributeBuffer ( string bufferName, string varNameInShader ) : |
||
bufferName | string | |
varNameInShader | string | |
return |
public SetText ( string content, IFontTexture fontTextureService ) : void | ||
content | string | |
fontTextureService | IFontTexture | |
return | void |
public TextModel ( int maxCharCount ) : System | ||
maxCharCount | int | |
return | System |