[NUI] Add SystemFontSizeChangedManager class
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 28 Aug 2023 11:02:39 +0000 (20:02 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Tue, 5 Sep 2023 13:41:07 +0000 (22:41 +0900)
commit4154ae280c05e5132e270ead3d7808ac9c6980f9
tree202f58d38771e5dbbf6b73c4a586230f1c159c80
parent0edae0874d8f9cf49673e30255902942d036c7b2
[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