[NUI] Add GetSystemFonts in FontClient
authorBowon Ryu <bowon.ryu@samsung.com>
Thu, 1 Dec 2022 09:32:48 +0000 (18:32 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 6 Dec 2022 08:08:09 +0000 (17:08 +0900)
commitbead6e4f15cf79ed397aaf65503523d8565b1e93
treefb81c2a57c87e71bffde4156b15b2f9f6b068066
parent384ad18fa06798adefa1187d0d608324636f82cf
[NUI] Add GetSystemFonts in FontClient

user can get a list of system fonts

sample code:
https://github.com/wonrst/NUI-Test/blob/main/text-font-list/font_list.cs

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
src/Tizen.NUI/src/internal/Interop/Interop.FontClient.cs
src/Tizen.NUI/src/public/BaseComponents/TextConstants.cs
src/Tizen.NUI/src/public/BaseComponents/TextUtils.cs
src/Tizen.NUI/src/public/Utility/FontClient.cs