Click or drag to resize

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
)

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