Text Atlas Renderer Fixes
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / atlas-manager / atlas-manager.h
index 6f654ff..2b0c851 100644 (file)
@@ -196,7 +196,7 @@ public:
   struct Mesh2D
   {
     Vector< Vertex2D > mVertices;
-    Vector< unsigned short> mIndices;
+    Vector< unsigned int> mIndices;
   };
 
   /**
@@ -391,6 +391,14 @@ public:
    */
   Material GetMaterial( AtlasId atlas ) const;
 
+ /**
+   * @brief Get Sampler used by atlas
+   *
+   * @param atlas[in] atlas AtlasId
+   *
+   * @return Sampler used by atlas
+   */
+  Sampler GetSampler( AtlasId atlas ) const;
 private:
 
   explicit DALI_INTERNAL AtlasManager(Internal::AtlasManager *impl);