Re: [ft-devel] adjustable stroker radius

2012-08-18 Thread Werner LEMBERG

 I'd like to introduce adjustable stroking radius to ftview
 functionalities.  This is a patch.  Please comment.

Thanks; this looks simple and straightforward.  Please install.

BTW, what about using integer numbers for slant and radius in the UI
(for example, the real values multiplied by 1000)?  Right now, if
increasing and decreasing the slant, ftview sometimes shows `-0.000'
which looks weird.  Using integer values, such rounding issues can be
avoided completely.


   Werner

___
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel


Re: [ft-devel] adjustable stroker radius

2012-08-18 Thread Alexei Podtelezhnikov
On Sat, Aug 18, 2012 at 3:22 AM, Werner LEMBERG w...@gnu.org wrote:

 I'd like to introduce adjustable stroking radius to ftview
 functionalities.  This is a patch.  Please comment.

 Thanks; this looks simple and straightforward.  Please install.

 BTW, what about using integer numbers for slant and radius in the UI
 (for example, the real values multiplied by 1000)?  Right now, if
 increasing and decreasing the slant, ftview sometimes shows `-0.000'
 which looks weird.  Using integer values, such rounding issues can be
 avoided completely.


Yes. This is in the plans. I actually wanted to measure everything in
pixels and use FT_Fixed instead of double throughout.

___
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel