Automatic image atlasing
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / styling / style-manager.cpp
index b3a0028..19e2f1f 100644 (file)
@@ -58,6 +58,11 @@ void StyleManager::SetOrientation( Orientation orientation )
   GetImpl(*this).SetOrientation( orientation );
 }
 
+std::string StyleManager::GetDefaultFontFamily() const
+{
+  return GetImpl(*this).GetDefaultFontFamily();
+}
+
 Orientation StyleManager::GetOrientation()
 {
   return GetImpl(*this).GetOrientation();