토글버튼 » Api
setofffont
Description
토글버튼 off상태의 text 폰트정보를 설정하는 APi이다.
Parameters
Parameters |
Type |
Description |
strFontName |
short |
폰트 이름 |
nFontSize |
short |
폰트 사이즈 |
bFontBold |
BOOL |
굵게(bold)효과 적용 여부 또는 폰트 굵기(font-weight) 값(100 ~ 900) |
bFontItalic |
BOOL |
이탤릭체(Italic:기울어진체)효과 적용 여부 |
bFontUnderline |
BOOL |
밑줄(underline)효과 적용 여부 |
bFontStrikeout |
BOOL |
취소선 효과 적용 여부 |
Return Value
Example
function setofffont_on_mouseup(objInst)
{
togglebtn.setofffont("바탕체",13,true,true,true,false);
}
See Also
getofffont
Viewer Ver.
9.1.1.1
Update Date
20190307