Return-Path: X-Original-To: apmail-xmlgraphics-commits-archive@www.apache.org Delivered-To: apmail-xmlgraphics-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DB540D8B3 for ; Fri, 14 Dec 2012 09:56:35 +0000 (UTC) Received: (qmail 46184 invoked by uid 500); 14 Dec 2012 09:56:35 -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 46161 invoked by uid 99); 14 Dec 2012 09:56:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2012 09:56:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2012 09:56:33 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 36E912388A66 for ; Fri, 14 Dec 2012 09:56:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r842293 - in /websites/staging/xmlgraphics/trunk/content: ./ fop/1.0/fonts.html fop/1.1/fonts.html fop/1.1/pdfencryption.html fop/trunk/fonts.html fop/trunk/pdfencryption.html Date: Fri, 14 Dec 2012 09:56:12 -0000 To: commits@xmlgraphics.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121214095613.36E912388A66@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Fri Dec 14 09:56:11 2012 New Revision: 842293 Log: Staging update by buildbot for xmlgraphics Modified: websites/staging/xmlgraphics/trunk/content/ (props changed) websites/staging/xmlgraphics/trunk/content/fop/1.0/fonts.html websites/staging/xmlgraphics/trunk/content/fop/1.1/fonts.html websites/staging/xmlgraphics/trunk/content/fop/1.1/pdfencryption.html websites/staging/xmlgraphics/trunk/content/fop/trunk/fonts.html websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfencryption.html Propchange: websites/staging/xmlgraphics/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Fri Dec 14 09:56:11 2012 @@ -1 +1 @@ -1421760 +1421773 Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/fonts.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/1.0/fonts.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/1.0/fonts.html Fri Dec 14 09:56:11 2012 @@ -341,7 +341,7 @@ $(document).ready(function () {
-

Apache™ FOP: Fonts

+

Apache™ FOP: Fonts

Summary

The following table summarizes the font capabilities of the various Apache™ FOP renderers:

@@ -672,15 +672,17 @@ $(document).ready(function () {
  • For automatically configured fonts there's a different mechanism to specify which fonts should be referenced rather than embedded. This is done in the "referenced-fonts" element in the configuration. Here's an example:

    -

    :::xml - - - - - - - -

    +
    <fop version="1.0">
    +   <fonts>
    +      <referenced-fonts>
    +        <match font-family="Helvetica"/>
    +        <match font-family="DejaVu.*"/>
    +      </referenced-fonts>
    +   </fonts>
    +</fop>
    +
    + +
  • At the moment, you can only match fonts against their font-family. It is possible to use regular expressions as is shown in the second example above ("DejaVu.*"). The syntax for the regular expressions used here are the one used by the package. So, in the above snippet "Helvetica" and all variants of the "DejaVu" font family are referenced. If you want to reference all fonts, just specify font-family=".*".

    Modified: websites/staging/xmlgraphics/trunk/content/fop/1.1/fonts.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/1.1/fonts.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/1.1/fonts.html Fri Dec 14 09:56:11 2012 @@ -341,7 +341,7 @@ $(document).ready(function () {
    -

    Apache™ FOP: Fonts

    +

    Apache™ FOP: Fonts

    Summary

    The following table summarizes the font capabilities of the various Apache™ FOP renderers:

    @@ -666,15 +666,17 @@ $(document).ready(function () {
  • For automatically configured fonts there's a different mechanism to specify which fonts should be referenced rather than embedded. This is done in the "referenced-fonts" element in the configuration. Here's an example:

    -

    :::xml - - - - - - - -

    +
    <fop version="1.0">
    +  <fonts>
    +    <referenced-fonts>
    +      <match font-family="Helvetica"/>
    +      <match font-family="DejaVu.*"/>
    +    </referenced-fonts>
    +  </fonts>
    +</fop>
    +
    + +
  • At the moment, you can only match fonts against their font-family. It is possible to use regular expressions as is shown in the second example above ("DejaVu.*"). The syntax for the regular expressions used here are the one used by the package. So, in the above snippet "Helvetica" and all variants of the "DejaVu" font family are referenced. If you want to reference all fonts, just specify font-family=".*".

    Modified: websites/staging/xmlgraphics/trunk/content/fop/1.1/pdfencryption.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/1.1/pdfencryption.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/1.1/pdfencryption.html Fri Dec 14 09:56:11 2012 @@ -394,7 +394,7 @@ $(document).ready(function () { -

    Usage (embedded) {#Usage-%28embedded%29}

    +

    Usage (embedded)

    When FOP is embedded in another Java application you need to set an options map on the renderer. These are the supported options:

    Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/fonts.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/fonts.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/fonts.html Fri Dec 14 09:56:11 2012 @@ -341,7 +341,7 @@ $(document).ready(function () {
    -

    Apache™ FOP: Fonts

    +

    Apache™ FOP: Fonts

    Summary

    The following table summarizes the font capabilities of the various Apache™ FOP renderers:

    @@ -666,15 +666,17 @@ $(document).ready(function () {
  • For automatically configured fonts there's a different mechanism to specify which fonts should be referenced rather than embedded. This is done in the "referenced-fonts" element in the configuration. Here's an example:

    -

    :::xml - - - - - - - -

    +
    <fop version="1.0">
    +  <fonts>
    +    <referenced-fonts>
    +      <match font-family="Helvetica"/>
    +      <match font-family="DejaVu.*"/>
    +    </referenced-fonts>
    +  </fonts>
    +</fop>
    +
    + +
  • At the moment, you can only match fonts against their font-family. It is possible to use regular expressions as is shown in the second example above ("DejaVu.*"). The syntax for the regular expressions used here are the one used by the package. So, in the above snippet "Helvetica" and all variants of the "DejaVu" font family are referenced. If you want to reference all fonts, just specify font-family=".*".

    Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfencryption.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfencryption.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfencryption.html Fri Dec 14 09:56:11 2012 @@ -394,7 +394,7 @@ $(document).ready(function () {
    -

    Usage (embedded) {#Usage-%28embedded%29}

    +

    Usage (embedded)

    When FOP is embedded in another Java application you need to set an options map on the renderer. These are the supported options:

    --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: commits-help@xmlgraphics.apache.org