setasign\SetaPDF2\Core\Font\Cmap

CmapInterface Interface for CMAPs.

File: /SetaPDF v2/Core/Font/Cmap/CmapInterface.php
Old class name (alias): \SetaPDF_Core_Font_Cmap_CmapInterface

Implemented in

Summary

Methods

lookup()

abstract public CmapInterface::lookup (
string $src
): bool|number|string

Lookup a unicode value.

Parameters
$src : string
 

lookupCid()

abstract public CmapInterface::lookupCid (
string $src
): bool|number|string

Lookup for a CID.

Parameters
$src : string
 

reverseCidLoopkup()

abstract public CmapInterface::reverseCidLoopkup (
string $dest
): bool|mixed

Do a reverse CID lookup.

Parameters
$dest : string
 

reverseLookup()

abstract public CmapInterface::reverseLookup (
string $dest
): bool|mixed

Do a reverse lookup.

Parameters
$dest : string