Sets already exist FontSubSet object to cache.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Shared Sub SetFontSubSet( _
   ByVal  As FontKey, _
   ByVal  As FontSubSet _
) 
             
        
            
            '使用法
 
Dim fk As FontKey
Dim fss As FontSubSet
 
FontSubSet.SetFontSubSet(fk, fss)
             
        
            
            public static void SetFontSubSet( 
   FontKey ,
   FontSubSet 
)
             
        
             
        
            パラメータ
- fk
 
- The exist FontSubSet.FontKey object.
 - fss
 
- The exist FontSubSet object.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照