[NUI] Add EnableFontSizeScale to Text components (#3841)
authorBowon Ryu <bowon.ryu@samsung.com>
Fri, 7 Jan 2022 07:56:12 +0000 (16:56 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Wed, 12 Jan 2022 08:40:18 +0000 (17:40 +0900)
commit420d3c81a986189b8ca833832c159b5f00b6d326
treeb0e6ff89db8fed172da3961bf42459ac385b18b8
parentd3d5fa65c03fb8af7a5747ac0873c03d006fe708
[NUI] Add EnableFontSizeScale to Text components (#3841)

* [NUI] Add EnableFontSizeScale to Text components

for current, FontSizeScale is applied to all text.
Add EnableFontSizeScale to selectively apply FontSizeScale from SystemSettings

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
* [NUI] Add test for FontSizeScale, EnableFontSizeScale

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
12 files changed:
src/Tizen.NUI/src/internal/Interop/Interop.TextEditor.cs
src/Tizen.NUI/src/internal/Interop/Interop.TextField.cs
src/Tizen.NUI/src/internal/Interop/Interop.TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditorBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextFieldBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabelBindableProperty.cs
test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/testcase/public/BaseComponents/TSTextEditor.cs
test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/testcase/public/BaseComponents/TSTextField.cs
test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/testcase/public/BaseComponents/TSTextLabel.cs [new file with mode: 0755]