Exemplo n.º 1
0
        public void SetVerticalGlyphOriginDelegate(GlyphOriginDelegate del, ReleaseDelegate destroy)
        {
            VerifyParameters(del);

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

            HarfBuzzApi.hb_font_funcs_set_glyph_v_origin_func(Handle, DelegateProxies.GlyphOriginProxy, ctx, DelegateProxies.ReleaseDelegateProxyForMulti);
        }
Exemplo n.º 2
0
 public void SetVerticalGlyphOriginDelegate(GlyphOriginDelegate del) =>
 SetVerticalGlyphOriginDelegate(del, null);
Exemplo n.º 3
0
 public void SetHorizontalGlyphOriginDelegate(GlyphOriginDelegate del) =>
 SetHorizontalGlyphOriginDelegate(del, null);