View Issue Details

IDProjectCategoryView StatusLast Update
0003483NoesisGUIC# SDKpublic2024-10-04 03:09
Reporterdarthmaule2 Assigned Tojsantos  
PrioritynormalSeveritymajor 
Status resolvedResolutionfixed 
Product Version3.2.4 
Target Version3.2.5Fixed in Version3.2.5 
Summary0003483: Upgrade from 3.2.3 to 3.2.4 and FontWeight is broken for all fonts
Description

Upgrade from 3.2.3 to 3.2.4 and FontWeight is broken for all fonts

Tried both Poppins and Arial and any FontWeight we specify, Medium, Bold, UltraBold, doesn't work.

PlatformAny

Activities

jsantos

jsantos

2024-07-16 15:07

manager   ~0009815

Last edited: 2024-07-16 15:08

I have tried the following XAML with Arial (Poppins is not installed in my system)


<Grid
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">

<StackPanel>
<TextBlock FontSize="20" FontFamily="Arial" FontWeight="Black">Splendid fireworks</TextBlock>
<TextBlock FontSize="20" FontFamily="Arial" FontWeight="Bold">Splendid fireworks</TextBlock>
<TextBlock FontSize="20" FontFamily="Arial" FontWeight="Regular">Splendid fireworks</TextBlock>
</StackPanel>

</Grid>


And it works well. Could you please provide a XAML that I can paste into XamlPlayer to reproduce the issue?

Issue History

Date Modified Username Field Change
2024-07-10 17:27 darthmaule2 New Issue
2024-07-11 11:30 jsantos Assigned To => jsantos
2024-07-11 11:30 jsantos Status new => assigned
2024-07-11 11:31 jsantos Target Version => 3.2.5
2024-07-16 15:07 jsantos Note Added: 0009815
2024-07-16 15:07 jsantos Status assigned => feedback
2024-07-16 15:07 jsantos Note Edited: 0009815
2024-07-16 15:08 jsantos Note Edited: 0009815
2024-10-04 03:09 jsantos Status feedback => resolved
2024-10-04 03:09 jsantos Resolution open => fixed
2024-10-04 03:09 jsantos Fixed in Version => 3.2.5