X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Ftext-abstraction%2Ffont-client.h;h=2c95f9c5c25dc9ffe9384ebc8d52c9ec896b5eda;hb=b33d3d25a946300a4ab66a59a75916d53951fc8d;hp=6197656328da2d599623a245b7c870e77f8bcc71;hpb=6f66760b30edc1587b3b359137b959196d44cd8e;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/devel-api/text-abstraction/font-client.h b/dali/devel-api/text-abstraction/font-client.h index 6197656..2c95f9c 100755 --- a/dali/devel-api/text-abstraction/font-client.h +++ b/dali/devel-api/text-abstraction/font-client.h @@ -84,10 +84,12 @@ public: */ ~GlyphBufferData(); - unsigned char* buffer; ///< The glyph's bitmap buffer data. - unsigned int width; ///< The width of the bitmap. - unsigned int height; ///< The height of the bitmap. - Pixel::Format format; ///< The pixel's format of the bitmap. + unsigned char* buffer; ///< The glyph's bitmap buffer data. + unsigned int width; ///< The width of the bitmap. + unsigned int height; ///< The height of the bitmap. + Pixel::Format format; ///< The pixel's format of the bitmap. + bool isColorEmoji:1; ///< Whether the glyph is an emoji. + bool isColorBitmap:1; ///< Whether the glyph is a color bitmap. }; /**