get_font_name method

get_font_name

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

Returns

Font name.

def get_font_name(self, theme):
    ...
ParameterTypeDescription
themeIThemeEffectiveDataTheme from which themed font name should be taken. Its up to caller to provide a correct value. See IThemeable.create_theme_effective

See Also