Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 696D3200B52 for ; Mon, 25 Jul 2016 12:05:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 67EE5160A7D; Mon, 25 Jul 2016 10:05:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B2E37160A78 for ; Mon, 25 Jul 2016 12:05:54 +0200 (CEST) Received: (qmail 90543 invoked by uid 500); 25 Jul 2016 10:05:53 -0000 Mailing-List: contact commits-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@xmlgraphics.apache.org Delivered-To: mailing list commits@xmlgraphics.apache.org Received: (qmail 90534 invoked by uid 99); 25 Jul 2016 10:05:53 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jul 2016 10:05:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 72640C0362 for ; Mon, 25 Jul 2016 10:05:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.426 X-Spam-Level: X-Spam-Status: No, score=-0.426 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id DNspU21H5Hrl for ; Mon, 25 Jul 2016 10:05:52 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 1BE885F3A1 for ; Mon, 25 Jul 2016 10:05:52 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2A2B4E0239 for ; Mon, 25 Jul 2016 10:05:51 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id CBB693A0056 for ; Mon, 25 Jul 2016 10:05:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1753973 - /xmlgraphics/site/trunk/content/fop/trunk/fonts.mdtext Date: Mon, 25 Jul 2016 10:05:50 -0000 To: commits@xmlgraphics.apache.org From: ssteiner@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160725100550.CBB693A0056@svn01-us-west.apache.org> archived-at: Mon, 25 Jul 2016 10:05:55 -0000 Author: ssteiner Date: Mon Jul 25 10:05:50 2016 New Revision: 1753973 URL: http://svn.apache.org/viewvc?rev=1753973&view=rev Log: FOP-2633: Generate bold/italic versions of fonts for PDF Modified: xmlgraphics/site/trunk/content/fop/trunk/fonts.mdtext Modified: xmlgraphics/site/trunk/content/fop/trunk/fonts.mdtext URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/trunk/fonts.mdtext?rev=1753973&r1=1753972&r2=1753973&view=diff ============================================================================== --- xmlgraphics/site/trunk/content/fop/trunk/fonts.mdtext (original) +++ xmlgraphics/site/trunk/content/fop/trunk/fonts.mdtext Mon Jul 25 10:05:50 2016 @@ -113,6 +113,8 @@ You must tell FOP how to find and use th - The "embed-as-type1" attribute is optional, setting to "true" converts OTF fonts to Type 1 for postscript output. +- The "simulate-style" attribute is optional, setting to "true" generates bold and italic looking glyphs for PDF output. + - When setting the "embed-url" attribute for Type 1 fonts, be sure to specify the PFB (actual font data), not the PFM (font metrics) file. If the PFM (or AFM) file is in a different location (i.e., not in the same directory) then you need to specify an "embed-url-pfm" (or "embed-url-afm") attribute next to the "embed-url" one. - The attribute "encoding-mode" is optional an may have the following values: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: commits-help@xmlgraphics.apache.org