'宣言 Public Overloads Shared Function GetFontSubSet( _ ByVal fontName As System.String, _ ByVal bold As System.Boolean, _ ByVal italic As System.Boolean _ ) As FontSubSet
'使用法 Dim fontName As System.String Dim bold As System.Boolean Dim italic As System.Boolean Dim value As FontSubSet value = FontSubSet.GetFontSubSet(fontName, bold, italic)
パラメータ
- fontName
- The font name.
- bold
- The bold flag of the font.
- italic
- The italic flag of the font.
戻り値の型
The FontSubSet object.