You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by "Peter B. West" <li...@pbw.id.au> on 2006/03/29 15:47:47 UTC

font-file.xsl

What's this about?

    public boolean hasKerningInfo() {
        return false &amp; enableKerning;
    }

which generates


    public boolean hasKerningInfo() {
        return false & enableKerning;
    }

?

Peter
--
View this message in context: http://www.nabble.com/font-file.xsl-t1362239.html#a3650206
Sent from the FOP - Users forum at Nabble.com.


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


Re: font-file.xsl

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
Oh, that was just me not cleaning up after my recent change. It's done
now:
http://svn.apache.org/viewcvs?rev=389872&view=rev

On 29.03.2006 15:47:47 Peter B. West wrote:
> 
> What's this about?
> 
>     public boolean hasKerningInfo() {
>         return false &amp; enableKerning;
>     }
> 
> which generates
> 
> 
>     public boolean hasKerningInfo() {
>         return false & enableKerning;
>     }
> 
> ?


Jeremias Maerki


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