Re: [GSoC] Status of font-rs port

2022-10-11 Thread Anurag Thakur
Hello Werner,

I have converted the rasterizer to use fixed point, will post a more elaborate 
status report once I get SIMD working with fixed point, but here are the 
highlights:

1. Fixed point calculation is notably faster.
2. I have analysed fontdue, and it doesn't seem to have any significant 
difference in the rasterizer algorithm, just some minor improvements which I am 
in the process of porting over.
3. Added comments and cleaned up the code a bit. More documentation work in 
progress.
4. I am also testing the renderer on a variety of fonts and have found some 
issues, (specifically when the outlines overflow the glyph width).

Will post more testing details and perf numbers in a report soon.

Regards
Anurag


From: Werner LEMBERG 
Sent: Tuesday, 11 October, 2022, 11:17 AM
To: Anurag Thakur 
Cc: apodt...@gmail.com ; freetype-devel@nongnu.org 

Subject: Re: [GSoC] Status of font-rs port


Hello Anurag,


what's the current state of your project?  Please tell us what's going
on :-)


Werner



improved (SVG) images for 'FreeType Glyph Conventions'

2022-10-11 Thread Werner LEMBERG


As the title says.  Enjoy!


Werner