|
From: | Alexei Podtelezhnikov |
Subject: | Re: [GSoC] Status of font-rs port |
Date: | Thu, 15 Sep 2022 22:34:10 -0400 |
The rasterizer code (including SIMD) has been integrated into the FreeType and seems to be working fine,
Comparison images: dense and smooth renderer (outlines and dots disabled)
The performance is comparable (sometimes better) to the smooth renderer for small font sizes, however it is several times slower for larger sizes
I am thinking of working on the “Direct rendering mode” next. Any pointers regarding that would be appreciated.
And just for reference
List of bugs I have encountered:
1. Ftgrid produces weird output and crashes at large sizes(~170ppem)2. The inverted bitmap pitch causes rendering differences (can be seen in the “Q” letter of the ftview output)
3. Ftgrid crashes when selecting monochrome output
Do you think this is also a pitch sign bug?
4. [TODO] lcd rendering needs to be implemented
[Prev in Thread] | Current Thread | [Next in Thread] |