Definition

Reads the decoded font definition file at the types the font data declares.

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

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.