Bidirectional support interface
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / text / bidirectional-support.cpp
index ebff453..02645f4 100644 (file)
@@ -33,12 +33,26 @@ void SetBidirectionalInfo( const Vector<Character>& text,
 {
 }
 
+void ReplaceBidirectionalInfo( LogicalModel& model,
+                               CharacterIndex characterIndex,
+                               Length numberOfCharactersToRemove,
+                               Length numberOfCharactersToInsert )
+{
+}
+
 void ReorderLines( const Vector<BidirectionalParagraphInfoRun>& bidirectionalInfo,
                    const Vector<CharacterRun>& lineRuns,
                    Vector<BidirectionalLineInfoRun>& lineInfoRuns )
 {
 }
 
+void ReorderLines( LogicalModel& logicalModel,
+                   const VisualModel& visualModel,
+                   CharacterIndex characterIndex,
+                   Length numberOfCharactersToRemove,
+                   Length numberOfCharactersToInsert )
+{
+}
 
 } // namespace Text