GetFontName

IFontData.GetFontName method

Returns the font name, replacing theme referrence with an actual font used.

public string GetFontName(IThemeEffectiveData theme)
ParameterTypeDescription
themeIThemeEffectiveDataTheme from which themed font name should be taken. Its up to caller to provide a correct value.

Return Value

Font name.

See Also