예제 #1
0
        public void SetNominalGlyphDelegate(NominalGlyphDelegate del, ReleaseDelegate destroy)
        {
            VerifyParameters(del);

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

            HarfBuzzApi.hb_font_funcs_set_nominal_glyph_func(Handle, DelegateProxies.NominalGlyphProxy, ctx, DelegateProxies.ReleaseDelegateProxyForMulti);
        }
예제 #2
0
 public void SetNominalGlyphDelegate(NominalGlyphDelegate del) =>
 SetNominalGlyphDelegate(del, null);