Change DemiBold behavior from 11.0.x
to 11.1.0
#16484
-
Considering the following xaml XAML<Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
x:Class="AFontIssue.MainWindow"
Title="AFontIssue">
<TextBlock Text="📐 Projects"
FontSize="54"
FontWeight="DemiBold"
/>
</Window> Avalonia
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
So the issue is that a regular glyph is rendered instead of a color glyph? |
Beta Was this translation helpful? Give feedback.
-
same happens to semi avalonia demo. |
Beta Was this translation helpful? Give feedback.
-
I think this is because of bold emulation. There is no Bold/DemiBold variant and therefore the backend emulates the typeface. This seems to remove color glyphs. |
Beta Was this translation helpful? Give feedback.
-
Should be fixed by: #16489 |
Beta Was this translation helpful? Give feedback.
Should be fixed by: #16489