PrintDocument for WinForms
GetFontSubSet(String,Boolean,Boolean) メソッド


C1.PrintDocument.6 アセンブリ > C1.Util 名前空間 > FontSubSet クラス > GetFontSubSet メソッド : GetFontSubSet(String,Boolean,Boolean) メソッド
The font name.
The bold flag of the font.
The italic flag of the font.
Create FontSubSet object using font name and styles.
シンタックス
'宣言
 
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)
public static FontSubSet GetFontSubSet( 
   System.string fontName,
   System.bool bold,
   System.bool italic
)

パラメータ

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

戻り値の型

The FontSubSet object.
参照

FontSubSet クラス
FontSubSet メンバ
オーバーロード一覧