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

C1.Win.4.8 アセンブリ > 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 String, _
   ByVal bold As Boolean, _
   ByVal italic As Boolean _
) As FontSubSet
public static FontSubSet GetFontSubSet( 
   string fontName,
   bool bold,
   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 メンバ
オーバーロード一覧