TextMesh.characterSize
var characterSize: float;
Description

The size of each character (This scales the whole text).

	GetComponent(TextMesh).characterSize = 10;