[NUI] Update FontSizeScale values
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 4 Jul 2023 09:15:35 +0000 (18:15 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Thu, 6 Jul 2023 04:48:39 +0000 (13:48 +0900)
- Except for TV and wearable profiles, FontSizeScale values are updated.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/TextUtils.cs

index 1c07c59..c08edfd 100755 (executable)
@@ -1,3 +1,4 @@
+
 /*
  * Copyright(c) 2020 Samsung Electronics Co., Ltd.
  *
@@ -1137,13 +1138,11 @@ namespace Tizen.NUI.BaseComponents
         private const float FontSizeScaleGiant = 2.5f;
 #else   // PROFILE_MOBILE and etc
         // The following values from 'system-settings/libutil/sstu.c'
-        private const float FontSizeScaleSmall = 0.8f;
+        private const float FontSizeScaleSmall = 0.87f;
         private const float FontSizeScaleNormal = 1.0f;
-        // TODO: Profile Separation
-        private const float FontSizeScaleLarge = 1.0f;
-        //private const float FontSizeScaleLarge = 1.5f;
-        private const float FontSizeScaleHuge = 1.9f;
-        private const float FontSizeScaleGiant = 2.5f;
+        private const float FontSizeScaleLarge = 1.1f;
+        private const float FontSizeScaleHuge = 1.2f;
+        private const float FontSizeScaleGiant = 1.4f;
 #endif
 
         /// <summary>