EngineSettingsSubstitutionFontMappings Property

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Gets the special font mappings. To add your substition-set please use the following cunstruction: EngineSettings.FontSubstitutionMapping.Add("KozMinPro-Regular", new string[] { "Kozuka-Mincho-Pro-VI-R", "KozMinProVI-Regular", "MS Mincho", "MS Gothic" }); Where "KozMinPro-Regular" is pdf font name and the set is font names that will be used during font mapping.

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

Property Value

Type: DictionaryString, String
See Also

Reference