2 using System.Collections.Generic;
7 internal static partial class Interop
9 internal static partial class GlytphInfo
11 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_GlyphInfo__SWIG_0")]
12 public static extern global::System.IntPtr NewGlyphInfo();
14 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_GlyphInfo__SWIG_1")]
15 public static extern global::System.IntPtr NewGlyphInfo(uint jarg1, uint jarg2);
17 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GlyphInfo_fontId_set")]
18 public static extern void GlyphInfoFontIdSet(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
20 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GlyphInfo_fontId_get")]
21 public static extern uint GlyphInfoFontIdGet(global::System.Runtime.InteropServices.HandleRef jarg1);
23 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GlyphInfo_index_set")]
24 public static extern void GlyphInfoIndexSet(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
26 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GlyphInfo_index_get")]
27 public static extern uint GlyphInfoIndexGet(global::System.Runtime.InteropServices.HandleRef jarg1);
29 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GlyphInfo_width_set")]
30 public static extern void GlyphInfoWidthSet(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
32 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GlyphInfo_width_get")]
33 public static extern float GlyphInfoWidthGet(global::System.Runtime.InteropServices.HandleRef jarg1);
35 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GlyphInfo_height_set")]
36 public static extern void GlyphInfoHeightSet(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
38 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GlyphInfo_height_get")]
39 public static extern float GlyphInfoHeightGet(global::System.Runtime.InteropServices.HandleRef jarg1);
41 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GlyphInfo_xBearing_set")]
42 public static extern void GlyphInfoXBearingSet(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
44 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GlyphInfo_xBearing_get")]
45 public static extern float GlyphInfoXBearingGet(global::System.Runtime.InteropServices.HandleRef jarg1);
47 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GlyphInfo_yBearing_set")]
48 public static extern void GlyphInfoYBearingSet(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
50 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GlyphInfo_yBearing_get")]
51 public static extern float GlyphInfoYBearingGet(global::System.Runtime.InteropServices.HandleRef jarg1);
53 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GlyphInfo_advance_set")]
54 public static extern void GlyphInfoAdvanceSet(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
56 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GlyphInfo_advance_get")]
57 public static extern float GlyphInfoAdvanceGet(global::System.Runtime.InteropServices.HandleRef jarg1);
59 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GlyphInfo_scaleFactor_set")]
60 public static extern void GlyphInfoScaleFactorSet(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
62 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GlyphInfo_scaleFactor_get")]
63 public static extern float GlyphInfoScaleFactorGet(global::System.Runtime.InteropServices.HandleRef jarg1);
65 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_GlyphInfo")]
66 public static extern void DeleteGlyphInfo(global::System.Runtime.InteropServices.HandleRef jarg1);