A semi-colon separated list of folders to search for font files that are included in the substitution map. or referenced in the ResolveFont event. The folders are searched from left to right until the font file is found.

Namespace: TallComponents.PDF.Rasterizer.Configuration
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

C#
public string FontSearchPath { get; set; }
Visual Basic
Public Property FontSearchPath As String
	Get
	Set

Remarks

The default value is ".;%FONTDIR%". This means that by default font files will be searched in the current folder first and then in the system font directory (typically c:\windows\fonts).

See Also