Browse Source

fix PDFs rendering without embedded fonts on 64-bit Cocoa build

fixes #2151 and #1545 via wkhtmltopdf/qt@c74350c8907d0929a6936705e2932fff7252ecea
Ashish Kulkarni 10 years ago
parent
commit
e355687062
3 changed files with 2 additions and 5 deletions
  1. 1 0
      CHANGELOG.md
  2. 0 4
      INSTALL.md
  3. 1 1
      qt

+ 1 - 0
CHANGELOG.md

@@ -2,6 +2,7 @@ v0.12.2.1 (unreleased)
 ----------------------
 * update OpenSSL to 1.0.1l
 * **#2142**: fix wkhtmltoimage ignoring --javascript-delay and --window-status
+* **#2151**: **[qt]** fix PDFs rendering without embedded fonts on 64-bit Cocoa build
 
 v0.12.2 (2015-01-09)
 --------------------

+ 0 - 4
INSTALL.md

@@ -109,10 +109,6 @@ latest Xcode for your OS X version. Additionally, you will need to run the comma
 `sudo gem install fpm --no-ri --no-rdoc` in the terminal to install
 [fpm](https://github.com/jordansissel/fpm), which is used for building the package.
 
-The Carbon build is recommended because it generates PDFs with smaller
-file sizes and selectable text as compared to the Cocoa version, see
-[QTBUG-10094](https://bugreports.qt-project.org/browse/QTBUG-10094).
-
 Target          | Build Command
 ------          | -------------
 32-bit Carbon   | `scripts/build.py osx-carbon-i386`

+ 1 - 1
qt

@@ -1 +1 @@
-Subproject commit 2173492ccc5604bd7142953b64fe8c282c945314
+Subproject commit c74350c8907d0929a6936705e2932fff7252ecea