これらのプロパティをすでに設定しているのに、ウィンドウフォームのタイトルのfontfamilyまたはfontstyleを変更できません。デフォルトのfontfamilyはMS UI Gothicであり、meiryoに変更したいです。XMLファイルでは問題ないようですが、実行時に変更はありません。
<Window x:Class="TestFont.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Window1" Height="130" Width="369" FontFamily="meiryo" FontStyle="Italic">
</Window>