C# Class StbEasyFont, UnityStbEasyFont

Show file Open project: aras-p/UnityStbEasyFont Class Usage Examples

Public Methods

Method Description
GenerateMesh ( float x, float y, string text, Color32 color, List vertexBuffer, List colorBuffer ) : void

Private Methods

Method Description
GenerateSegs ( float x, float y, byte segs, int segs_start, int num_segs, bool vertical, Color32 c, List vbuf, List cbuf ) : void

Method Details

GenerateMesh() public static method

public static GenerateMesh ( float x, float y, string text, Color32 color, List vertexBuffer, List colorBuffer ) : void
x float
y float
text string
color UnityEngine.Color32
vertexBuffer List
colorBuffer List
return void