캡션 » Api
  
setmousehoverfont
  
Description
Mouse Hover기능 사용시 마우스 커서가 텍스트 콤포넌트위로 올라왔을때의 폰트를 설정하는 API입니다.
  
  
Parameters
  
    
      | Parameters | 
      Type | 
      Description | 
    
  
  
        
    
        | strFontName | 
        STRING | 
 	폰트 이름 | 
      
    
    
        | nFontSize | 
        short | 
 	폰트 사이즈 | 
      
    
    
        | bFontBold | 
        BOOL | 
 	Bold 여부 또는 폰트 굵기(font-weight) 값(100 ~ 900) | 
      
    
    
        | bFontItalic | 
        BOOL | 
 	Italic 여부 | 
      
    
    
        | bFontUnderline | 
        BOOL | 
 	Underline 여부 | 
      
    
    
        | bFontStrikeout | 
        BOOL | 
 	Strikeout 여부 | 
      
  
  
Return Value
  
Example
function btn_on_mouseup(objInst)
{
	// mousehover시 폰트 진하게..
	caption.setmousehoverfont("굴림체", 9, true, false, false,false);
}
  
Viewer Ver.
9.1.1.1
  
Update Date
 20210531