X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Ftext%2Ftext-visual.h;h=9edf08c68b54464d78e722ab0c3a23e4c53ec791;hp=ebeb867edf87f1c0b137bbe44c440b6cad834d51;hb=6c02c5852ca329f720e4ae72d9cef2524629574c;hpb=45e2dd4d4023bd68a494e062114eacf130defeb2 diff --git a/dali-toolkit/internal/visuals/text/text-visual.h b/dali-toolkit/internal/visuals/text/text-visual.h index ebeb867..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 /**