Add TextFit in TextLabel
[platform/core/uifw/dali-csharp-binder.git] / dali-csharp-binder / src / text-label.cpp
1
2 #ifndef CSHARP_TEXT_LABEL
3 #define CSHARP_TEXT_LABEL
4 #endif
5
6 #include "common.h"
7 #include <dali-toolkit/public-api/controls/text-controls/text-label.h>
8 #include <dali-toolkit/devel-api/controls/text-controls/text-label-devel.h>
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 SWIGEXPORT int SWIGSTDCALL CSharp_TextLabel_Property_TEXT_FIT_get()
15 {
16   int jresult;
17   int result;
18
19   result = (int)Dali::Toolkit::DevelTextLabel::Property::TEXT_FIT;
20   jresult = (int)result;
21   return jresult;
22 }
23
24 #ifdef __cplusplus
25 }
26 #endif
27