'Declaration Public Function New( _
ByVal postScriptNameThe Post-Script font name.As System.String, _
ByVal fullNameWinThe full name in Windows platform.As System.String, _
ByVal fullNameMacThe full name in Macintosh platform.As System.String, _
ByVal fullNameUnicodeThe full name in Unicode.As System.String _
)
public FontNameInfo(
System.String postScriptName,
System.String fullNameWin,
System.String fullNameMac,
System.String fullNameUnicode
)
public: FontNameInfo(
System.String postScriptName,
System.String fullNameWin,
System.String fullNameMac,
System.String fullNameUnicode
)
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.