phpdftk API Documentation

CIDFontType0Font extends CIDFont
in package

CIDFontType0 — CID-keyed font backed by a Type 1 / CFF font program (ISO 32000-2 §9.7.4). Used as the descendant of a /Type0 font when the glyphs come from an OpenType CFF or bare CFF font program.

Table of Contents

Constants

PDF_TYPE  = 'Font'

Properties

$baseFont  : PdfName
$cidSystemInfo  : CIDSystemInfo
$dw  : int|null
$dw2  : PdfArray|null
$fontDescriptor  : PdfReference|null
$generationNumber  : int
$objectNumber  : int
$subtype  : PdfName
$w  : PdfArray|null
$w2  : PdfArray|null

Methods

__construct()  : mixed
toIndirectObject()  : string
Wrap the object in an indirect object structure: X Y obj ... endobj
toPdf()  : string
Serialize the object's dictionary/value to PDF syntax.

Constants

PDF_TYPE

public mixed PDF_TYPE = 'Font'

Properties

$generationNumber

public int $generationNumber = 0

Methods

toIndirectObject()

Wrap the object in an indirect object structure: X Y obj ... endobj

public toIndirectObject() : string
Return values
string

toPdf()

Serialize the object's dictionary/value to PDF syntax.

public toPdf() : string
Return values
string

        
On this page

Search results