From 8a7f615ebfa4595344290cb23c244b978e96fe41 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Mon, 1 Jul 2024 01:21:57 -0400 Subject: [PATCH] fix typo with harfbuzz interface --- vefontcache/shaper.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vefontcache/shaper.odin b/vefontcache/shaper.odin index fa0fe83..33b55d5 100644 --- a/vefontcache/shaper.odin +++ b/vefontcache/shaper.odin @@ -35,7 +35,7 @@ shaper_init :: proc( ctx : ^ShaperContext ) shaper_shutdown :: proc( ctx : ^ShaperContext ) { if ctx.hb_buffer != nil { - harfbuzz.buffer_destory( ctx.hb_buffer ) + harfbuzz.buffer_destroy( ctx.hb_buffer ) } // delete(& ctx.infos)