'宣言 Public Function FindByFamilyName( _ ByVal fontFamilyName As System.String, _ ByVal bold As System.Boolean, _ ByVal italic As System.Boolean _ ) As DocumentFont
'使用法 Dim instance As DocumentFontCollection Dim fontFamilyName As System.String Dim bold As System.Boolean Dim italic As System.Boolean Dim value As DocumentFont value = instance.FindByFamilyName(fontFamilyName, bold, italic)
public DocumentFont FindByFamilyName( System.string fontFamilyName, System.bool bold, System.bool italic )
パラメータ
- fontFamilyName
- The DocumentFont.FontFamilyName to search for.
- bold
- The DocumentFont.Bold value to search for.
- italic
- The DocumentFont.Italic value to search for.
戻り値の型
The font with the specified properties, or null.