X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Ftext-abstraction%2Ffont-client.h;h=6411b1689df24f42764183813c4750f7e83aa190;hb=5a81079170460ac882570328b9daf0208deda1b1;hp=8c8cfca8de4e6101c7e99f02841d4c4a5e46bd92;hpb=454e03e2413be60a42ae4bdd2976b0e1d6a20945;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/devel-api/text-abstraction/font-client.h b/dali/devel-api/text-abstraction/font-client.h old mode 100644 new mode 100755 index 8c8cfca..6411b16 --- a/dali/devel-api/text-abstraction/font-client.h +++ b/dali/devel-api/text-abstraction/font-client.h @@ -2,7 +2,7 @@ #define DALI_PLATFORM_TEXT_ABSTRACTION_FONT_CLIENT_H /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 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. @@ -25,6 +25,7 @@ #include #include #include +#include namespace Dali { @@ -59,7 +60,7 @@ class FontClient; * @endcode * Glyph metrics and bitmap resources can then be retrieved using the FontId. */ -class DALI_IMPORT_API FontClient : public BaseHandle +class DALI_ADAPTOR_API FontClient : public BaseHandle { public: static const PointSize26Dot6 DEFAULT_POINT_SIZE; ///< The default point size. @@ -67,7 +68,7 @@ public: /** * @brief Struct used to retrieve the glyph's bitmap. */ - struct GlyphBufferData + struct DALI_ADAPTOR_API GlyphBufferData { /** * @brief Constructor.