The text alignment of the Windows previewer is different from that of the Linux binary. #9746
Replies: 4 comments 2 replies
-
|
This sounds like a bug, but we'd need a reproducible test case to be able to investigate that. Unfortunately, I have difficulties imagining what exactly the alignment issue is just from your textual description :) |
Beta Was this translation helpful? Give feedback.
-
|
digital-7 (mono).zip HorizontalLayout {
alignment: center;
spacing: 10px;
text := Text {
vertical-alignment: center;
text: "000.00";
color: #fdca5f;
font-size: 200px;
font-family: "Digital-7 Mono";
}
Text {
vertical-alignment: center;
text: "g";
color: #fdca5f;
font-size: 24px;
}
} |
Beta Was this translation helpful? Give feedback.
-
|
windows-skia |
Beta Was this translation helpful? Give feedback.
-
|
It seems that version 1.14 has optimized its problems. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I developed and tested the preview effect from the Windows platform, and then ran the main program on Linux. However, I found that the text in the previewer is vertically aligned, and the text is offset downward when running on Linux. My font is fixed to load the local font.
I tried the femtovg backend and the skia backend, but they both had the same effect, not vertically syncing as expected.
Beta Was this translation helpful? Give feedback.
All reactions