Skip to main content
A newer version of this page is available. .

VectorTileDataProviderBase.FontFolder Property

Gets or sets a path to a folder that contains fonts (.TTF files).

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue("")]
public string FontFolder { get; set; }

Property Value

Type Default Description
String String.Empty

A path to a folder.

Remarks

Use the FontFolder property to specify a path to a folder with fonts that a custom style uses.

See Also