Dali-Text: Keyboard Shortcuts
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-io.h
index b65d917..6c6d3c5 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TEXT_ABSTRACTION_TEXT_IO_H__
-#define __DALI_TEXT_ABSTRACTION_TEXT_IO_H__
+#ifndef DALI_TEXT_ABSTRACTION_TEXT_IO_H
+#define DALI_TEXT_ABSTRACTION_TEXT_IO_H
 
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -24,6 +24,7 @@
 
 // INTERNAL INCLUDES
 #include <dali-toolkit/internal/text/font-run.h>
+#include <dali-toolkit/internal/text/line-run.h>
 #include <dali-toolkit/internal/text/script-run.h>
 #include <dali-toolkit/internal/text/text-definitions.h>
 
@@ -63,10 +64,19 @@ std::ostream& operator<< (std::ostream& o, const Vector<ScriptRun>& scriptRuns);
  */
 std::ostream& operator<< (std::ostream& o, const Vector<FontRun>& fontRuns);
 
+/**
+ * @brief Print a vector of line runs.
+ *
+ * @param [in] o The output stream operator.
+ * @param [in] lineRuns The line runs to print.
+ * @return The output stream operator.
+ */
+std::ostream& operator<< (std::ostream& o, const Vector<LineRun>& lineRuns);
+
 } // namespace Text
 
 } // namespace Toolkit
 
 } // namespace Dali
 
-#endif // __DALI_TEXT_ABSTRACTION_TEXT_IO_H__
+#endif // DALI_TEXT_ABSTRACTION_TEXT_IO_H