Changeset 33244
- Timestamp:
- 12/06/11 13:28:05 (1 year ago)
- Files:
-
- plugins/cpTcpdfPlugin/trunk/lib/TCPDFX.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/cpTcpdfPlugin/trunk/lib/TCPDFX.class.php
r33243 r33244 81 81 $this->setPaperFormat(); 82 82 /* Set this to false in various subclasses to embed fonts instead of subsetting them */ 83 $this->SetFontSubsetting( true);83 $this->SetFontSubsetting(false); 84 84 } 85 85