X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Ftext-controls%2Ftext-label.h;h=df0abce62d686e6f83f05654a9d2c927a2cd1069;hp=bd28fce6a70449b7438d52bfa1550055f7b68b26;hb=5c827a7125b3c0420ba39766cbbcb0ee3eb8fccf;hpb=8747c12ce2d714ea694401ee435e78de1fd0653e diff --git a/dali-toolkit/public-api/controls/text-controls/text-label.h b/dali-toolkit/public-api/controls/text-controls/text-label.h index bd28fce..df0abce 100644 --- a/dali-toolkit/public-api/controls/text-controls/text-label.h +++ b/dali-toolkit/public-api/controls/text-controls/text-label.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_TEXT_LABEL_H__ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2017 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -90,6 +90,7 @@ public: enum { /** + * DEPRECATED_1_2.53 No longer be supported and will be ignored. * @brief The type of rendering e.g. bitmap-based. * @details name "renderingBackend", type INT, default RENDERING_SHARED_ATLAS. * @SINCE_1_0.0 @@ -119,6 +120,9 @@ public: /** * @brief The size of font in points. + * + * Conversion from Pixel size to Point size : + * Point size = Pixel size * 72 / DPI * @details name "pointSize", type FLOAT. * @SINCE_1_0.0 */