シンタックス
            
            
            
            
            '宣言
 
Public Shared Function GetBuiltInIndex( _
   ByVal  As System.String, _
   ByVal  As System.Boolean, _
   ByVal  As System.Boolean, _
   ByVal  As System.Boolean, _
   ByVal  As System.Boolean, _
   ByVal  As System.Boolean _
) As System.Integer
             
        
            
            '使用法
 
Dim fontName As System.String
Dim bold As System.Boolean
Dim italic As System.Boolean
Dim sansSerif As System.Boolean
Dim fixedPitch As System.Boolean
Dim symbol As System.Boolean
Dim value As System.Integer
 
value = FontSubSet.GetBuiltInIndex(fontName, bold, italic, sansSerif, fixedPitch, symbol)
             
        
            
            public static System.int GetBuiltInIndex( 
   System.string ,
   System.bool ,
   System.bool ,
   System.bool ,
   System.bool ,
   System.bool 
)
             
        
             
        
            パラメータ
- fontName
 
- bold
 
- italic
 
- sansSerif
 
- fixedPitch
 
- symbol
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照