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 System.String, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
) As FontSubSet
public static FontSubSet GetFontSubSet(
System.string ,
System.bool ,
System.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