WPF: Cutting the part of the last letter in textblock when FontStyle is Oblique
问题 I have a simple XAML example: <Grid> <Button x:Name="button1" FontSize="28" FontWeight="Bold" FontStyle="Oblique" HorizontalContentAlignment="Center" Margin="296,142,296,249"> <TextBlock Width="Auto" Text="button" Padding="0" VerticalAlignment="Center"/> </Button> <Button x:Name="button2" Content="button" FontSize="28" FontWeight="Bold" FontStyle="Oblique" Margin="296,234,282,146" /> </Grid> If height of any button will changed in design mode (or added and changed property Height in xaml),