-
-
Notifications
You must be signed in to change notification settings - Fork 947
Font size identical for Body and Caption FontTypographies #1248
Description
Describe the bug
According to WPF UI gallery, the caption FontTypography is 12 sized while Body is 14 sized.
However they look identical and when measuring the pixels they are both identical in height.
Also, the size do not match WinUI3 equivalent typography. Attached is a screenshot of WPF UI gallery vs WinUI3 Gallery.
You can clearly see the size difference between caption and body types in WinUI3, while they look identical in WPF UI gallery.
Apologies if this was a stupid report, I am fairly new to WPF.
To Reproduce
Open WPF UI gallery app, navigate to typograpy section and measure font size in pixels. Compare to WinUI3 equivalent app.
Expected behavior
Different font size is noticeable between caption and body FontTypography.
Screenshots
OS version
Edition Windows 11 Enterprise
Version 21H2
OS build 22000.3260
.NET version
8
WPF-UI NuGet version
3.0.5
Additional context
No response
