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).
Return Return
((string)) A subset of TrueType font data without the unused glyphs.
Source Source
File: includes/lib/tcpdf/include/tcpdf_fonts.php
Changelog Changelog
Version | Description |
---|---|
5.2.000 | Introduced. |