Added TEXT_COLOR, UNDERLINE_ENABLED and UNDERLINE_COLOR to properties and atlas renderer
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / rendering / atlas / atlas-glyph-manager.cpp
index 275836c..d46ef18 100644 (file)
@@ -104,6 +104,11 @@ void AtlasGlyphManager::SetNewAtlasSize( const Vector2& size,
   GetImplementation(*this).SetNewAtlasSize( size, blockSize );
 }
 
+Vector2 AtlasGlyphManager::GetAtlasSize( uint32_t atlasId )
+{
+  return GetImplementation(*this).GetAtlasSize( atlasId );
+}
+
 void AtlasGlyphManager::Remove( uint32_t imageId )
 {
   GetImplementation(*this).Remove( imageId );