텍스트 » Api

getmousehoverfontbold

Description

텍스트의 마우스호버시 폰트가 굵게(bold)효과가 적용되어 있는지 여부를 반환하는 API이다.

Return Value

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

Example

function btn_getmousehoverfontbold_on_mouseup() { screen.alert("Result : " + txtObj.getmousehoverfontbold()); }

See Also

getmousehoverfont

Viewer Ver.

9.1.1.1

Update Date

20210601