Samuel Ugochukwu

Results 57 comments of Samuel Ugochukwu

This is the blend2d binding [lunasvg-blend2d.zip](https://github.com/sammycage/lunasvg/files/6794862/lunasvg-blend2d.zip) I will fix this issue later

> Do you know when the text support is expected to return. With limited time and resources, I don't think it will be available anytime soon. > And will the...

60% to completion

> 60% to completion My major drawback is font handling... Oddly enough, I don't even know what happened to the code.

> ...I will use some native API to draw text on the image. ...You need coordinates, this is where the problem is.

> More details, in my wxWidgets application, I'd like to first draw the svg image without any text labels on the canvas, than use wxWidgets' native DrawText API to draw...

Is the SVG file complex? If the answer is NO.. You can `wxGraphicsContext` to draw the SVG file and do your thing. You can send me the SVG file lemme...

> Are there any reference on how to draw/show them by the wxGraphicsContext, I guess the basice wxDC is enough? Lemme add makeshift Text support first and I will tell...