From: "Gregg Young" Received: from [192.168.100.201] (HELO mail.2rosenthals.com) by 2rosenthals.com (CommuniGate Pro SMTP 5.4.10) with ESMTPS id 1323642 for lswitcher-dev@2rosenthals.com; Mon, 23 Nov 2020 16:11:02 -0500 Received: from secmgr-va.2rosenthals.com ([50.73.8.217]:36716 helo=mail2.2rosenthals.com) by mail.2rosenthals.com with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1khJ6s-0003Ch-0Z for lswitcher-dev@2rosenthals.com; Mon, 23 Nov 2020 16:10:54 -0500 Received: from mail.onyx.syn-alias.com ([206.152.134.66]:56223 helo=smtp.centurylink.net) by mail2.2rosenthals.com with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1khJ6o-0005Q1-21 for lswitcher-dev@2rosenthals.com; Mon, 23 Nov 2020 16:10:50 -0500 X-CTCH-RefID: str=0001.0A742F1D.5FBC255E.0027,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-CTCH-RefID: str=0001.0A742F1E.5FBC255A.004C,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 Return-Path: X_CMAE_Category: , , X-CNFS-Analysis: v=2.3 cv=E7yzWpVl c=1 sm=1 tr=0 cx=a_idp_x a=NDlFSscp+ju2jKhF/f4qJA==:117 a=NDlFSscp+ju2jKhF/f4qJA==:17 a=KGjhK52YXX0A:10 a=IkcTkHD0fZMA:10 a=nNwsprhYR40A:10 a=ysqN1OIC4P0A:10 a=eQrCS-SpgXYA:10 a=SAnHyAfeeHuNYvTfNnkA:9 a=QEXdDO2ut3YA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Feedback-ID: dfw:ctl:res:onyx X-Authed-Username: eWdrQHF3ZXN0Lm5ldA== Authentication-Results: smtp01.onyx.dfw.sync.lan smtp.user=ygk@qwest.net; auth=pass (LOGIN) Received: from [71.37.83.177] ([71.37.83.177:65319] helo=ZOBOPEEP) by smtp.centurylink.net (envelope-from ) (ecelerity 3.6.25.56547 r(Core:3.6.25.0)) with ESMTPA id 7D/E9-26324-5552CBF5; Mon, 23 Nov 2020 16:10:48 -0500 Message-ID: <100.704c0c004825bc5f.447@qwest.net> To: "lSwitcher Developers Mailing List" Date: Mon, 23 Nov 2020 14:10:32 -0700 (MST) Reply-To: "Gregg Young" Priority: Normal User-Agent: PMMail/3.25 (os/2; U; Warp 4.5; en-US; i386; ver 3.25.00.1984) X-Mailer: PMMail 3.25.00.1984 for OS/2 Warp 4.5 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: Re: [lswitcher-dev] lSwitcher-2-93-0-RC_1.wpi On Sun, 22 Nov 2020 14:54:14 +0100 Alfredo Fernández Díaz wrote: > >Hi > >On 20/11/22 00:28, Gregg Young wrote: >>[...] Hopefully fixed the flaky font loading in dialogues and menus >>that use non-codepage 850 codepages. I also at attempted to fix some >>bad string spacing/layout in the dialogs. > >Whatever you did seems to affect my English and Spanish VPC test systems >too -- and both use CP850. The 2.92 settings dialog displayed Russian, >Spanish and Czech characters just fine with the default system font >settings. 2.93 uses an ugly serif font for no reason apparently. See >screenshots. The global page isn't codepage 850. It is codepage 1207 and the only difference between 2.92 and 2.93 for that page is that the Times New Roman MT 30 font is 9 point instead of 10. While I don't like the font it is the only font that ships with OS/2 that has all the required glyphs. > >Also, I don't know whether your font code tweaking should fix the last >problem with the PM popup text -- it still looks bad here. This is unchanged from 2.92. I looked at it and am seeing some very weird and inconsistent behavior. At times I get 2 different fonts for the top and bottom hint lines which shouldn't be possible. I will see if I can figure out what is happening. Thanks Gregg