VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / FontNameInfo Class / Contains(String) Method
Syntax Requirements SeeAlso
In This Topic
Contains(String) Method (FontNameInfo)
In This Topic
Determines whether this font name info contains specified font name.
Syntax
'Declaration

Public Function Contains( _
ByVal fontName
Name of the font.
As System.String _
) As Boolean
public bool Contains(
System.String fontName
)

Parameters

fontName
Name of the font.

Return Value

True if this font name info contains specified font name; otherwise, false.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also