FontFamily.GetName

FontFamily.GetName method

Returns the name, in the specified language, of this FontFamily.

public string GetName(int language)
ParameterTypeDescription
languageInt32The language in which the name is returned.

Return Value

A String that represents the name, in the specified language, of this FontFamily.

See Also