X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-io.h;h=6c6d3c5f4936922aa9f7e0bb730579d371315306;hp=b65d917ca04b2025164db1d60bb86a5fec8ea8dc;hb=666b4b2f13d2f417557180a8440c6686c5dbfe83;hpb=bbb87601fa60e55b9fab364747befef8c8ca9042 diff --git a/dali-toolkit/internal/text/text-io.h b/dali-toolkit/internal/text/text-io.h index b65d917..6c6d3c5 100644 --- a/dali-toolkit/internal/text/text-io.h +++ b/dali-toolkit/internal/text/text-io.h @@ -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 +#include #include #include @@ -63,10 +64,19 @@ std::ostream& operator<< (std::ostream& o, const Vector& scriptRuns); */ std::ostream& operator<< (std::ostream& o, const Vector& 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& lineRuns); + } // namespace Text } // namespace Toolkit } // namespace Dali -#endif // __DALI_TEXT_ABSTRACTION_TEXT_IO_H__ +#endif // DALI_TEXT_ABSTRACTION_TEXT_IO_H