[NUI] Update FontSizeScale values
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 4 Jul 2023 09:06:39 +0000 (18:06 +0900)
committerhuiyu <35286162+huiyueun@users.noreply.github.com>
Tue, 11 Jul 2023 05:46:11 +0000 (14:46 +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 1d34cee..0301e50 100755 (executable)
@@ -1137,11 +1137,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;
-        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>