X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=text%2Fdali%2Fdevel-api%2Ftext-abstraction%2Ffont-client.h;h=c3a30fa6a0e1bda3d6cbb95838160365cad39a69;hb=01a4891a7625e7bccef3e40fa5d7fe4115bfb73f;hp=0a9e417a0b2dbc70caf69b1d3eab7c6b4d8b559f;hpb=f5db0fa9148636cc65f53c322ddefc1b1a6a02d3;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/text/dali/devel-api/text-abstraction/font-client.h b/text/dali/devel-api/text-abstraction/font-client.h index 0a9e417..c3a30fa 100644 --- a/text/dali/devel-api/text-abstraction/font-client.h +++ b/text/dali/devel-api/text-abstraction/font-client.h @@ -356,12 +356,14 @@ public: * * @note The caller is responsible for deallocating the bitmap data @p data.buffer using delete[]. * - * @param[in] fontId The identifier of the font. - * @param[in] glyphIndex The index of a glyph within the specified font. - * @param[out] data The bitmap data. - * @param[in] outlineWidth The width of the glyph outline in pixels. - */ - void CreateBitmap( FontId fontId, GlyphIndex glyphIndex, GlyphBufferData& data, int outlineWidth ); + * @param[in] fontId The identifier of the font. + * @param[in] glyphIndex The index of a glyph within the specified font. + * @param[in] softwareItalic Whether glyph needs software support to draw italic style. + * @param[in] softwareBold Whether glyph needs software support to draw bold style. + * @param[out] data The bitmap data. + * @param[in] outlineWidth The width of the glyph outline in pixels. + */ + void CreateBitmap( FontId fontId, GlyphIndex glyphIndex, bool softwareItalic, bool softwareBold, GlyphBufferData& data, int outlineWidth ); /** * @brief Create a bitmap representation of a glyph.