View Issue Details

IDProjectCategoryView StatusLast Update
0001064NoesisGUIUnitypublic2018-11-21 17:12
Reporterrolandtomczak Assigned Tojsantos  
PrioritylowSeverityminor 
Status resolvedResolutionfixed 
Product Version2.0.1f1 
Target Version2.2.0Fixed in Version2.2.0b4 
Summary0001064: Vertical spacing above font not consistant with 1.2.0
Description

Hi,

I've an user control displaying a single letter using ROBOTO font.
The vertical placement in 1.2 and 2.0 isn't the same, as shown in the attached screenshot.
Please also note that in 1.2, the placement wasn't consistant with the WPF one (I had to add a negative vertical margin on my fonts)

Steps To Reproduce

<!-- Font_Patient_Sans is #Roboto -->

<Grid x:Name="LayoutRoot" RenderTransformOrigin="0.5,0.5">
<Viewbox Stretch="Uniform">
<Button x:Name="butSelector" Width="250" Height="250" Style="{DynamicResource Button_Round_Style}" Background="{x:Null}" BorderBrush="{x:Null}" Foreground="{x:Null}">
<Grid Width="250" Height="250">
<Grid x:Name="grdSymetryHost" Width="250" Height="250">
<Grid x:Name="grdLetter" Margin="0" Width="250" Height="250">
<Rectangle Fill="#FF424242" RadiusX="30" RadiusY="30" Width="250" Height="250"/>
<TextBlock x:Name="txtLetter"
FontFamily="{DynamicResource Font_Patient_Sans}"
FontSize="240"
Text="T"
Foreground="{DynamicResource Background_Brush}" TextAlignment="Center" LineHeight="1" Margin="0,-15,0,0" VerticalAlignment="Center" FontWeight="Bold"/>
</Grid>
</Grid>
</Grid>
</Button>
</Viewbox>
</Grid>

Attached Files
Font_Noesis1.PNG (121,301 bytes)   
Font_Noesis1.PNG (121,301 bytes)   
Font_Noesis2.PNG (37,602 bytes)   
Font_Noesis2.PNG (37,602 bytes)   
PlatformAny

Activities

Issue History

Date Modified Username Field Change
2017-04-27 09:04 rolandtomczak New Issue
2017-04-27 09:04 rolandtomczak File Added: Font_Noesis1.PNG
2017-04-27 09:04 rolandtomczak File Added: Font_Noesis2.PNG
2017-04-28 17:33 jsantos Assigned To => jsantos
2017-04-28 17:33 jsantos Status new => assigned
2018-11-01 02:14 jsantos View Status public => private
2018-11-21 16:42 jsantos Target Version => 2.2.0
2018-11-21 16:42 jsantos View Status private => public
2018-11-21 16:42 jsantos Description Updated
2018-11-21 16:42 jsantos Steps to Reproduce Updated
2018-11-21 16:42 jsantos Platform => Any
2018-11-21 16:46 jsantos Status assigned => resolved
2018-11-21 16:46 jsantos Resolution open => fixed
2018-11-21 17:12 jsantos Fixed in Version => 2.2.0b4
2025-10-10 13:29 jsantos Category Unity3D => Unity