X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Ftext%2Fbitmap-font.h;h=ca226944c1a53662fe5b7297c90bab9a4fb70499;hb=HEAD;hp=dbd0c0261b2305b6708bbcb5e10cf7ff8202ee5a;hpb=f8c5751dd0c375ecbfafa72b7c1ac36fe3d060fd;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/text/bitmap-font.h b/dali-toolkit/devel-api/text/bitmap-font.h index dbd0c02..ca22694 100644 --- a/dali-toolkit/devel-api/text/bitmap-font.h +++ b/dali-toolkit/devel-api/text/bitmap-font.h @@ -67,7 +67,7 @@ struct DALI_TOOLKIT_API Glyph ~Glyph(); std::string url; ///< The url of the glyph. - uint8_t utf8[4]; ///< the glyph encoded in utf8 + uint8_t utf8[6]; ///< the glyph encoded in utf8 float ascender; ///< The ascender. The distance from the base line to the top of the glyph. float descender; ///< The descender. The distance from the base line to the bottom of the glyph. };