Page 1 of 1

Text Inlines (NoesisGUI 1.3)

Posted: 30 Jun 2016, 20:49
by sfernandez
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... ;)

Image
<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> 

Re: Text Inlines (NoesisGUI 1.3)

Posted: 03 Jul 2016, 18:57
by thehousemd
Exciting! Is there a tentative release date?

Re: Text Inlines (NoesisGUI 1.3)

Posted: 06 Jul 2016, 13:38
by jsantos
The C++ public beta is coming very soon : )

Re: Text Inlines (NoesisGUI 1.3)

Posted: 12 Dec 2017, 09:45
by Piereinut
I think it is very good. It's great Can I use it now?

Re: Text Inlines (NoesisGUI 1.3)

Posted: 12 Dec 2017, 10:34
by ai_enabled
We're already using it since NoesisGUI 1.3/2.0.

Re: Text Inlines (NoesisGUI 1.3)

Posted: 09 Feb 2018, 18:33
by UE4
can I use this in runtime? display richtext via markup text

Re: Text Inlines (NoesisGUI 1.3)

Posted: 10 Feb 2018, 07:16
by jsantos
Yes, this is totally supported in 2.1 version.

Re: Text Inlines (NoesisGUI 1.3)

Posted: 18 Apr 2018, 10:24
by UE4
seemed no InlineUIContainer supported? if I want to display a chat UI :?: hello :D world :) in TextBlock
how can display the image in TextBlock?

Re: Text Inlines (NoesisGUI 1.3)

Posted: 19 Apr 2018, 20:49
by jsantos
seemed no InlineUIContainer supported? if I want to display a chat UI :?: hello :D world :) in TextBlock
how can display the image in TextBlock?
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).

Could you please report about it?