[Libreoffice-commits] core.git: vcl/qt5 vcl/README.vars.md vcl/skia vcl/unx

2023-11-24 Thread Frank Steiner (via logerrit)
9137bd2dd3ab66ffa783fc15a1add1e9cf541460 Author: Frank Steiner AuthorDate: Thu Nov 23 14:31:10 2023 +0100 Commit: Caolán McNamara CommitDate: Fri Nov 24 09:45:29 2023 +0100 enable using medium/full font hinting even with subpixel positioning Change-Id: I1be0670d59163070dccf035ec9c7b0cd4f818c69

Frank Steiner license statement

2023-11-23 Thread Frank Steiner
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license.

Re: How/where is font hinting performed in libreoffice?

2023-11-14 Thread Frank Steiner
nt_options_get_hint_style(pFontOptions)" instead of downgrading it to slight. I wouldn't mind trying to write a patch for such a variable if there is a chance it could be accepted...? cu, Frank -- Dipl.-Inform. Frank Steiner Web: http://www.bio.ifi.lmu.de/~steiner/ Lehrstuhl

Re: How/where is font hinting performed in libreoffice?

2023-11-12 Thread Frank Steiner
Hi, could someone working on the font code at least give a statement why CAIRO_HINT_STYLE_MEDIUM/FULL is forced to SLIGHT if bSubpixelPositioning is true? Why aren't user allowed to use MEDIUM/FULL style anymore? Thanks a lot! cu, Frank -- Dipl.-Inform. Frank Steiner Web: http

Re: How/where is font hinting performed in libreoffice?

2023-10-15 Thread Frank Steiner
and not force it to CAIRO_HINT_STYLE_SLIGHT if bSubpixelPositioning is true? That would give people back at least some control over hinting and allow the thin versions of certain fonts. cu, Frank -- Dipl.-Inform. Frank Steiner Web: http://www.bio.ifi.lmu.de/~steiner/ Lehrstuhl f. Bioinformatik

How/where is font hinting performed in libreoffice?

2023-10-13 Thread Frank Steiner
Hi, while trying to debug the problem described in https://bugs.documentfoundation.org/show_bug.cgi?id=157348 further I'd like to understand how font rendering w.r.t. hinting is done in libreoffice for Linux. In 7.4.7, Microsoft fonts like Arial are shown with thin lines when