X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fline-run.h;h=c0bb095ad919cc42c3f10e818f4521b255173e7b;hb=15682fd6a6e0c0987f37d27e53dec1e4192143cb;hp=52c47a13e835b61dbdea5ad2aba25c60636f3f51;hpb=14abad437f0a1737b07aead32134ebd37b8e4891;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/line-run.h b/dali-toolkit/internal/text/line-run.h index 52c47a1..c0bb095 100644 --- a/dali-toolkit/internal/text/line-run.h +++ b/dali-toolkit/internal/text/line-run.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEXT_LINE_RUN_H /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 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. @@ -52,8 +52,9 @@ struct LineRun * @brief Get the line height for the specified line run. * * @param[in] lineRun The line runs to get the height for. + * @param[in] isLastLine whether this is the last line in the text. */ -float GetLineHeight(const LineRun lineRun); +float GetLineHeight(const LineRun lineRun, bool isLastLine); } // namespace Text