Wrapped line for complex text not rendering [Mac]
CTGlyphLayout generates the glyphs in addTextRun() which is part of the break runs phase.
The problem happens when a run with complex text is divided by the wrapping line. Due to contextual shaping the previously glyphs are discarded and new one are requested.
Since CTGlyphLayout#layout() is empty, the requested glyphs are not generate.
CTGlyphLayout generates the glyphs in addTextRun() which is part of the break runs phase.
The problem happens when a run with complex text is divided by the wrapping line. Due to contextual shaping the previously glyphs are discarded and new one are requested.
Since CTGlyphLayout#layout() is empty, the requested glyphs are not generate.