C1.Win.4.8 Assembly / C1.Util Namespace / FontSubSet Class / GetFontSubSet Method / GetFontSubSet(FontKey) Method
The font key object.

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

Parameters

fk
The font key object.

Return Value

The FontSubSet object.
See Also