FlexReport for WinForms
FindFont(String,Boolean,Boolean) メソッド


C1.Report アセンブリ > C1.Report 名前空間 > FontDataCollection クラス > FindFont メソッド : FindFont(String,Boolean,Boolean) メソッド
The font name.
The bold font characteristic.
The italic font characteristic.
Gets a section from a font data collection by the font name and characteristics.
シンタックス
'宣言
 
Public Overloads Function FindFont( _
   ByVal fontName As System.String, _
   ByVal bold As System.Boolean, _
   ByVal italic As System.Boolean _
) As FontData
'使用法
 
Dim instance As FontDataCollection
Dim fontName As System.String
Dim bold As System.Boolean
Dim italic As System.Boolean
Dim value As FontData
 
value = instance.FindFont(fontName, bold, italic)
public FontData FindFont( 
   System.string fontName,
   System.bool bold,
   System.bool italic
)

パラメータ

fontName
The font name.
bold
The bold font characteristic.
italic
The italic font characteristic.

戻り値の型

Returns null if section not found.
参照

参照

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