EngineSettingsSystemFontPaths Property

Apitron PDF Kit help
Apitron.PDF.Kit 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.Kit.Configuration
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public static ICollection<string> SystemFontPaths { get; }

Property Value

Type: ICollectionString
See Also

Reference