[cairo-bugs] [Bug 104542] Color emojis are not displayed

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Apr 21 11:19:12 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=104542

--- Comment #2 from Star Brilliant <coder at poorlab.com> ---
You may want to enable hinting specifically for emoji fonts.

Here is my /etc/fonts/conf.d/68-color-emoji.conf

<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
        <match target="font">
                <test name="family" compare="contains">
                        <string>Emoji</string>
                </test>
                <edit name="hinting" mode="assign">
                        <bool>true</bool>
                </edit>
                <edit name="hintstyle" mode="assign">
                        <const>hintslight</const>
                </edit>
                <edit name="embeddedbitmap" mode="assign">
                        <bool>true</bool>
                </edit>
        </match>
</fontconfig>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cairographics.org/archives/cairo-bugs/attachments/20180421/c2f8ee0b/attachment.html>


More information about the cairo-bugs mailing list