harfbuzzjs 0.3.4 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build-subset.sh +0 -1
- package/examples/NotoSans-Regular.subset.ttf +0 -0
- package/hb-subset.symbols +1 -0
- package/hb-subset.wasm +0 -0
- package/hb.wasm +0 -0
- package/hbjs.cc +1 -1
- package/package.json +1 -1
package/build-subset.sh
CHANGED
|
Binary file
|
package/hb-subset.symbols
CHANGED
package/hb-subset.wasm
CHANGED
|
Binary file
|
package/hb.wasm
CHANGED
|
Binary file
|
package/hbjs.cc
CHANGED
|
@@ -170,7 +170,7 @@ static hb_bool_t do_trace (hb_buffer_t *buffer,
|
|
|
170
170
|
if (user_data->stop_phase != HB_SHAPE_DONT_STOP) {
|
|
171
171
|
// Do we need to start stopping?
|
|
172
172
|
char buf[12];
|
|
173
|
-
snprintf (buf, 12, "%
|
|
173
|
+
snprintf (buf, 12, "%u ", user_data->stop_at);
|
|
174
174
|
if ((user_data->current_phase == user_data->stop_phase) &&
|
|
175
175
|
(strncmp(message, "end lookup ", 11) == 0) &&
|
|
176
176
|
(strncmp(message + 11, buf, strlen(buf)) == 0)) {
|