Searches for a font with the specified family name and style.
シンタックス
public Font FindFamilyName(
System.string ,
System.bool ,
System.bool
)
'宣言
Public Overloads Function FindFamilyName( _
ByVal As System.String, _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Boolean _
) As Font
パラメータ
- 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.
参照