Does IDWriteTextAnalyzer::GetGlyphs() work with ligatures?
I’m trying to turn a string of text into glyph IDs for rendering. I chose the IDWriteTextAnalyzer::GetGlyphs()
method, but I can’t seem to group even basic ligatures this way. I’ve tried passing in typographic features in the arguments as well as leaving it null.