Esempio n. 1
0
        public void SetVerticalGlyphAdvancesDelegate(GlyphAdvancesDelegate del, ReleaseDelegate destroy)
        {
            VerifyParameters(del);

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

            HarfBuzzApi.hb_font_funcs_set_glyph_v_advances_func(Handle, DelegateProxies.GlyphAdvancesProxy, ctx, DelegateProxies.ReleaseDelegateProxyForMulti);
        }
Esempio n. 2
0
 public void SetVerticalGlyphAdvancesDelegate(GlyphAdvancesDelegate del) =>
 SetVerticalGlyphAdvancesDelegate(del, null);
Esempio n. 3
0
 public void SetHorizontalGlyphAdvancesDelegate(GlyphAdvancesDelegate del) =>
 SetHorizontalGlyphAdvancesDelegate(del, null);