Reports for WPF
FindBestMatch(String,Int32,FontStyle) メソッド

C1.WPF.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > EmbeddedFontCollection クラス : FindBestMatch(String,Int32,FontStyle) メソッド
検索するフォントの名前。
検索する文字セット。
一致するフォントのスタイル。
指定した名前と文字セットを持ち、指定した太字/斜体スタイルに 最も一致するフォントを検索します (このメソッドでは完全な太字/斜体一致は保証されません)。
シンタックス
'宣言
 
Public Function FindBestMatch( _
   ByVal name As System.String, _
   ByVal charSet As System.Integer, _
   ByVal fontStyle As System.Drawing.FontStyle _
) As EmbeddedFont
public EmbeddedFont FindBestMatch( 
   System.string name,
   System.int charSet,
   System.Drawing.FontStyle fontStyle
)

パラメータ

name
検索するフォントの名前。
charSet
検索する文字セット。
fontStyle
一致するフォントのスタイル。

戻り値の型

一致する EmbeddedFont。一致が見つからなかった場合は null
参照

EmbeddedFontCollection クラス
EmbeddedFontCollection メンバ