TCPDF_FONTS::_getTrueTypeFontSubset( $font,  $subsetchars )

Returns a subset of the TrueType font data without the unused glyphs.


Description Description


Parameters Parameters

$font

(Required) (string) TrueType font data.

$subsetchars

(Required) (array) Array of used characters (the glyphs to keep).


Top ↑

Return Return

((string)) A subset of TrueType font data without the unused glyphs.


Top ↑

Source Source

File: includes/lib/tcpdf/include/tcpdf_fonts.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
5.2.000 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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