conhost: Migrate from FontPitchFamily to FontFamily.
commit0e6b21ef1d775c34fa14d8f527468b1a65df3eda
authorHugh McMaster <hugh.mcmaster@outlook.com>
Fri, 23 Dec 2022 11:09:49 +0000 (23 22:09 +1100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 11 Jan 2023 10:54:16 +0000 (11 11:54 +0100)
treeb389b4ba47c341a834254f7d1aada18500856f5c
parentf2a07805b9b027da9a1caaf6023abc90bc950459
conhost: Migrate from FontPitchFamily to FontFamily.

To ensure a seamless transition between value names, we try loading the
registry value from FontFamily first and FontPitchFamily second.

Any changes to the console font family are saved to the new value name.
programs/conhost/window.c