LayoutFarm / Typography

C# Font Reader (TrueType / OpenType / OpenFont / CFF / woff / woff2) , Glyphs Layout and Rendering
Other
409 stars 85 forks source link

Performance comparison with other libraries? #166

Open jgimness opened 5 years ago

jgimness commented 5 years ago

Do you have any rough performance comparisons with other font rendering engines (like gdi32, gdi+, skia, directwrite, fontkit, opentype.js)? I'm trying to evaluate this library for a website that renders thousands of fonts via gdi32. Thanks in advance.

prepare commented 5 years ago

Performance is one of the top requirements.

But I don't have any comparison data now.


At this stage of development => I focus on the features of the library, and the code are not optimized yet.

=>If you do performance test at this stage, I think it will be the slowest one. :(

prepare commented 5 years ago

After next major update PixelFarm (maybe Dec 2018), I will visit the performance issue again :)