Looks up the postscript name of the font registered under the given family and style, without throwing if none is found.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public bool TryGetPostscriptName( string family, string style, out string postscriptName )
Type: System.String
Font family name.Type: System.String
Font style.Type: System.String%
When this method returns, contains the postscript name of the matching font, or an empty string if no match was found.true if a font is found in the FontRegistry with the given family and style; otherwise, false.