FontPaths

Shared font paths rooted at the library base directory.

Namespace: Com\Tecnick\Pdf\Font

File: FontPaths.php line 36

Shared font paths rooted at the library base directory.

Tags

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