public method FontBuilder.SetPath

Brief

Sets the path to the file with the font.

Declaration
C#
Gehtsoft.PDFFlow.Builder.FontBuilder  SetPath (string path)

Parameters
path

A path to the font file.
For a Type1 font, its AFM and PFB files must be located in the same folder.

Declared in FontBuilder

back