mIRC Homepage
Posted By: deVilbaT font in editbox text - 26/06/22 01:55 PM
Got default font problem in editbox. Clean mIRC and Windows 10.

Tested under 7.68.3357 and 7.68.2389.

https://ibb.co/qdKdM1x
Posted By: Khaled Re: font in editbox text - 26/06/22 04:35 PM
Thanks for your bug report. If you open a Powershell window and run the following command:

Quote
Get-WinSystemLocale | Select-Object Name, DisplayName,
@{ n='OEMCP'; e={ $_.TextInfo.OemCodePage } },
@{ n='ACP'; e={ $_.TextInfo.AnsiCodePage } }

What result do you see?
Posted By: deVilbaT Re: font in editbox text - 26/06/22 04:48 PM
Reply:

Code
Name  DisplayName     OEMCP  ACP
----  -----------     -----  ---
pl-PL Polish (Poland)   852 1250
Posted By: Khaled Re: font in editbox text - 26/06/22 05:22 PM
Okay, in previous versions, mIRC was not using your active codepage in the font dialog, despite the fact that it uses your active codepage in all features. The Windows 1250 codepage is Central/Eastern European, so the font text being displayed in your font dialog is actually correct now.
Posted By: deVilbaT Re: font in editbox text - 26/06/22 06:55 PM
The text in the font selection window is good, but in the edit box it is strange. The first link once again from the latest beta version and the second from version 7.68. There is a difference.

https://ibb.co/cJNLXVP

https://ibb.co/Kzd3ZWd
Posted By: Khaled Re: font in editbox text - 27/06/22 11:19 AM
Ah! Thanks for following this up. I read your original post incorrectly. That should not be happening - it looks like the editbox itself is font-linking due to using the wrong character set. This should be fixed in the next beta.
Posted By: deVilbaT Re: font in editbox text - 30/06/22 04:06 PM
Great. Fixed in 7.68.3498. Thanks!
image
© mIRC Discussion Forums