'Declaration Public Function FindByFamilyName( _ ByVal fontFamilyName As String, _ ByVal bold As Boolean, _ ByVal italic As Boolean _ ) As DocumentFont
public DocumentFont FindByFamilyName( string fontFamilyName, bool bold, bool italic )
Parameters
- fontFamilyName
- The DocumentFont.FontFamilyName to search for.
- bold
- The DocumentFont.Bold value to search for.
- italic
- The DocumentFont.Italic value to search for.
Return Value
The font with the specified properties, or null.