[]
Create FontSubSet object using font name and styles.
public static FontSubSet GetFontSubSet(Font font)
| 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)
| 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)
| Type | Name | Description |
|---|---|---|
| FontKey | fk | The font key object. |
| Type | Description |
|---|---|
| FontSubSet | The FontSubSet object. |