mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
Minor: simplify example code
Co-Authored-By: n8willis <nwillis@glyphography.com>
This commit is contained in:
parent
f9ee0decee
commit
6e4dd58a4a
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
|||
#include <hb.h>
|
||||
hb_buffer_t *buf;
|
||||
buf = hb_buffer_create();
|
||||
hb_buffer_add_utf8(buf, text, strlen(text), 0, strlen(text));
|
||||
hb_buffer_add_utf8(buf, text, -1, 0, -1);
|
||||
</programlisting>
|
||||
<orderedlist numeration="arabic">
|
||||
<listitem override="2">
|
||||
|
|
Loading…
Add table
Reference in a new issue