X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Ftext%2Ftext-visual.h;h=9edf08c68b54464d78e722ab0c3a23e4c53ec791;hb=81805c316a8e2d90ca7ce550e737118113bf153b;hp=5ce01ed2645f0e36619c19d4f15214dd357d0720;hpb=4ed6dc168df9f847235529aa22d90e316f99a71f;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/visuals/text/text-visual.h b/dali-toolkit/internal/visuals/text/text-visual.h index 5ce01ed..9edf08c 100644 --- a/dali-toolkit/internal/visuals/text/text-visual.h +++ b/dali-toolkit/internal/visuals/text/text-visual.h @@ -76,6 +76,12 @@ public: */ static TextVisualPtr New( VisualFactoryCache& factoryCache, const Property::Map& properties ); + /** + * @brief Converts all strings keys in property map to index keys. Property Map can then be merged correctly. + * @param[in,out] propertyMap containing string keys or a mix of strings and indexes. Will be changed to index keys. + */ + static void ConvertStringKeysToIndexKeys( Property::Map& propertyMap ); + public: // from Visual::Base /** @@ -141,8 +147,9 @@ private: /** * @brief Updates the text's renderer. + * @param[in] initializeRendererAndTexture Set flag to true to initialize textures and add renderer to control. */ - void UpdateRenderer(); + void UpdateRenderer( bool initializeRendererAndTexture ); /** * @brief Removes the texture set from the renderer.