circular17

Results 373 comments of circular17

I cannot help about mp3. Those are not trivial. > Imho, APNG is part of the PNG project. > https://en.wikipedia.org/wiki/APNG Well yes and no. At least that's the impression I...

I can see 4 ways to do it: - iterate through the XML (not practical indeed) - iterate through the SVG elements (I've just added an IterateElements method to do...

There are some caveats to that. For example what happens if the supplied string contains nonspacing marks. For example, instead of "â" the combination "a" + "^" (0302). In this...

Hmmm, so for example "ba^c" would go with an array (20, 0, 20, 20) to make "bâc" where letters are evenly placed? As I would render each multichar "b" then...

On MacOS, it seems that "a^" is considered as one character. Also tested with "lam" + "aleph" and in this case, the offsets are added for both characters. ``` uses...

related to https://github.com/bgrabitmap/lazpaint/issues/119

That’s the state of the LCL, Lazarus Component Library, which LazPaint relies on.

Well that's not absurd actually, but... I would need much spare time. I suppose it would solve all widget sets problems as it is all custom drawn?

Ok I understand. So one would need to be able to handle either LCL or mseGUI.

I think that it is not possible to have multiple versions in one binary. So in this case, that would mean making a version for this older Debian by compiling...