src/hb-wasm-api-face.hh

Branch


Log

Author Commit Date CI Message
Behdad Esfahbod 1fc128f6 2023-06-26T18:34:27 Replace a few memset/memcpy's with hb_ equivalents
Behdad Esfahbod 2663a9b6 2023-03-31T17:38:23 [wasm] Rename a couple APIs
Simon Cozens 3fc48d4a 2023-03-26T17:43:14 [wasm] [experimental] wrap hb_face_create and hb_create_font
Behdad Esfahbod 4260de12 2023-02-25T10:43:27 [wasm] Add HB_ARRAY_APP2NATIVE
Behdad Esfahbod 1537e252 2023-02-25T10:35:15 [wasm] Minor blob validation
Behdad Esfahbod 41362cc3 2023-02-25T10:08:22 [wasm] Simplify memory cleaning
Behdad Esfahbod b0802618 2023-02-25T09:34:03 [wasm-api] Memory house-keeping
Behdad Esfahbod f2d227ad 2023-02-25T09:30:40 [wasm-api] Respect existing blob allocation in face_copy_blob
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 39f8703d 2023-02-24T12:42:22 [wasm-api] Match interface and implementation signatures
Behdad Esfahbod fea3ffe0 2023-02-24T12:31:32 [wasm-api] Beautify internal API
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 07ece174 2023-02-24T08:08:18 [wasm-graphite] Initial code
Behdad Esfahbod d38f02ab 2023-02-23T15:03:03 [wasm-api] Make ref types actual pointers on the wasm side
Behdad Esfahbod 5cecfe86 2023-02-23T13:58:40 [wasm-api] Bind buffer_copy_contents
Behdad Esfahbod 108995bb 2023-02-23T13:04:38 [wasm-api] Finish face_reference_table
Behdad Esfahbod 69b1707d 2023-02-23T13:00:06 [wasm] Return empty object when ref2obj fails
Behdad Esfahbod e87b1b3e 2023-02-23T12:23:52 [wasm-api] Try to add face_reference_table