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


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FontDataCollection クラス > FindFont メソッド : FindFont(Font,Boolean) メソッド
The font object.
Whether strictly compare or no.
Gets a section from a font data collection by the font.
シンタックス
'宣言
 
Public Overloads Function FindFont( _
   ByVal font As C1.Util.Font, _
   Optional ByVal strictly As System.Boolean _
) As FontData
'使用法
 
Dim instance As FontDataCollection
Dim font As C1.Util.Font
Dim strictly As System.Boolean
Dim value As FontData
 
value = instance.FindFont(font, strictly)
public FontData FindFont( 
   C1.Util.Font font,
   System.bool strictly
)

パラメータ

font
The font object.
strictly
Whether strictly compare or no.

戻り値の型

Returns null if section not found.
参照

参照

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