Ejemplo n.º 1
0
        public void SetHorizontalGlyphKerningDelegate(GlyphKerningDelegate del, ReleaseDelegate destroy)
        {
            VerifyParameters(del);

            var ctx = DelegateProxies.CreateMulti(del, destroy);

            HarfBuzzApi.hb_font_funcs_set_glyph_h_kerning_func(Handle, DelegateProxies.GlyphKerningProxy, ctx, DelegateProxies.ReleaseDelegateProxyForMulti);
        }
Ejemplo n.º 2
0
 public void SetHorizontalGlyphKerningDelegate(GlyphKerningDelegate del) =>
 SetHorizontalGlyphKerningDelegate(del, null);