C1.Win.4.8 Assembly / C1.Util Namespace / FontSubSet Class / GetFontSubSet Method / GetFontSubSet(String,Boolean,Boolean) Method
The font name.
The bold flag of the font.
The italic flag of the font.

In This Topic
GetFontSubSet(String,Boolean,Boolean) Method
In This Topic
Create FontSubSet object using font name and styles.
Syntax
'Declaration
 
Public Overloads Shared Function GetFontSubSet( _
   ByVal fontName As String, _
   ByVal bold As Boolean, _
   ByVal italic As Boolean _
) As FontSubSet
 

Parameters

fontName
The font name.
bold
The bold flag of the font.
italic
The italic flag of the font.

Return Value

The FontSubSet object.
See Also