네비바 » Api

setitemfont

Description

네비바의 아이템 폰트를 지정하는 API이다.

Parameters

Parameters Type Description
strFontName STRING 폰트 이름
nFontSize short 폰트 사이즈
bFontBold BOOL 굵게(bold)효과 적용 여부 또는 폰트 굵기(font-weight) 값(100 ~ 900)
bFontItalic BOOL 이탤릭체(Italic:기울어진체)효과 적용 여부
bFontUnderline BOOL 밑줄(underline)효과 적용 여부
bFontStrikeout BOOL 취소선 효과 적용 여부

Return Value

Type Description
void 없음

Example

function setfont_on_mouseup(objInst) { navi01.setitemfont("바탕체", 11, false, false, false, false); navi01.setlastitemfont("굴림체", 11, true, false, true, true); }

See Also

getitemfont
setlastitemfont
getlastitemfont

Viewer Ver.

9.1.1.1

Update Date

20200618