Dov Grobgeld

Results 84 comments of Dov Grobgeld

> https://github.com/dov/paps/blob/58afdc8a7ea02e7621ec0b8f2881a424afc8b7c1/meson.build#L6-L11 > > This is wrong, you don';t need any of this. > > > Note: this doesn't require editing any files checked into git > > > The...

https://docs.gtk.org/Pango/func.attr_insert_hyphens_new.html Available since pango 1.44 I assume that you are using an older version... In any case you can remove this line. It will only affect the insertion of hyphens...

I don't mind one way or another. The question is if you would rather not keep pango pure infrastructure?

I assume the only sensible way would be to put each page in a different layer. See also: http://wiki.inkscape.org/wiki/index.php/Multipage

My guess is that it is a font problem. I don't do anything special with emoji, it is all handled by pango, and as far as I understand emoji's are...

Thanks. I'll add the two flags to the default compilation. Regarding `gettext` I don't have much experience with it. @tagoh can you help? Did you try compiling with meson?

The svg parser returns an `agg::path_renderer` object that really simply is a path container. If you wrap this object into python it really has the same semantics as the current...

Please see the https://github.com/dov/aggdraw/tree/svg for a first implementation of svg support. Regarding the coverage of the SVG support, it is indeed quite limited, as dictated by the https://github.com/dov/agg-svg project. If...

@nummer30 Thanks for the feedback. Glad you like it! Note that I have continued development of the client. Features that I have recently added are: 1. Support for Shift-Insert in...

I also tried the codes and couldn't get them to work. I outlined my experience in more detail in #3.