Documentation

AbstractDebugPDF extends TCPDF
in package

AbstractYes

Collection of methods to get private properties from TCPDF

Table of Contents

Methods

__construct()  : mixed
currentUnicodeState()  : int
Checks if the font supports unicode mode. 0||1
getCoreFonts()  : type
Get the stored font list from the tcpdf library
getCurrentFont()  : array<string|int, mixed>
Get the full font buffer description with vector coordinates
getFontFamily()  : string
Get the name of the current loaded font family
getFontFiles()  : array<string|int, mixed>
Get the font definitions properties
getFontKeys()  : array<string|int, mixed>
Get the names of the loaded font keys
getNumFonts()  : int
getPdfAMode()  : bool
Checks if the PDF/A mode is supported
getProtectedFontBuffer()  : type
Get the buffer description if available from the font key name passed as argument
getState()  : int
Get the state of the creation of the PDF process

Methods

__construct()

public __construct(mixed $orientation, mixed $unit_of_measure, mixed $page_format, mixed $unicode, mixed $encoding) : mixed
Parameters
$orientation : mixed
$unit_of_measure : mixed
$page_format : mixed
$unicode : mixed
$encoding : mixed

currentUnicodeState()

Checks if the font supports unicode mode. 0||1

public currentUnicodeState() : int
Return values
int

getCoreFonts()

Get the stored font list from the tcpdf library

public getCoreFonts() : type
Return values
type

getCurrentFont()

Get the full font buffer description with vector coordinates

public getCurrentFont() : array<string|int, mixed>
Return values
array<string|int, mixed>

getFontFamily()

Get the name of the current loaded font family

public getFontFamily() : string
Return values
string

getFontFiles()

Get the font definitions properties

public getFontFiles() : array<string|int, mixed>
Return values
array<string|int, mixed>

getFontKeys()

Get the names of the loaded font keys

public getFontKeys() : array<string|int, mixed>
Return values
array<string|int, mixed>

getPdfAMode()

Checks if the PDF/A mode is supported

public getPdfAMode() : bool
Return values
bool

getProtectedFontBuffer()

Get the buffer description if available from the font key name passed as argument

public getProtectedFontBuffer(string $fontKey) : type
Parameters
$fontKey : string
Return values
type

getState()

Get the state of the creation of the PDF process

public getState() : int
Return values
int

        
On this page

Search results