blend2d-apps
blend2d-apps copied to clipboard
Blend2D interactive demos and benchmarking tool
This adds benchmarking support for ctx which is a highly portable 2D rasterizer, relying on C compilers and auto-vectorization to do heavy lifting. Performance is highly dependent on the compiler...
Chinese characters are not supported when i tried run samples bl_qt_text ; BLFont font; font.createFromFace(_face, _slider->value()); ctx.setFillStyle(BLRgba32(0xFF000000)); ctx.fillAll(); QString text = _text->text(); ctx.setFillStyle(BLRgba32(0xFFFFFFFF)); ctx.fillUtf16Text(BLPoint(10, 10 + font.size()), font, reinterpret_cast(text.constData()), text.length());...
Hello, this is supplementary pull request - demo for BLPath boolean operations. Please see the original pull request.