EngineSettingsSystemFontPaths Property

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
A read-only collection of system folders where the rendering engine tries to find font files by default, e.g. for windows it will be %WINDOWS_FOLDER%\fonts. If you wish to add custom font search path see UserFontPaths property.

Namespace:  Apitron.PDF.Rasterizer.Configuration
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public static ICollection<string> SystemFontPaths { get; }

Property Value

Type: ICollectionString
See Also

Reference