도형의 text 폰트가 이탤릭체(Italic:기울어진체)인지 여부를 반환하는 API이다.
function btn_getfontitalic_on_mouseup() { screen.alert("Result : " + objShape.getfontitalic()); }