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
The WASM demo linked in the repo as well as native lib loosing all text content from HTML.
The actual text seems OK, but shaped_words / glyphs come out empty.
The text was updated successfully, but these errors were encountered:
Yeah, this is an issue I'm debugging atm, it seems that allsorts::subset::subset(font, glyphs) reorders the glyph IDs so lookup_glyph(char as u32) fails. This should be fixed upstream however.
The WASM demo linked in the repo as well as native lib loosing all text content from HTML.
The actual text seems OK, but
shaped_words
/glyphs
come out empty.The text was updated successfully, but these errors were encountered: