C1.Win.8 Assembly / C1.Util Namespace / FontSubSet Class / GetFontSubSet Method / GetFontSubSet(Font) Method
The font object.

In This Topic
GetFontSubSet(Font) Method
In This Topic
Create FontSubSet object using font name and styles.
Syntax
'Declaration
 
Public Overloads Shared Function GetFontSubSet( _
   ByVal font As Font _
) As FontSubSet
 

Parameters

font
The font object.

Return Value

The FontSubSet object.
See Also