FindFamilyName(String,Boolean,Boolean) Method
Searches for a font with the specified family name and style.
Font FindFamilyName(
System.string ,
System.bool ,
System.bool
)
'Declaration
Overloads Function FindFamilyName( _
ByVal As System.String, _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Boolean _
) As Font
Parameters
- fontFamilyName
- The font family name. Up to four fonts can share the same font family name.
- bold
- Indicates if the font should be embolded.
- italic
- Indicates if the font should contain Italic characters.
Return Value
The corresponding
Font or null.