TCPDF_FONTS::getFontFullPath( $file, $fontdir = false )
Return font full path
Description Description
Parameters Parameters
- $file
-
(Required) (string) Font file name.
- $fontdir
-
(Optional) (string) Font directory (set to false fto search on default directories)
Default value: false
Return Return
(string) Font full path or empty string
Source Source
File: includes/lib/tcpdf/include/tcpdf_fonts.php
Changelog Changelog
Version | Description |
---|---|
6.0.025 | Introduced. |