Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Adds a search path to the list of available font search paths.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 4.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
Path | Path to font file directory or path to font file. | "C:\Fonts" |
Recursive | Include subdirectories (search recursively). Pass 1 for recursive or 0 for not recursive. |
1 |
Returns number of fonts loaded or error message.
See also AddFontSearchPath function in DynaPDF manual.
Loads font folder on Windows:
MBS( "DynaPDF.AddFontSearchPath"; "C:\Fonts"; 1 )
Created 18th August 2014, last changed 26th August 2021
DynaPDF.AddDeviceNSeparations - DynaPDF.AddOutputIntent
Feedback: Report problem or ask question.