GetFontSubSet(Font) Method
In This Topic
Create FontSubSet object using font name and styles.
Syntax
'Declaration
Public Overloads Shared Function GetFontSubSet( _
ByVal As Font _
) As FontSubSet
public static FontSubSet GetFontSubSet(
Font
)
Parameters
- font
- The font object.
Return Value
The FontSubSet object.
See Also