Description: Calc. Wrong render of legend's font in Chart (OpenGL enabled) Steps to Reproduce: 1. Open file from attach in LO 6.1 (make sure OpenGL is active) 2. See at legend 3. Legend's font is wrong render Actual Results: Legend's font is wrong render Expected Results: Legend's font is cool render Reproducible: Always User Profile Reset: No Additional Info:
it's regression in 6.1, I bisected it $ git bisect bad 4be0c5ca7f2659e747b728c75387cb3c82b7dcf5 is the first bad commit commit 4be0c5ca7f2659e747b728c75387cb3c82b7dcf5 Author: Norbert Thiebaud <nthiebaud@gmail.com> Date: Tue Oct 9 07:53:09 2018 -0700 source 60011cefbccd91065dadf66896a688b807e76964 https://gerrit.libreoffice.org/#/c/61312/ - it's cherrypick from https://gerrit.libreoffice.org/#/c/61219/ CC: Miklos and Xisco
Created attachment 150281 [details] Example chart
Created attachment 150282 [details] OpenGL enabled
Created attachment 150283 [details] OpenGL disabled
Created attachment 150504 [details] Can't reproduce, with OpenGL.
Created attachment 150505 [details] Can't reproduce, without OpenGL. I attach how it's visible here with and without OpenGL on master, Windows. I see no difference when it comes to the legend's font.
(In reply to Miklos Vajna from comment #5) > Created attachment 150504 [details] > Can't reproduce, with OpenGL. Miklos, do you use Windows 7? Can you test it on Windows 10?
Yes, I tested on Windows 7. I only have Windows 10 in VM without GL, but perhaps somebody else can confirm this.
@Aron, do you reproduce this on your side ?
I can confirm with Windows 10 *with UI scaling set to 125%*. Tested with Version: 6.2.3.1 (x64) Build ID: 9ba025bafb03b962c34687cf87806cc03a3a7436 CPU threads: 12; OS: Windows 10.0; UI render: GL; VCL: win; Locale: ru-RU (ru_RU); UI-Language: en-US Calc: CL
(In reply to Mike Kaganski from comment #10) > I can confirm with Windows 10 *with UI scaling set to 125%*. > > Tested with Version: 6.2.3.1 (x64) > Build ID: 9ba025bafb03b962c34687cf87806cc03a3a7436 > CPU threads: 12; OS: Windows 10.0; UI render: GL; VCL: win; > Locale: ru-RU (ru_RU); UI-Language: en-US > Calc: CL I didn't know scaling of GUi in OS is important info
(In reply to Mike Kaganski from comment #10) > I can confirm with Windows 10 *with UI scaling set to 125%*. Thanks, 125% was the trick, not the Windows version. I'll take a look at this, let's see if I get anywhere.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/7069ec6de9807d12ff9ad52ecbb66ea7dc373723%5E%21 tdf#124327 sc opengl: fix lack of AA text in charts It will be available in 6.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Miklos Vajna committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/5bff92cfcb9cf97c742cc9fb4d85b79b082b941e%5E%21 tdf#124327 sc opengl: fix lack of AA text in charts It will be available in 6.2.4. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
verified in Version: 6.3.0.0.alpha0+ (x64) Build ID: 74288f5af28de3d14044c951e7e5d62bb2e22301 CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; TinderBox: Win-x86_64@42, Branch:master, Time: 2019-04-12_00:11:21 Locale: ru-RU (ru_RU); UI-Language: en-US Calc: threaded Thank you, Miklos