From: Youngbok Shin Date: Wed, 16 Sep 2020 05:22:58 +0000 (+0900) Subject: added FONT_SIZE_SCALE("fontSizeScale") DevelProperty into TextLabel, TextField and... X-Git-Tag: dali_2.0.1~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=115fa45194f9091fe6d593491d1cd6a95eee1c95;hp=115fa45194f9091fe6d593491d1cd6a95eee1c95;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git added FONT_SIZE_SCALE("fontSizeScale") DevelProperty into TextLabel, TextField and TextEditor The FONT_SIZE_SCALE property is added for scaling up/down a given font size. A font size will be multiplied with a FONT_SIZE_SCALE value before querying fonts. The FONT_SIZE_SCALE property will be disabled if TEXT_FIT is enabled in TextLabel. Change-Id: I4de48af34d14f077e8005a0a1b06ccc34835f83e ---