Click or drag to resize

FontTypefaceLocalizedName Property

Gets the localized name of this typeface

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public string LocalizedName { get; }

Property Value

Type: String
Remarks
This will return a name suitable to display to the user in their own language, if the font provides a specific name for their UI language. For platforms that do not support localized font names, or for fonts that do not have a specific name for the current language, the value of Name will be returned.
See Also