modified return value GetTextExtentList
authorSungyeon Woo <s.woo@samsung.com>
Tue, 2 Apr 2013 00:07:35 +0000 (09:07 +0900)
committerSungyeon Woo <s.woo@samsung.com>
Tue, 2 Apr 2013 00:07:35 +0000 (09:07 +0900)
Change-Id: I202e3f03480f38e4410565a6af8e6cd000ee7715
Signed-off-by: Sungyeon Woo <s.woo@samsung.com>
src/graphics/FGrp_FontImpl.cpp

index 7b87444..bc8473e 100755 (executable)
@@ -875,7 +875,7 @@ _FontImpl::GetTextExtentList(const Tizen::Base::String& string, int startIndex,
                outList.Add(pairF);
        }
 
-       return true;
+       return E_SUCCESS;
 }
 
 }} // Tizen::Graphics