You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the .wasm directly. Create the set which will contain user inputs , and put features which you want in the set. @yisibl
constptr=exports.hb_subset_input_create_or_fail();constlayoutFeatures=exports.hb_subset_input_set(ptr,6/** HB_SUBSET_SETS_LAYOUT_FEATURE_TAG **/);exports.hb_set_add(layoutFeatures,hb_tag('smcp'));// hb_tag function is in the source code of hb.js
khaledhosny
changed the title
Adds an example of keeping the specified layout-features
Add an example of keeping the specified layout-features
Oct 14, 2023
The text was updated successfully, but these errors were encountered: