X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Ftext%2Frendering-backend.h;fp=dali-toolkit%2Fpublic-api%2Ftext%2Frendering-backend.h;h=631ffc2f4a14b710f5793b761555eba87364a304;hp=6c266f876920f2b6bf7d3e509c03f1df1762ab86;hb=0d07bc303ad28647afa1342319721384cc37d19f;hpb=01a61b981a15ada2b16d8c77999b5a1a016a1d7f diff --git a/dali-toolkit/public-api/text/rendering-backend.h b/dali-toolkit/devel-api/text/rendering-backend.h similarity index 80% rename from dali-toolkit/public-api/text/rendering-backend.h rename to dali-toolkit/devel-api/text/rendering-backend.h index 6c266f8..631ffc2 100755 --- a/dali-toolkit/public-api/text/rendering-backend.h +++ b/dali-toolkit/devel-api/text/rendering-backend.h @@ -1,8 +1,8 @@ -#ifndef DALI_TOOLKIT_RENDERING_BACKEND_H -#define DALI_TOOLKIT_RENDERING_BACKEND_H +#ifndef DALI_TOOLKIT_RENDERING_BACKEND_DEVEL_H +#define DALI_TOOLKIT_RENDERING_BACKEND_DEVEL_H /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 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. @@ -28,22 +28,21 @@ namespace Toolkit * @{ */ -namespace Text +namespace DevelText { /** * @brief Enumeration for the type of text renderer required. - * @SINCE_1_0.0 */ enum RenderingType { - RENDERING_SHARED_ATLAS, ///< A bitmap-based solution where renderers can share a texture atlas @SINCE_1_0.0 + RENDERING_SHARED_ATLAS, ///< A bitmap-based solution where renderers can share a texture atlas RENDERING_VECTOR_BASED ///< A solution where glyphs are stored as vectors (scalable). Requires highp shader support. @SINCE_1_1.31 }; const unsigned int DEFAULT_RENDERING_BACKEND = RENDERING_SHARED_ATLAS; -} // namespace Text +} // namespace DevelText /** * @} @@ -52,4 +51,4 @@ const unsigned int DEFAULT_RENDERING_BACKEND = RENDERING_SHARED_ATLAS; } // namespace Dali -#endif // DALI_TOOLKIT_RENDERING_BACKEND_H +#endif // DALI_TOOLKIT_RENDERING_BACKEND_DEVEL_H