From 2087a3a9473b3b8dab9b322376134372f7460efa Mon Sep 17 00:00:00 2001 From: Markus Hofknecht Date: Fri, 1 Sep 2023 13:46:54 +0200 Subject: [PATCH] font is not windows orig (but with TextOptions.TextRenderingMode="ClearType" TextOptions.TextFormattingMode="Display" it comes a lot closer to the original) --- UserInterface/Menu.xaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/UserInterface/Menu.xaml b/UserInterface/Menu.xaml index 36b8880..1917bf0 100644 --- a/UserInterface/Menu.xaml +++ b/UserInterface/Menu.xaml @@ -107,13 +107,16 @@ + Background="{x:Null}" Foreground="{x:Static stm:MenuDefines.ColorForeground}" CaretBrush="{x:Static stm:MenuDefines.ColorForeground}" + TextOptions.TextRenderingMode="ClearType" TextOptions.TextFormattingMode="Display"/> @@ -140,8 +143,8 @@ -