캡션 » Api

getmousehoverfontitalic

Description

캡션의 마우스호버시 폰트가 이탤릭체(Italic:기울어진체)인지 여부를 반환하는 API이다.

Return Value

Type Description
BOOL 폰트 이탤릭체(Italic) 여부(true, false)

Example

function btn_getmousehoverfontitalic_on_mouseup() { screen.alert("Result : " + objShape.getmousehoverfontitalic()); }

See Also

getmousehoverfont

Viewer Ver.

9.1.1.1

Update Date

20210531