[NUI] Add SystemFontSizeChangedManager class
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 28 Aug 2023 11:02:39 +0000 (20:02 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Wed, 30 Aug 2023 07:41:09 +0000 (16:41 +0900)
commit7bd5b759cff3e64f55c8bb7bd2b4b0737c56f7fb
treedd7c80f229d5462e25d7ee90ceb63bf230847af8
parent831c8ce006fab6950dbc84d849615f6b52476bdd
[NUI] Add SystemFontSizeChangedManager class

SystemFontSizeChangedManager is a static class which adds user handlers
to the SystemSettings.FontSizeChanged event.

It is similar to SystemFontSizeChanged class but it is a static class
and it also provides Finished event handler invoked last after all
handlers added to the SystemSettings.FontSizeChanged event are invoked.
src/Tizen.NUI/src/internal/Common/SystemFontSizeChangedManager.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs