VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / FontNameInfo Class / FontNameInfo Constructors / FontNameInfo Constructor(String,String,String,String)
Syntax Requirements SeeAlso
In This Topic
FontNameInfo Constructor(String,String,String,String)
In This Topic
Initializes a new instance of the FontNameInfo class.
Syntax
'Declaration

Public Function New( _
ByVal postScriptName
The Post-Script font name.
As System.String, _
ByVal fullNameWin
The full name in Windows platform.
As System.String, _
ByVal fullNameMac
The full name in Macintosh platform.
As System.String, _
ByVal fullNameUnicode
The full name in Unicode.
As System.String _
)
public FontNameInfo(
System.String postScriptName,
System.String fullNameWin,
System.String fullNameMac,
System.String fullNameUnicode
)

Parameters

postScriptName
The Post-Script font name.
fullNameWin
The full name in Windows platform.
fullNameMac
The full name in Macintosh platform.
fullNameUnicode
The full name in Unicode.
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