컨트롤의 text 폰트명을 반환하는 API이다.
function btn_getfontname_on_mouseup() { screen.alert(txtTest.getfontname()); }