'宣言 Public Function FindByFamilyName( _ ByVal fontFamilyName As System.String, _ ByVal bold As System.Boolean, _ ByVal italic As System.Boolean _ ) As DocumentFont
public DocumentFont FindByFamilyName( System.string fontFamilyName, System.bool bold, System.bool italic )
パラメータ
- fontFamilyName
- 検索する DocumentFont.FontFamilyName。
- bold
- 検索する DocumentFont.Bold 値。
- italic
- 検索する DocumentFont.Italic 値。
戻り値の型
指定したプロパティを持つフォント、または null。