Table of contents
Namespace: Com\Tecnick\Pdf\Font
File: FontPaths.php line 36
Shared font paths rooted at the library base directory.
Tags
- since: 2026-06-08
- category: Library
- author: Nicola Asuni info@tecnick.com
- copyright: 2011-2026 Nicola Asuni - Tecnick.com LTD
- license: https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE)
- link: https://github.com/tecnickcom/tc-lib-pdf-font
Methods
buildAllowedPaths()
File: FontPaths.php line 103
public static buildAllowedPaths() : array<string|int, string>
Return values
array<string|int, string>
findFontFile()
File: FontPaths.php line 52
public static findFontFile(string $fontdir, string $file) : string
Parameters
- $fontdir : string: Original font directory.
- $file : string: Font file name.
Return values
string
getInputPath()
File: FontPaths.php line 85
public static getInputPath() : string
Return values
string
getLibraryRoot()
File: FontPaths.php line 41
public static getLibraryRoot() : string
Return values
string
getOutputPath()
File: FontPaths.php line 93
public static getOutputPath() : string
Return values
string