X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Frendering%2Ftext-backend.h;h=2b554dc883015dddd548ef82e45134e8c0711b56;hb=6b0ebeb01bd36475054ec211311763cd82390dd1;hp=62b9f86ce9db589e9445240a03c6f7e94dde9f6a;hpb=830f03638ec6ecd3b12ba3d9eb6419fdb3a3db09;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/rendering/text-backend.h b/dali-toolkit/internal/text/rendering/text-backend.h index 62b9f86..2b554dc 100644 --- a/dali-toolkit/internal/text/rendering/text-backend.h +++ b/dali-toolkit/internal/text/rendering/text-backend.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TEXT_BACKEND_H__ -#define __DALI_TOOLKIT_TEXT_BACKEND_H__ +#ifndef DALI_TOOLKIT_TEXT_BACKEND_H +#define DALI_TOOLKIT_TEXT_BACKEND_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -38,17 +38,10 @@ namespace Internal DALI_INTERNAL class Backend; } -// The type of text renderer required -enum RenderingType -{ - RENDERING_BASIC, ///< A bitmap-based reference implementation - RENDERING_SHARED_ATLAS ///< A bitmap-based solution where renderers can share a texture atlas -}; - /** * @brief Provides access to different text rendering backends. */ -class DALI_IMPORT_API Backend : public BaseHandle +class Backend : public BaseHandle { public: @@ -110,4 +103,4 @@ public: // Not intended for application developers } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_BACKEND_H__ +#endif // DALI_TOOLKIT_TEXT_BACKEND_H