30
1
mirror of https://github.com/vdm-io/tcpdf.git synced 2024-05-31 21:30:47 +00:00
This commit is contained in:
nicolaasuni 2011-02-11 11:18:03 +01:00
parent df894a851f
commit e2b68927e1

View File

@ -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