[]
Create FontSubSet object using font name and styles.
public static FontSubSet GetFontSubSet(Font font)
Public Shared Function GetFontSubSet(font As Font) As FontSubSet
| Type | Name | Description |
|---|---|---|
| Font | font | The font object. |
| Type | Description |
|---|---|
| FontSubSet | The FontSubSet object. |
Create FontSubSet object using font name and styles.
public static FontSubSet GetFontSubSet(string fontName, bool bold, bool italic)
Public Shared Function GetFontSubSet(fontName As String, bold As Boolean, italic As Boolean) As FontSubSet
| Type | Name | Description |
|---|---|---|
| string | fontName | The font name. |
| bool | bold | The bold flag of the font. |
| bool | italic | The italic flag of the font. |
| Type | Description |
|---|---|
| FontSubSet | The FontSubSet object. |
Create FontSubSet object using font name and styles.
public static FontSubSet GetFontSubSet(FontKey fk)
Public Shared Function GetFontSubSet(fk As FontKey) As FontSubSet
| Type | Name | Description |
|---|---|---|
| FontKey | fk | The font key object. |
| Type | Description |
|---|---|
| FontSubSet | The FontSubSet object. |