X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fmarkup-processor-paragraph.h;h=28597945b8a8a5061f9ce960732fb8a39c014a49;hb=d19410c023c18c050ae226c72c6d79ebf9b0de80;hp=484b3a510ff1d9f03202ee0eaca083e80ab02c15;hpb=82031ca68ee58a2f30f01af3992523d0bb8e5fa6;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/markup-processor-paragraph.h b/dali-toolkit/internal/text/markup-processor-paragraph.h index 484b3a5..2859794 100644 --- a/dali-toolkit/internal/text/markup-processor-paragraph.h +++ b/dali-toolkit/internal/text/markup-processor-paragraph.h @@ -44,6 +44,14 @@ void ProcessHorizontalAlignment(const Attribute& attribute, BoundedParagraphRun& */ void ProcessAttributesOfParagraphTag(const Tag& tag, BoundedParagraphRun& boundedParagraphRun); +/** + * @brief Retrieves the relative line height value from the paragraph tag and sets it to the bounded paragraph run. + * + * @param[in] attribute the relative line height attribute. + * @param[in,out] boundedParagraphRun The bounded paragraph run. + */ +void ProcessRelativeLineHeight(const Attribute& attribute, BoundedParagraphRun& boundedParagraphRun); + } // namespace Text } // namespace Toolkit