User avatar
sfernandez
Site Admin
Topic Author
Posts: 2983
Joined: 22 Dec 2011, 19:20

Text Inlines (NoesisGUI 1.3)

30 Jun 2016, 20:49

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> 
 
thehousemd
Posts: 4
Joined: 26 Nov 2014, 06:22

Re: Text Inlines (NoesisGUI 1.3)

03 Jul 2016, 18:57

Exciting! Is there a tentative release date?
 
User avatar
jsantos
Site Admin
Posts: 3905
Joined: 20 Jan 2012, 17:18
Contact:

Re: Text Inlines (NoesisGUI 1.3)

06 Jul 2016, 13:38

The C++ public beta is coming very soon : )
 
Piereinut
Posts: 1
Joined: 12 Dec 2017, 08:52

Re: Text Inlines (NoesisGUI 1.3)

12 Dec 2017, 09:45

I think it is very good. It's great Can I use it now?
 
User avatar
ai_enabled
Posts: 231
Joined: 18 Jul 2013, 05:28
Contact:

Re: Text Inlines (NoesisGUI 1.3)

12 Dec 2017, 10:34

We're already using it since NoesisGUI 1.3/2.0.
AtomicTorch Studio Pte. Ltd. http://atomictorch.com
 
UE4
Posts: 62
Joined: 29 Dec 2017, 06:32

Re: Text Inlines (NoesisGUI 1.3)

09 Feb 2018, 18:33

can I use this in runtime? display richtext via markup text
 
User avatar
jsantos
Site Admin
Posts: 3905
Joined: 20 Jan 2012, 17:18
Contact:

Re: Text Inlines (NoesisGUI 1.3)

10 Feb 2018, 07:16

Yes, this is totally supported in 2.1 version.
 
UE4
Posts: 62
Joined: 29 Dec 2017, 06:32

Re: Text Inlines (NoesisGUI 1.3)

18 Apr 2018, 10:24

seemed no InlineUIContainer supported? if I want to display a chat UI :?: hello :D world :) in TextBlock
how can display the image in TextBlock?
 
User avatar
jsantos
Site Admin
Posts: 3905
Joined: 20 Jan 2012, 17:18
Contact:

Re: Text Inlines (NoesisGUI 1.3)

19 Apr 2018, 20:49

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?

Who is online

Users browsing this forum: No registered users and 30 guests