Table of contents
Namespace: Com\Tecnick\Pdf\Font
Final: Yes
File: Definition.php line 37
Reads the decoded font definition file at the types the font data declares.
Each member is read at the shape of its entry in Load::DEFAULT_DATA. A member that cannot be read that way, or that Load::DEFAULT_DATA does not declare, is dropped.
Tags
- since: 2026-08-27
- 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
normalize()
File: Definition.php line 46
public static normalize(array<string|int, mixed> $raw) : array<string, mixed>
Parameters
- $raw : array<string|int, mixed>: Decoded definition file.
Return values
array<string, mixed> —
Members to merge into the font data.