Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Shapes.SvgShapeModel
SvgShapeModel.FontPath Property
Relative or absolute path to the folder containing fonts. Leave empty to use the system font folder. (default = empty)
csharp
public string FontPath { get; set; }
Property Value
Remarks
The system font folder may not be accessible during web requests if the anonymous user (IUSR_xxxx) does not have read access to this folder. Clone the required fonts into a different folder within the website instead.