Reports for WPF
FindByFamilyName メソッド (DocumentFontCollection)

C1.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > DocumentFontCollection クラス : FindByFamilyName メソッド
検索する DocumentFont.FontFamilyName
検索する DocumentFont.Bold 値。
検索する DocumentFont.Italic 値。
DocumentFont.FontFamilyNameDocumentFont.Bold、 および DocumentFont.Italic プロパティの 指定した値を持つコレクション内のフォントを検索します。
シンタックス
'宣言
 
Public Function FindByFamilyName( _
   ByVal fontFamilyName As System.String, _
   ByVal bold As System.Boolean, _
   ByVal italic As System.Boolean _
) As DocumentFont
public DocumentFont FindByFamilyName( 
   System.string fontFamilyName,
   System.bool bold,
   System.bool italic
)

パラメータ

fontFamilyName
検索する DocumentFont.FontFamilyName
bold
検索する DocumentFont.Bold 値。
italic
検索する DocumentFont.Italic 値。

戻り値の型

指定したプロパティを持つフォント、または null
参照

DocumentFontCollection クラス
DocumentFontCollection メンバ