https://bugs.documentfoundation.org/show_bug.cgi?id=148477
--- Comment #7 from Caolán McNamara <[email protected]> --- I think our problem here is the MultiSalLayout. we start with a GenericSalLayout with 11 glyphs, where there are 6 missing and end with a MultiSalLayout with two sub GenericSalLayouts, the orig with 11 glyphs with 6 missing, and another with 6 glyphs. Then we call MultiSalLayout::ImplAdjustMultiLayout which calls mpLayouts[0]->Simplify( true ) so we now have a MultiSalLayout with two sub GenericSalLayouts, the orig now with 5 glyphs and another with 6 glyphs. We cache that SalLayout and when we go to reuse it and get level 0 there are no missing glyphs so we just render that level and the fallback level isn't used and end with missing glyphs -- You are receiving this mail because: You are the assignee for the bug.
