From e2b68927e13f532f9d589ba923299d34cfc49f45 Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Fri, 11 Feb 2011 11:18:03 +0100 Subject: [PATCH] 5.9.050 --- tcpdf.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tcpdf.php b/tcpdf.php index d676d2d..b685ba7 100755 --- a/tcpdf.php +++ b/tcpdf.php @@ -9217,7 +9217,6 @@ class TCPDF { * Returns a subset of the TrueType font data without the unused glyphs. * @param $font (string) TrueType font data. * @param $subsetchars (array) Array of used characters (the glyphs to keep). - * @param $cmap (boolean) If true add a CMAP table on font description. * @return string a subset of TrueType font data without the unused glyphs * @author Nicola Asuni * @protected