TextView is cut off
BenjaNapo opened this issue · 2 comments
BenjaNapo commented
As you can see all these TextView are cut off, this is the LaTex where I create them:
<math:TextView
x:Name="xTesto"
Grid.Row="0"
LaTeX="{Binding DomandaAttuale.Testo, Mode=TwoWay}"
TextAlignment="Center"
TextColor="{DynamicResource TextColor}"
VerticalOptions="CenterAndExpand" />
How can I resolve it?
Happypig375 commented
Is this reproducible with the default font?
BenjaNapo commented