llgcode
llgcode
I will give it a try
Hi Taomin, I have no plan to work on these samples. You can contribute if you want
Not so difficult to parse, what do you need?
Hi @logiterra, in existing implementations, drawpdf, drawimg. There's no way to remove antialiasing option. It could be implemented in drawimg but I'm not sure it works well with text.
@logiterra I've experimented a rasteriser without antialiasing last year, feel free to fork it :) https://github.com/llgcode/go-exp-raster
Sure there's better way. But I agree it's better than a panic you're right. -- Laurent. On 15 October 2016 at 16:49, redstarcoder [email protected] wrote: > I've forked the repository...
Hi @dragosslujeru , there's no gradient support in draw2d and it's not planned to have any soon. You might want to use another library like https://github.com/fogleman/gg/blob/master/gradient.go thanks
Hi @ibrokemypie, not supported right now. Please let me some time to see what to do . Laurent
We need to use the new freetype API to draw and compute string length. It may correct this issue.
Hello @vinhphuctadang, I'm afraid I can't help you right now, I have not planned to fix this issue #155. The project draw2d is stand by, I haven't worked on it...