Commit c8213c6198abff97822e29a6d565722cfbb43832

Khaled Hosny 2013-11-29T19:01:56

[coretext] Avoid font fallback with CoreText shaper CoreText does automatic font fallback (AKA "cascading") for characters not supported by the requested font, and provides no way to turn it off, so detect if the returned run uses a font other than the requested one and fill in the buffer with .notdef glyphs instead of random indices glyph from a different font.