(apologies if this is a duplicate email) Can someone point me in the direction of some (preferably rich) examples that use these elements? <or>, <and>, <plus>, <minus>, <times>, <divide> <eq>, <not_eq>, <less>, <less_eq>, <more>, <more_eq> <not> <if> I''ve done some online searching, but as you can imagine, searching for things like "<if>" and "<or>" does not produce the most high-quality results. ;) Thanks, Erik
The only examples I can find use <times> to adjust the affine matrix. If we write something to convert the (proposed) Composite Font format into fontconfig xml, such matrix manipulations may become more common. (I suspect such a conversion will work better than a freetype module for the Composite Fonts. And not only because it would be an xml->xml conversion.) -JimC -- James Cloos <cloos at jhcloos.com> OpenPGP: 1024D/ED7DAEA6
On 11/27/2011 06:25 PM, James Cloos wrote:> If we write something to convert the (proposed) Composite Font format > into fontconfig xml, such matrix manipulations may become more common. > > (I suspect such a conversion will work better than a freetype module > for the Composite Fonts. And not only because it would be an xml->xml > conversion.)Yes, that was my understanding last time I checked the proposed spec. behdad