도형의 text 폰트가 굵게(bold)효과가 적용되어 있는지 여부를 반환하는 API이다.
function btn_getfontbold_on_mouseup() { screen.alert("Result : " + objShape.getfontbold()); }