Presentation
SetDefaultFontName Method
|
The font is preferred to convert to pdf or pictures,
when the font used in the document is not installed in the system.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public static void SetDefaultFontName(
string fontName
)
Public Shared Sub SetDefaultFontName (
fontName As String
)
public:
static void SetDefaultFontName(
String^ fontName
)
static member SetDefaultFontName :
fontName : string -> unit
Parameters
-
fontName
-
Type:
System
String
default font name.
See Also