Presentation
AddEmbeddedFont Method
|
Add Embedded Font
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public string AddEmbeddedFont(
string fontPath
)
Public Function AddEmbeddedFont (
fontPath As String
) As String
public:
String^ AddEmbeddedFont(
String^ fontPath
)
member AddEmbeddedFont :
fontPath : string -> string
Parameters
-
fontPath
-
Type:
System
String
fontPath
Return Value
Type:
String
See Also