텍스트의 세로 길이를 반환하는 API이다.
function btnText_on_mouseup() { screen.alert(txt.gettextheight()); // 텍스트의높이값을리턴 }