Exemple #1
0
 public void getTextInfo(String text, out STextInfo info)
 {
     if (CppObject != IntPtr.Zero)
     {
         CKLBLuaLibFONT_cmdGetTextInfo(__MarshallingUtils.NativeUtf8FromString(text), CppObject, out info);
     }
     else
     {
         throw new CKLBExceptionNullCppObject();
     }
 }
Exemple #2
0
 private extern static void CKLBLuaLibFONT_cmdGetTextInfo(IntPtr str, IntPtr font, out STextInfo outInfo);
Exemple #3
0
		public void getTextInfo(String text, out STextInfo info)
		{
            if(CppObject != IntPtr.Zero) {
                CKLBLuaLibFONT_cmdGetTextInfo(__MarshallingUtils.NativeUtf8FromString(text), CppObject, out info);
            } else {
                throw new CKLBExceptionNullCppObject();
            }
		}
Exemple #4
0
 private extern static void CKLBLuaLibFONT_cmdGetTextInfo(IntPtr str, IntPtr font, out STextInfo outInfo);