mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 19:24:09 +02:00
update harfbuzz to 10.1.0
This commit is contained in:
@@ -229,9 +229,13 @@
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<programlisting language="C">
|
||||
// If you know the direction, script, and language
|
||||
hb_buffer_set_direction(buf, HB_DIRECTION_LTR);
|
||||
hb_buffer_set_script(buf, HB_SCRIPT_LATIN);
|
||||
hb_buffer_set_language(buf, hb_language_from_string("en", -1));
|
||||
|
||||
// If you don't know the direction, script, and language
|
||||
hb_buffer_guess_segment_properties(buffer);
|
||||
</programlisting>
|
||||
<orderedlist numeration="arabic">
|
||||
<listitem override="3">
|
||||
|
||||
Reference in New Issue
Block a user