X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Frendering%2Fatlas%2Fatlas-glyph-manager.h;h=383158927d1ccdb507be6464c3f452e8b5635bf4;hp=1870bd514dece91f058d715198634c8324dab632;hb=a2de9cf491172cd5da9dc9ed60b17683dab6d7bc;hpb=a9e64686388c10743bf66a9c5d6e0aa06e198c70 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..3831589 100644 --- a/dali-toolkit/internal/text/rendering/atlas/atlas-glyph-manager.h +++ b/dali-toolkit/internal/text/rendering/atlas/atlas-glyph-manager.h @@ -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