[NUI] Add TextMapHelper class
authorBowon Ryu <bowon.ryu@samsung.com>
Tue, 23 Nov 2021 05:16:08 +0000 (14:16 +0900)
committerhuiyu <35286162+huiyueun@users.noreply.github.com>
Mon, 29 Nov 2021 08:55:55 +0000 (17:55 +0900)
commit61a84f0f94188057584fc5c76964ce1f0c25619e
treebc7305f4d58ea28f4290e1808b3d6a60fb22d7e2
parente5a11dafb1b34ba06a2d95e139dc7e8ecf63893a
[NUI] Add TextMapHelper class

TextUtils contains too many features and is inconsistent.
Detach the TextMapHelper functionality from the TextUtils class.
This can improves readability and reduces LOCs.

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/TextMapHelper.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/BaseComponents/TextUtils.cs