Merge remote-tracking branch 'origin/tizen' into new_text
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / text / text-view.h
index 81c63dd..432f5c5 100644 (file)
@@ -65,15 +65,15 @@ public:
   /**
    * @copydoc Dali::Toolkit::Text::ViewInterface::GetGlyphs()
    */
-  virtual void GetGlyphs( GlyphIndex glyphIndex,
-                          GlyphInfo* glyphs,
+  virtual void GetGlyphs( GlyphInfo* glyphs,
+                          GlyphIndex glyphIndex,
                           Length numberOfGlyphs ) const;
 
   /**
    * @copydoc Dali::Toolkit::Text::ViewInterface::GetGlyphPositions()
    */
-  virtual void GetGlyphPositions( GlyphIndex glyphIndex,
-                                  Vector2* glyphPositions,
+  virtual void GetGlyphPositions( Vector2* glyphPositions,
+                                  GlyphIndex glyphIndex,
                                   Length numberOfGlyphs ) const;
 
 private: