Progress on native Harfbuzz bindings for HashLink target

This commit is contained in:
Joshua Granick
2018-07-12 21:56:06 -07:00
parent 0c567fac0e
commit 52686c4134
3 changed files with 1670 additions and 574 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -410,6 +410,7 @@ abstract HBBuffer(CFFIPointer) from CFFIPointer to CFFIPointer {
private inline function set_script (value:HBScript):HBScript {
#if (lime_cffi && lime_harfbuzz && !macro)
#if neko value = -1; #end
NativeCFFI.lime_hb_buffer_set_script (this, value);
#end
return value;