Property FontSearchPath

Namespace TallComponents.PDF.Rasterizer.Configuration
Class TextRenderSettings

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.

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).

Syntax

public  String  FontSearchPath  {  get;  set;  }

Property value

String