TCPDF::replaceMissingChars( $text,  $font = '',  $style = '',  $subs = array() )

Replace missing font characters on selected font with specified substitutions.


Description Description


Parameters Parameters

$text

(Required) (string) Text to process.

$font

(Optional) (string) Font name (family name).

Default value: ''

$style

(Optional) (string) Font style.

Default value: ''

$subs

(Optional) (array) Array of possible character substitutions. The key is the character to check (integer value) and the value is a single intege value or an array of possible substitutes.

Default value: array()


Top ↑

Return Return

((string)) Processed text.


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
5.9.153 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.