From: Seoyeon Kim Date: Tue, 4 Jul 2023 09:06:39 +0000 (+0900) Subject: [NUI] Update FontSizeScale values X-Git-Tag: submit/tizen/20230711.055619~1^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dccb2e3a065e94b44fca795fdfd0df5c6a85aa60;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] Update FontSizeScale values - Except for TV and wearable profiles, FontSizeScale values are updated. Signed-off-by: Seoyeon Kim --- diff --git a/src/Tizen.NUI/src/public/BaseComponents/TextUtils.cs b/src/Tizen.NUI/src/public/BaseComponents/TextUtils.cs index 1d34cee08..0301e502c 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/TextUtils.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/TextUtils.cs @@ -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 ///