X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Frendering%2Fatlas%2Fatlas-glyph-manager.h;h=3ba54de2ea5c288f8d3fa29d9cfb98df622cf828;hb=552e2979540e0ae7c11b70c78ef02e182cccbe2c;hp=1870bd514dece91f058d715198634c8324dab632;hpb=225ea9dd33c2d8669d8dac1f2b116eeb2ea00c0d;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/rendering/atlas/atlas-glyph-manager.h b/dali-toolkit/internal/text/rendering/atlas/atlas-glyph-manager.h index 1870bd5..3ba54de 100644 --- a/dali-toolkit/internal/text/rendering/atlas/atlas-glyph-manager.h +++ b/dali-toolkit/internal/text/rendering/atlas/atlas-glyph-manager.h @@ -84,7 +84,7 @@ public: * @param[out] slot information returned by atlas manager for addition */ void Add( const Text::GlyphInfo& glyph, - const BufferImage& bitmap, + const PixelData& bitmap, AtlasManager::AtlasSlot& slot ); /** @@ -140,13 +140,22 @@ public: Pixel::Format GetPixelFormat( uint32_t atlasId ); /** - * @brief Get the material used by an atlas + * @brief Get the texture set used by an atlas * * @param[in] atlasId Id of an atlas * - * @return The material used by the atlas + * @return The texture set used by the atlas */ - Material GetMaterial( uint32_t atlasId ) const; + TextureSet GetTextures( uint32_t atlasId ) const; + + /** + * @brief Get the shader used by an atlas + * + * @param[in] atlasId Id of an atlas + * + * @return The shader used by the atlas + */ + Shader GetShader( uint32_t atlasId ) const; /** * @brief Get Glyph Manager metrics