SetFontSubSet(FontKey,FontSubSet) Method
In This Topic
Sets already exist FontSubSet object to cache.
Syntax
'Declaration
Public Overloads Shared Sub SetFontSubSet( _
ByVal As FontKey, _
ByVal As FontSubSet _
)
public static void SetFontSubSet(
FontKey ,
FontSubSet
)
Parameters
- fk
- The exist FontSubSet.FontKey object.
- fss
- The exist FontSubSet object.
See Also