mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-06 06:52:44 -07:00
fix typo with harfbuzz interface
This commit is contained in:
@@ -35,7 +35,7 @@ shaper_init :: proc( ctx : ^ShaperContext )
|
|||||||
shaper_shutdown :: proc( ctx : ^ShaperContext )
|
shaper_shutdown :: proc( ctx : ^ShaperContext )
|
||||||
{
|
{
|
||||||
if ctx.hb_buffer != nil {
|
if ctx.hb_buffer != nil {
|
||||||
harfbuzz.buffer_destory( ctx.hb_buffer )
|
harfbuzz.buffer_destroy( ctx.hb_buffer )
|
||||||
}
|
}
|
||||||
|
|
||||||
// delete(& ctx.infos)
|
// delete(& ctx.infos)
|
||||||
|
Reference in New Issue
Block a user