[]
Search best alternative for text in font subset array.
public FontSubSet GetAlternativeFont(string text, IEnumerable<FontSubSet> substitutions)
| Type | Name | Description |
|---|---|---|
| string | text | The text for substitution. |
| IEnumerable<FontSubSet> | substitutions | The font subset list. |
| Type | Description |
|---|---|
| FontSubSet | The index of best alternative font (font subset). |