Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.AddFontSearchPath
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 |
MBS( "DynaPDF.AddFontSearchPath"; PDF; Path; Recursive ) More
Parameters
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 |
Result
Returns number of fonts loaded or error message.
Description
Adds a search path to the list of available font search paths.An arbitrary number of search paths can be added at runtime. Subdirectories are added recursively if the parameter Recursive is 1.
Result may be 0 if all those fonts in were already loaded.
See also AddFontSearchPath function in DynaPDF manual.
Examples
Loads font folder on Windows:
MBS( "DynaPDF.AddFontSearchPath"; $pdf; "C:\Fonts"; 1 )
See also
Release notes
- Version 11.4
- Fixed DynaPDF.AddFontSearchPath to return no error, but zero, when no fonts are found.
Blog Entries
- MBS FileMaker Plugin, version 11.4pr4
- Install fonts for PDF generation in FileMaker Cloud
- PDF Standard Fonts
- MBS FileMaker Plugin 4.1 for OS X/Windows - More than 2400 Functions In One Plugin
- MBS Filemaker Plugin, version 4.1pr5
This function checks for a license.
Created 18th August 2014, last changed 11st November 2022
