Petr Kobalicek
Petr Kobalicek
Interesting, thanks! I think the current behavior means that if you have multiple spaces it counts space advance, but if you have a single space it doesn't for some reason....
I have checked this and I'm not sure what would be the best way of solving the issues. If you get a metrics of a text that has a single...
That's a very nice explanation, thanks! When designing the API I guess I was so worried about the performance of ink box in CFF fonts, which has to be calculated...
We plan to implement OpenType functionality within Blend2D itself and offer an alternative to harfbuzz. However, Blend2D can render glyph-runs that you can shape by harfbuzz so there should not...
I would strongly advise to not link asmjit dynamically in this case - asmjit doesn't guarantee ABI stability so it's like asking for trouble. This is the main reason asmjit...
In retrospective, I will add an option to link asmjit dynamically, but it won't be the default. I still think that statically linking asmjit is the right thing to do...
Let me know whether https://github.com/blend2d/blend2d/commit/2574d90ebc61b5195491cc79bfa6da162084242b fixes the issue.
yeah, should be fixed
I think this makes sense when we have locale-independent string to double conversion.
I'm talking about functions like `atof()`, `strtod()`, etc... that are affected by locale. I have already written SVG path data parser, so it's not a problem from this point of...