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-impl.cpp
index 03091e5..16fdc8a 100644 (file)
@@ -108,6 +108,11 @@ void AtlasGlyphManager::Cached( Text::FontId fontId,
   slot.mImageId = 0;
 }
 
+Vector2 AtlasGlyphManager::GetAtlasSize( uint32_t atlasId )
+{
+  return mAtlasManager.GetAtlasSize( atlasId );
+}
+
 void AtlasGlyphManager::SetNewAtlasSize( const Vector2& size,
                                          const Vector2& blockSize )
 {