[]
Gets font subset for font file name with path.
public static FontSubSet GetFontSubSet(string path)
Public Shared Function GetFontSubSet(path As String) As FontSubSet
| Type | Name | Description |
|---|---|---|
| string | path | The path for font file. |
| Type | Description |
|---|---|
| FontSubSet | The font subset object. |
Gets font subset for raw font data.
public static FontSubSet GetFontSubSet(byte[] data)
Public Shared Function GetFontSubSet(data As Byte()) As FontSubSet
| Type | Name | Description |
|---|---|---|
| byte[] | data | The raw font data. |
| Type | Description |
|---|---|
| FontSubSet | The font subset object. |