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
Methods
- __construct() : mixed
- toPdf() : string
Properties
$ordering
public
PdfString
$ordering
$registry
public
PdfString
$registry
$supplement
public
PdfNumber
$supplement
Methods
__construct()
public
__construct(string $registry, string $ordering, int $supplement) : mixed
Parameters
- $registry : string
- $ordering : string
- $supplement : int
toPdf()
public
toPdf() : string