애로우박스 » Api

getfontbold

Description

도형의 text 폰트가 굵게(bold)효과가 적용되어 있는지 여부를 반환하는 API이다.

Return Value

Type Description
BOOL 폰트 굵게(bold) 여부(true, false) 또는 폰트 굵기(font-weight) 값(100 ~ 900)

Example

function btn_getfontbold_on_mouseup() { screen.alert("Result : " + objShape.getfontbold()); }

See Also

getfont
getfontname
getfontsize
getfontitalic
getfontunderline

Viewer Ver.

9.1.1.1

Update Date

20220104