Beispiel #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);
        }
Beispiel #2
0
 public void SetVerticalGlyphOriginDelegate(GlyphOriginDelegate del) =>
 SetVerticalGlyphOriginDelegate(del, null);
Beispiel #3
0
 public void SetHorizontalGlyphOriginDelegate(GlyphOriginDelegate del) =>
 SetHorizontalGlyphOriginDelegate(del, null);