src/hb-wasm-api.h

Branch


Log

Author Commit Date CI Message
Behdad Esfahbod 7de2d111 2024-04-01T01:54:09 Fix autotools test
Behdad Esfahbod 2663a9b6 2023-03-31T17:38:23 [wasm] Rename a couple APIs
Behdad Esfahbod f9dd402e 2023-03-31T12:18:35 [wasm] Fix header
Simon Cozens 85a1fdd9 2023-03-27T14:42:21 [wasm] get/set font variation parameters
Simon Cozens 3fc48d4a 2023-03-26T17:43:14 [wasm] [experimental] wrap hb_face_create and hb_create_font
Behdad Esfahbod c5a88a06 2023-02-25T12:43:22 [wasm-api] Minor cleanup
Behdad Esfahbod 918df8cc 2023-02-25T10:29:03 [wasm-api] Add glyph_outline_free
Behdad Esfahbod 7fff4a19 2023-02-25T10:25:19 [wasm-api] Reuse allocation in font_copy_glyph_outline
Behdad Esfahbod f2d227ad 2023-02-25T09:30:40 [wasm-api] Respect existing blob allocation in face_copy_blob
Behdad Esfahbod e7540043 2023-02-25T09:18:40 [wasm-api] Make buffer_copy_contents reuse contents
Behdad Esfahbod 65966e0c 2023-02-25T08:59:03 [wasm-api] Add font_copy_glyph_outline
Behdad Esfahbod 2004528c 2023-02-25T08:23:14 [wasm-api] Change face_copy_table to return success
Behdad Esfahbod 28a7c1f9 2023-02-25T08:16:31 [wasm-api] Rename face_reference_table to face_copy_table
Behdad Esfahbod b5b577f2 2023-02-25T08:12:16 [wasm-api] Make buffer_copy_contents return success
Behdad Esfahbod 16ecb969 2023-02-24T19:53:47 [wasm-api] Return success from buffer_contents_realloc
Behdad Esfahbod 73de7d4d 2023-02-24T17:44:33 [wasm-api] Add shape_plan
Behdad Esfahbod 9f8ad392 2023-02-24T14:16:11 [wasm-api] Bind shaper features
Behdad Esfahbod ec3270c7 2023-02-24T13:31:10 [wasm-graphite] Ensure native direction here too Binds buffer_get_script and script_get_horizontal_direction.
Behdad Esfahbod fea3ffe0 2023-02-24T12:31:32 [wasm-api] Beautify internal API
Behdad Esfahbod fe557e2f 2023-02-24T12:20:31 [wasm-api] Bind font_get_glyph_extents Untested.
Behdad Esfahbod b3b6e8da 2023-02-24T12:03:53 [wasm-api] Bind buffer_reverse
Behdad Esfahbod 1acff90b 2023-02-24T11:53:47 [wasm-api] Bind font_glyph_to_string
Behdad Esfahbod 7537d48f 2023-02-24T11:47:17 [wasm] Remove a few lingering hb_
Behdad Esfahbod 2bde2f66 2023-02-24T11:03:13 [wasm-api] Bind shape_with
Behdad Esfahbod a08dbf41 2023-02-24T10:13:21 [wasm-api] Bind buffer_reverse_clusters
Behdad Esfahbod 0a51ed31 2023-02-24T10:07:59 [wasm-api] Bind buffer_get_direction
Behdad Esfahbod 23b58b56 2023-02-24T09:50:34 [wasm-api] Bind font_get_scale
Behdad Esfahbod 149199ee 2023-02-24T09:39:25 [wasm-api] Bind face_get_upem
Behdad Esfahbod 2d295183 2023-02-24T09:20:42 [wasm-api] Add buffer_contents_realloc
Behdad Esfahbod c1dc1121 2023-02-23T15:47:56 [wasm-api] Bind buffer_set_contents
Simon Cozens e0fec1dd 2023-02-23T22:18:22 [wasm-api] Wrap some of hb-font
Behdad Esfahbod 851ef138 2023-02-23T15:06:18 [wasm-api] Add buffer-contents-free
Behdad Esfahbod d38f02ab 2023-02-23T15:03:03 [wasm-api] Make ref types actual pointers on the wasm side
Behdad Esfahbod cbd5c554 2023-02-23T14:54:46 [wasm-api] Add blob_free
Behdad Esfahbod 5cecfe86 2023-02-23T13:58:40 [wasm-api] Bind buffer_copy_contents
Behdad Esfahbod 3b88bd97 2023-02-23T13:27:46 [wasm-api] Make ptr_t a pointer on the wasm side
Behdad Esfahbod e87b1b3e 2023-02-23T12:23:52 [wasm-api] Try to add face_reference_table
Behdad Esfahbod 3bc0ecf2 2023-02-23T10:30:35 [wasm-api] Add ref_t
Behdad Esfahbod bd28d01a 2023-02-23T09:49:46 [wasm-api] Add HB_WASM_INTERFACE
Behdad Esfahbod 9f4dc2e1 2023-02-23T09:18:25 [wasm] Bind native API
Behdad Esfahbod e79a7318 2023-02-23T09:03:06 [wasm] Start adding wasm-api
Behdad Esfahbod 829ba742 2023-02-23T08:32:14 [wasm] Add hb-wasm-api.h