SimpleLabelingFontFamily Property |
Font family to use to render text. The default is system dependent value.
Namespace:
Aspose.Gis.Rendering.Labelings
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic string FontFamily { get; set; }Public Property FontFamily As String
Get
Set
public:
property String^ FontFamily {
String^ get ();
void set (String^ value);
}member FontFamily : string with get, set
Property Value
Type:
String
Exceptions
See Also