TextFont
GetFontName Method
|
Gets the font name, replacing theme referrence with an actual font used.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public string GetFontName(
Theme theme
)
Public Function GetFontName (
theme As Theme
) As String
public:
String^ GetFontName(
Theme^ theme
)
member GetFontName :
theme : Theme -> string
Parameters
-
theme
-
Type:
Spire.Presentation
Theme
Theme from which themed font name should be taken. Its up to caller to provide a correct value. See
Theme
Return Value
Type:
String
Font name.
See Also