[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GSoC] Status of font-rs port
From: |
Anurag Thakur |
Subject: |
Re: [GSoC] Status of font-rs port |
Date: |
Tue, 11 Oct 2022 19:12:37 +0000 |
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 <wl@gnu.org>
Sent: Tuesday, 11 October, 2022, 11:17 AM
To: Anurag Thakur <anurag105csec21@bpitindia.edu.in>
Cc: apodtele@gmail.com <apodtele@gmail.com>; freetype-devel@nongnu.org <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