Support character-spacing tag in markup 89/271789/11
authorssabah <s.sabah@samsung.com>
Mon, 28 Feb 2022 21:45:57 +0000 (00:45 +0300)
committerssabah <s.sabah@samsung.com>
Sun, 27 Mar 2022 10:29:12 +0000 (13:29 +0300)
How to apply it in TextEditor:

    textEditor.SetProperty(Dali::Toolkit::TextEditor::Property::TEXT,
                           "Hello <char-spacing value='-3.0f'>Hello </char-spacing>"
                           "<char-spacing value='3.0f'>Hello </char-spacing>"
                           "<char-spacing value='-6.0f'>Hello </char-spacing>"
                           "<char-spacing value='6.0f'>Hello </char-spacing>"
                           "<char-spacing value='0.0f'>Hello </char-spacing>");
    textEditor.SetProperty(Dali::Toolkit::TextEditor::Property::ENABLE_MARKUP, true);

Change-Id: Ic24b6cd7e0b88fba175fdc008345956a8fa7980f


No differences found