Skip to content
  • Christian Persch's avatar
    charmap: Improve glyph display · 20e88d8f
    Christian Persch authored
    Since it's not possible in the pango or cairo APIs to
    disable using colour glyphs for EmojiPresentation
    characters, resort to a gross hack by using ELF symbol
    interposition to intercept the FT_Load_Glyph function
    and strip the FT_LOAD_COLOR flag before calling the
    original function from libfreetype2.
    20e88d8f