FontFamilyLocalizedName Property |
Gets the localized name of the font for the current UI language
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public string LocalizedName { get; }
Public ReadOnly Property LocalizedName As String
Get
member LocalizedName : string with get
Property Value
Type:
StringThe localized name of this font.
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