EngineSettingsUserFontMappings Property

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Gets a user font mappings dictionary, which can be used to map fonts used in document to a font with a particular name when font substitution happens. These mappings are being evaluated in the order of addition when the engine needs to resolve the font. Special font names are supported: "*" maps to all fonts.

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<KeyValuePair<string, string[]>> UserFontMappings { get; }

Property Value

Type: ICollectionKeyValuePairString, String
See Also

Reference