DioDocs for PDF
FindFamilyName(String,Boolean,Boolean) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > FontCollection クラス > FindFamilyName メソッド : FindFamilyName(String,Boolean,Boolean) メソッド
The font family name. Up to four fonts can share the same font family name.
Indicates whether the font should be bold.
Indicates whether the font should contain Italic characters.
Searches for a font with the specified family name and style.
シンタックス
'宣言
 
Public Overloads Function FindFamilyName( _
   ByVal fontFamilyName As System.String, _
   Optional ByVal bold As System.Boolean, _
   Optional ByVal italic As System.Boolean _
) As Font
public Font FindFamilyName( 
   System.string fontFamilyName,
   System.bool bold,
   System.bool italic
)

パラメータ

fontFamilyName
The font family name. Up to four fonts can share the same font family name.
bold
Indicates whether the font should be bold.
italic
Indicates whether the font should contain Italic characters.

戻り値の型

The corresponding Font or null.
参照

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