GetFontSubSet(String,Boolean,Boolean) Method
In This Topic
Create FontSubSet object using font name and styles.
Syntax
'Declaration
Public Overloads Shared Function GetFontSubSet( _
ByVal As String, _
ByVal As Boolean, _
ByVal As Boolean _
) As FontSubSet
public static FontSubSet GetFontSubSet(
string ,
bool ,
bool
)
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