phpdftk API Documentation

CIDSystemInfo
in package
implements Serializable

CIDSystemInfo dictionary.

Identifies the character collection used by a CIDFont or CMap stream. All three fields are required.

Example: $info = new CIDSystemInfo('Adobe', 'Identity', 0); $cidFont->cidSystemInfo = $info;

Attributes
#[RequiresPdfVersion]
\Phpdftk\Pdf\Core\PdfVersion::V1_2

Table of Contents

Interfaces

Serializable
Contract for anything that can emit raw PDF syntax via `toPdf()`.

Properties

$ordering  : PdfString
$registry  : PdfString
$supplement  : PdfNumber

Methods

__construct()  : mixed
toPdf()  : string

Properties

Methods

__construct()

public __construct(string $registry, string $ordering, int $supplement) : mixed
Parameters
$registry : string
$ordering : string
$supplement : int

        
On this page

Search results