그리드 » Api
  
setheaderfont
  
Description
  
Parameters
  
    
      | Parameters | 
      Type | 
      Description | 
    
  
  
        
    
        | strFontName | 
        STRING | 
 	폰트명 | 
      
    
    
        | nFontSize | 
        short | 
 	폰트사이즈 | 
      
    
    
        | bFontBold | 
        BOOL | 
 	굵게여부(true, false) 또는 폰트 굵기(font-weight) 값(100 ~ 900) | 
      
    
    
        | bFontItalic | 
        BOOL | 
 	기울림여부(true, false) | 
      
    
    
        | bFontUnderline | 
        BOOL | 
 	밑줄여부(true, false) | 
      
    
    
        | bFontStrikeout | 
        BOOL | 
 	[옵션] 취소선 효과 적용 여부 (기본값: false) | 
      
  
  
Return Value
  
    
      | Type | 
      Description | 
    
  
  
    
      | BOOL | 
      정상 적용 여부(true, false) | 
    
  
Example
function btn_on_mouseup()
{
	grd.setheaderfont("돋움체", 9, true, false, false);
}
  
See Also
getheaderfont
setheaderfontex
  
Viewer Ver.
9.1.1.1
  
Update Date
 20210325