X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fshaper.h;h=549031b54d26e844cf128326adda714a508e6e64;hp=b38b0a0625825e221898978559084b6957456141;hb=9ddd5fea6278d06b8874988498c7c4c6508750ba;hpb=f2039d47f9bed8104575da80a2ecf0bb6e37ff8d diff --git a/dali-toolkit/internal/text/shaper.h b/dali-toolkit/internal/text/shaper.h index b38b0a0..549031b 100644 --- a/dali-toolkit/internal/text/shaper.h +++ b/dali-toolkit/internal/text/shaper.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEXT_SHAPER_H /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 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. @@ -27,13 +27,10 @@ namespace Dali { - namespace Toolkit { - namespace Text { - class LogicalModel; class VisualModel; @@ -52,17 +49,17 @@ class VisualModel; * @param[out] charactersPerGlyph Vector containing the number of characters per glyph. * @param[out] newParagraphGlyphs Vector containing the indices to the new paragraph glyphs. */ -void ShapeText( const Vector& text, - const Vector& lineBreakInfo, - const Vector& scripts, - const Vector& fonts, - CharacterIndex startCharacterIndex, - GlyphIndex startGlyphIndex, - Length numberOfCharacters, - Vector& glyphs, - Vector& glyphToCharacterMap, - Vector& charactersPerGlyph, - Vector& newParagraphGlyphs ); +void ShapeText(const Vector& text, + const Vector& lineBreakInfo, + const Vector& scripts, + const Vector& fonts, + CharacterIndex startCharacterIndex, + GlyphIndex startGlyphIndex, + Length numberOfCharacters, + Vector& glyphs, + Vector& glyphToCharacterMap, + Vector& charactersPerGlyph, + Vector& newParagraphGlyphs); } // namespace Text