Re: Font rendering question - Brush King.otf

2023-07-17 Thread Andrew Murray
Thanks very much for your answer. > On 16 Jul 2023, at 6:22 pm, Werner LEMBERG wrote: > > >> Over at Python Pillow, we’ve had a user asking about >> https://www.dafont.com/brush-king.font. When Pillow calls >> FT_Glyph_Stroke on any of the letters abcdeghkmpqrvwz, FreeType >> returns

Re: Bug in rsvg+cairo hook with Nabla? (Re: another small patch for ft2-demos, and other stuff.

2023-07-17 Thread Hin-Tak Leung
On Monday, 17 July 2023 at 05:46:37 BST, Werner LEMBERG wrote: > ... please post a link to the report if you do so :-) https://gitlab.gnome.org/GNOME/librsvg/-/issues/997 Inkscape always shows opaque black. (That's why I assumed that Google folks shipped inferior SVG table in their COLRv1

Re: rsvg vs skia comparison (the actual skia based ft2-demo ot-svg renderer hook code diff

2023-07-17 Thread Vincent Torri
On Mon, Jul 17, 2023 at 6:02 PM Hin-Tak Leung wrote: > > Missing API - same missingness as Skia's SVG parser before m103, as far as I > can see. (Or maybe I didn't look thorough enough :-)). > > Interesting to have another svg library, I guess. Associated with tizen so > probably backed by

Re: QT6 build of ftinspect bit-rotten?

2023-07-17 Thread Werner LEMBERG
> I'll look into this after I resolved all backlog issues of ftinspect > (MM/GX default and PSName issue, UI bug in #26, and colored SVG > fonts). Great, and thanks in advance! Werner

Re: QT6 build of ftinspect bit-rotten?

2023-07-17 Thread Charlie Jiang
Hi, sorry for coming late to the party :) Indeed, almost no Qt6 support is included in the current ftinspect version is introduced. I'll look into this after I resolved all backlog issues of ftinspect (MM/GX default and PSName issue, UI bug in #26, and colored SVG fonts). I would refer to

Re: rsvg vs skia comparison (the actual skia based ft2-demo ot-svg renderer hook code diff

2023-07-17 Thread Vincent Torri
Hey Have you looked at ThorVG ? https://github.com/thorvg/thorvg Vincent On Sun, Jul 16, 2023 at 7:49 PM Werner LEMBERG wrote: > > > One question, is c++ built libfreetype binary completely compatible? > > It seems the opposite is (c++ built ft2-demos can use c-built > > freetype) is. > > I

Re: rsvg vs skia comparison (the actual skia based ft2-demo ot-svg renderer hook code diff

2023-07-17 Thread Hin-Tak Leung
Missing API - same missingness as Skia's SVG parser before m103, as far as I can see. (Or maybe I didn't look thorough enough :-)). Interesting to have another svg library, I guess. Associated with tizen so probably backed by Samsung, and the non-google/apple mobile industry. On Monday, 17

Re: Bug in rsvg+cairo hook with Nabla? (Re: another small patch for ft2-demos, and other stuff.

2023-07-17 Thread Hin-Tak Leung
On Monday, 17 July 2023 at 05:46:37 BST, Werner LEMBERG wrote: > > [...] I seem to have found a problem with the rsvg/cairo-based hook > > with the Google Nabla color font. > > > > [...] I found that rsvg+cairo hook renders it B/W [...].  Strangely > > enough, with the skia-based

Re: QT6 build of ftinspect bit-rotten?

2023-07-17 Thread Hin-Tak Leung
On Monday, 17 July 2023 at 05:52:36 BST, Werner LEMBERG wrote: > > Btw, anybody done QT6 build of ftinspect lately? > Well, looking into `src/ftinspect/{meson.build,CMakeLists.txt}` I only > see build support for Qt5.  Apparently, Qt6 support was tested > experimentally only. > Charlie,