'Declaration
Public Function GetAlternativeFont( _ ByVal text As String, _ ByVal substitutions As IEnumerable(Of FontSubSet) _ ) As FontSubSet
public FontSubSet GetAlternativeFont( string text, IEnumerable<FontSubSet> substitutions )
Parameters
- text
- The text for substitution.
- substitutions
- The font subset list.
Return Value
The index of best alternative font (font subset).