<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
Hi Moti,<br>
<br>
<div class="moz-cite-prefix">On 24.02.23 09:04, Moti Ben-Ari wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAHCuC+=OfRagW4cE5C2Tgj5ONZOmGcxw2-DS+0V8PAv=QgkTMA@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">
<div class="gmail_default" style="font-size:small">I have
difficulty using the editor unless the font is bold. Since it
is not a preference, in v0.6.7 I was able to do so by changing
the fifth parameter of the Windows registry entry for font to
75:<br>
</div>
<div class="gmail_quote">
<div dir="ltr">
<div style="font-size:small">Courier
New,11,-1,5,75,0,0,0,0,0<br>
</div>
<div style="font-size:small"><br>
</div>
<div style="font-size:small">With v0.6.8 I tried the same
thing but it doesn't work:</div>
<div style="font-size:small">Courier
New,11,-1,5,75,0,0,0,0,0,0,0,0,0,0,1<br>
</div>
</div>
</div>
</div>
</blockquote>
<br>
Could you try using 700 instead of 75?<br>
<br>
There was no significant change to the font preference code, but the
default 0.6.8 binary is compiled with Qt 6 instead of Qt 5 (which
was used for 0.6.7). And the docs say that a new scale was
introduced - in line with OpenType, apparently. In this new scale,
"Bold", which corresponded to 75 in Qt 5
[<a class="moz-txt-link-freetext" href="https://doc.qt.io/qt-5.15/qfont.html#Weight-enum">https://doc.qt.io/qt-5.15/qfont.html#Weight-enum</a>], now corresponds
to 700 [<a class="moz-txt-link-freetext" href="https://doc.qt.io/qt-6/qfont.html#Weight-enum">https://doc.qt.io/qt-6/qfont.html#Weight-enum</a>].<br>
<br>
HTH,<br>
Stefan<br>
</body>
</html>