ConvertFullFontNameToPostScriptName(String) Method (FileFontProgramsController)
Converts the full name of the font to the font name in PostScript syntax.
'Declaration
Public Overridable Function ConvertFullFontNameToPostScriptName( _
ByVal As System.String _
) As System.String
public virtual System.String ConvertFullFontNameToPostScriptName(
System.String
)
public: virtual System.String ConvertFullFontNameToPostScriptName(
System.String
)
public:
virtual System.String ConvertFullFontNameToPostScriptName(
System.String
)
Parameters
- fullFontName
- Full name of the font retrieved from Windows registry.
Return Value
Font name in PostScript syntax.
This method is used to get names of fonts in system directory before the RefreshFontNames(IActionProgressController) method is called.
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