mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
[hb-view] Better cairo version check
This commit is contained in:
parent
e714e7d4f3
commit
c7f2d440f4
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ view_cairo_t::render (const font_options_t *font_opts)
|
|||
}
|
||||
|
||||
// https://github.com/harfbuzz/harfbuzz/issues/4378
|
||||
#if CAIRO_VERSION >= 11700
|
||||
#if CAIRO_VERSION >= 11705
|
||||
if (l.num_clusters)
|
||||
cairo_show_text_glyphs (cr,
|
||||
l.utf8, l.utf8_len,
|
||||
|
|
Loading…
Add table
Reference in a new issue