[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>
Wed, 26 Apr 2023 01:53:38 +0000 (10:53 +0900)
commitbf0ad60324b027718dfb583fdb6cdabf0b255a41
treef23ea7250c70ba1cac68105dfb6defee418f6900
parent48e4272bcf23a2b7b762b232c19b62ed51f4f18c
[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