TextMesh.characterSize

var characterSize : float

Description

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

JavaScript
    GetComponent(TextMesh).characterSize = 10;