X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fvisual-model-impl.h;h=853e946c786208d690875361012b188aaab936ef;hp=4b82cef7c57d556179b3d508ce345967154cec9c;hb=528aa3699cd51dab5115bca1aaebb65d4bc67c15;hpb=6e1032b5996011523338aa4bc5cdbeffcfc71ad5 diff --git a/dali-toolkit/internal/text/visual-model-impl.h b/dali-toolkit/internal/text/visual-model-impl.h index 4b82cef..853e946 100755 --- a/dali-toolkit/internal/text/visual-model-impl.h +++ b/dali-toolkit/internal/text/visual-model-impl.h @@ -389,6 +389,8 @@ public: Vector mUnderlineRuns; ///< Runs of glyphs that are underlined. Vector mColors; ///< Colors of the glyphs. Vector mColorIndices; ///< Indices to the vector of colors for each glyphs. + Vector mBackgroundColors; ///< Background colors of the glyphs. + Vector mBackgroundColorIndices; ///< Indices to the vector of background colors for each glyphs. Vector4 mTextColor; ///< The text color Vector4 mShadowColor; ///< Color of drop shadow @@ -399,7 +401,7 @@ public: Vector2 mShadowOffset; ///< Offset for drop shadow, 0 indicates no shadow float mUnderlineHeight; ///< Fixed height for underline to override font metrics. float mShadowBlurRadius; ///< Blur radius of shadow, 0 indicates no blur. - uint16_t mOutlineWidth; ///< Width of outline. + uint16_t mOutlineWidth; ///< Width of outline. private: