Fix build error 39/186639/2
authorminho.sun <minho.sun@samsung.com>
Mon, 13 Aug 2018 05:03:36 +0000 (14:03 +0900)
committerminho.sun <minho.sun@samsung.com>
Mon, 13 Aug 2018 05:50:43 +0000 (14:50 +0900)
Fix build error which is cased by FontClient update.

Change-Id: Iba4a8179c0e46fc410601cfa6b36180d5262309d
Signed-off-by: minho.sun <minho.sun@samsung.com>
dali-csharp-binder/src/font-client.cpp

index 58a1d65..c2ab8a4 100755 (executable)
@@ -2274,25 +2274,29 @@ SWIGEXPORT unsigned int SWIGSTDCALL CSharp_Dali_FontClient_GetGlyphMetrics__SWIG
 }
 
 
-SWIGEXPORT void SWIGSTDCALL CSharp_Dali_FontClient_CreateBitmap__SWIG_0(void * jarg1, unsigned int jarg2, unsigned int jarg3, void * jarg4, int jarg5) {
+SWIGEXPORT void SWIGSTDCALL CSharp_Dali_FontClient_CreateBitmap__SWIG_0(void * jarg1, unsigned int jarg2, unsigned int jarg3, bool jarg4, bool jarg5, void * jarg6, int jarg7) {
   Dali::TextAbstraction::FontClient *arg1 = (Dali::TextAbstraction::FontClient *) 0 ;
   Dali::TextAbstraction::FontId arg2 ;
   Dali::TextAbstraction::GlyphIndex arg3 ;
-  Dali::TextAbstraction::FontClient::GlyphBufferData *arg4 = 0 ;
-  int arg5 ;
+  bool arg4;
+  bool arg5;
+  Dali::TextAbstraction::FontClient::GlyphBufferData *arg6 = 0 ;
+  int arg7 ;
 
   arg1 = (Dali::TextAbstraction::FontClient *)jarg1;
   arg2 = (Dali::TextAbstraction::FontId)jarg2;
   arg3 = (Dali::TextAbstraction::GlyphIndex)jarg3;
-  arg4 = (Dali::TextAbstraction::FontClient::GlyphBufferData *)jarg4;
-  if (!arg4) {
+  arg4 = jarg4;
+  arg5 = jarg5;
+  arg6 = (Dali::TextAbstraction::FontClient::GlyphBufferData *)jarg6;
+  if (!arg6) {
     SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Dali::TextAbstraction::FontClient::GlyphBufferData & type is null", 0);
     return ;
   }
-  arg5 = (int)jarg5;
+  arg7 = (int)jarg7;
   {
     try {
-      (arg1)->CreateBitmap(arg2,arg3,*arg4,arg5);
+      (arg1)->CreateBitmap(arg2,arg3,arg4,arg5,*arg6,arg7);
     } catch (std::out_of_range& e) {
       {
         SWIG_CSharpException(SWIG_IndexError, const_cast<char*>(e.what())); return ;