Beispiel #1
0
        public Pango.Item Copy()
        {
            IntPtr raw_ret = pango_item_copy(Handle);

            Pango.Item ret = raw_ret == IntPtr.Zero ? null : (Pango.Item)GLib.Opaque.GetOpaque(raw_ret, typeof(Pango.Item), true);
            return(ret);
        }
Beispiel #2
0
        public Pango.Item Split(int split_index, int split_offset)
        {
            IntPtr raw_ret = pango_item_split(Handle, split_index, split_offset);

            Pango.Item ret = raw_ret == IntPtr.Zero ? null : (Pango.Item)GLib.Opaque.GetOpaque(raw_ret, typeof(Pango.Item), false);
            return(ret);
        }