GetFontSubSet(String) Method
In This Topic
Gets font subset for font file name with path.
Syntax
'Declaration
Public Overloads Shared Function GetFontSubSet( _
ByVal As String _
) As FontSubSet
public static FontSubSet GetFontSubSet(
string
)
Parameters
- path
- The path for font file.
Return Value
The font subset object.
See Also