[]
Sets already exist FontSubSet object to cache.
public static void SetFontSubSet(FontSubSet fss)
Public Shared Sub SetFontSubSet(fss As FontSubSet)
| Type | Name | Description |
|---|---|---|
| FontSubSet | fss | The exist FontSubSet object. |
Sets already exist FontSubSet object to cache.
public static void SetFontSubSet(FontKey fk, FontSubSet fss)
Public Shared Sub SetFontSubSet(fk As FontKey, fss As FontSubSet)
| Type | Name | Description |
|---|---|---|
| FontKey | fk | The exist FontKey object. |
| FontSubSet | fss | The exist FontSubSet object. |