Added Property for the rendering back-end
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / text / layouts / layout-engine.cpp
index cfdd9d4..ae65e17 100644 (file)
@@ -223,6 +223,11 @@ void LayoutEngine::SetLayout( Layout layout )
   mImpl->mLayout = layout;
 }
 
+unsigned int LayoutEngine::GetLayout() const
+{
+  return mImpl->mLayout;
+}
+
 void LayoutEngine::UpdateVisualModel( const Vector2& boundingBox,
                                       const Vector<GlyphInfo>& glyphs,
                                       const Vector<CharacterIndex>& characterIndices,