public System.string Name {get; set;}
'Declaration Public Property Name As System.String
When getting, returns NameAscii by default. If HintType is FontHintType.ComplexScript returns NameBi. If HintType is FontHintType.EastAsia returns NameFarEast.
When setting, sets NameAscii, NameBi, NameFarEast and NameOther to the specified value.
In an Office Math zone this property takes into account the OMathOptions.Font property.