GlobalizationSettings.GetStandardHeaderFooterFontStyleName

GlobalizationSettings.GetStandardHeaderFooterFontStyleName method

Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name.

public virtual string GetStandardHeaderFooterFontStyleName(string localfontStyleName)
ParameterTypeDescription
localfontStyleNameStringLocale font style name for Header/Footer.

Return Value

Standard English font style name(Regular, Bold, Italic)

See Also