harfbuzz / harfbuzzjs

Providing HarfBuzz shaping library for client/server side JavaScript projects
https://harfbuzz.github.io/harfbuzzjs/
Other
197 stars 34 forks source link

Expose glyph flags on the glyph object #52

Closed chearon closed 2 years ago

chearon commented 2 years ago

glyph.flags is the result of hb_glyph_info_get_glyph_flags so you can use HB_GLYPH_FLAG_UNSAFE_TO_BREAK (and the upcoming UNSAFE_TO_CONCAT)