Merge "[4.0] Support software styling" into tizen_4.0
[platform/core/uifw/dali-adaptor.git] / text / dali / internal / text-abstraction / font-client-impl.cpp
index b932859..eb482a9 100644 (file)
@@ -297,6 +297,13 @@ bool FontClient::AddCustomFontDirectory( const FontPath& path )
   return mPlugin->AddCustomFontDirectory( path );
 }
 
+FT_FaceRec_* FontClient::GetFreetypeFace( FontId fontId )
+{
+  CreatePlugin();
+
+  return mPlugin->GetFreetypeFace( fontId );
+}
+
 void FontClient::CreatePlugin()
 {
   if( !mPlugin )