-
sfernandez
Site Admin
- Posts: 3112
- Joined:
Text Inlines (NoesisGUI 1.3)
Hi everyone,
I just want to share some improvements we are making within NoesisGUI 1.3 related to text inlines.
Hope you like what you see...
I just want to share some improvements we are making within NoesisGUI 1.3 related to text inlines.
Hope you like what you see...
Code: Select all
<Grid
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Background="White"
TextElement.FontFamily="Fonts/#Roboto"
TextElement.FontSize="30"
TextElement.Foreground="Black">
<StackPanel Margin="50" VerticalAlignment="Center" HorizontalAlignment="Center" Orientation="Horizontal">
<TextBlock Width="320" Height="270" FontSize="40" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Background="WhiteSmoke">
<Span FontSize="60">Lorem </Span>
<Bold>
<Bold.Foreground>
<LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
<GradientStop Color="Orange" Offset="0"/>
<GradientStop Color="Teal" Offset="1"/>
</LinearGradientBrush>
</Bold.Foreground>
ipsum dolor</Bold> sit amet,
<Italic>consectetur
<Span>
<Span.Background>
<LinearGradientBrush StartPoint="0,0" EndPoint="1,0">
<GradientStop Offset="0" Color="Silver"/>
<GradientStop Offset="1" Color="Yellow"/>
</LinearGradientBrush>
</Span.Background>
adipiscing</Span>
<Span Foreground="Red">elit</Span></Italic>.
Fusce <Bold>dolor</Bold> justo, elementum sed convallis eu, cursus vel nisi.
</TextBlock>
</StackPanel>
</Grid>
- thehousemd
- Posts: 4
- Joined:
Re: Text Inlines (NoesisGUI 1.3)
Exciting! Is there a tentative release date?
Re: Text Inlines (NoesisGUI 1.3)
The C++ public beta is coming very soon : )
Re: Text Inlines (NoesisGUI 1.3)
I think it is very good. It's great Can I use it now?
- ai_enabled
- Posts: 231
- Joined:
- Contact:
Re: Text Inlines (NoesisGUI 1.3)
We're already using it since NoesisGUI 1.3/2.0.
AtomicTorch Studio Pte. Ltd. http://atomictorch.com
Re: Text Inlines (NoesisGUI 1.3)
can I use this in runtime? display richtext via markup text
Re: Text Inlines (NoesisGUI 1.3)
Yes, this is totally supported in 2.1 version.
Re: Text Inlines (NoesisGUI 1.3)
seemed no InlineUIContainer supported? if I want to display a chat UI hello world in TextBlock
how can display the image in TextBlock?
how can display the image in TextBlock?
Re: Text Inlines (NoesisGUI 1.3)
Yet not supported but it is definitely interesting to have this feature. As a workaround we also plan to implement color fonts (for emojis for example).seemed no InlineUIContainer supported? if I want to display a chat UI hello world in TextBlock
how can display the image in TextBlock?
Could you please report about it?
Who is online
Users browsing this forum: No registered users and 3 guests