X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Ftext-abstraction%2Ffont-client.h;h=5cfe938614463caff9a46d8202cbf317918be075;hb=3c558a47e427220cd9f88cd94af5fcdc0d12d4fa;hp=951d4aead9d0317bf26999db8c10e0768bcaab01;hpb=465548136ccad6bd7a8a54ef884af81613e609bc;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 951d4ae..5cfe938 --- 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.