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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > EmbeddedFontCollection クラス > FindFont メソッド : FindFont(String,Int32,Boolean,Boolean) メソッド
検索するフォントの名前。
検索する文字セット。
検索する太字スタイル。
検索する斜体スタイル。
指定した名前と文字セットを持ち、指定した太字/斜体スタイルに 完全一致するフォントを検索します。
シンタックス
'宣言
 
Public Overloads Function FindFont( _
   ByVal name As System.String, _
   ByVal charSet As System.Integer, _
   ByVal bold As System.Boolean, _
   ByVal italic As System.Boolean _
) As EmbeddedFont
'使用法
 
Dim instance As EmbeddedFontCollection
Dim name As System.String
Dim charSet As System.Integer
Dim bold As System.Boolean
Dim italic As System.Boolean
Dim value As EmbeddedFont
 
value = instance.FindFont(name, charSet, bold, italic)
public EmbeddedFont FindFont( 
   System.string name,
   System.int charSet,
   System.bool bold,
   System.bool italic
)

パラメータ

name
検索するフォントの名前。
charSet
検索する文字セット。
bold
検索する太字スタイル。
italic
検索する斜体スタイル。

戻り値の型

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

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