Gustavo Papi

Results 158 comments of Gustavo Papi
trafficstars

Good morning, @nt8r! Shall I create a separated problem issue here and report this problem?

@anntzer On Linux, it does not work yet. See the screenshot: ![imagem](https://user-images.githubusercontent.com/2257024/108613415-8ebbdb80-73d0-11eb-9d8c-b54532eb8262.png) I exported `MPLBACKEND=module://mplcairo.qt` and: ```py %matplotlib inline import matplotlib import matplotlib.font_manager as fm; import matplotlib.pyplot as plt import...

Finally I investigated the bug, @anntzer. It turned that matplotlib and mplcairo do not support other emoji fonts: OpenMoji and Twitter Colour Emoji, but supports Apple Emoji and JoyPixels fonts;...

It seems that matplotlib and mplcairo fail to trigger the flags in both Apple Colour Emoji and JoyPixels: ![imagem](https://user-images.githubusercontent.com/2257024/108614681-71403f00-73db-11eb-80c9-ff5e73a7596c.png) But it supports in the inline output: ![imagem](https://user-images.githubusercontent.com/2257024/108614702-a2b90a80-73db-11eb-8610-f0dc26d44669.png)

I tested @eosrei's all fonts Twemoji (each font designed for Apple, one for Linux and one for Windows), but still triggered the monochromatic icons. Can you test the flags and...

> So I expressly disabled ligature handling for color fonts (you can comment out the chunk of code that sets the `&detail::IS_COLOR_FONT_KEY` entry in `_util.cpp` in the mplcairo sources to...

Since it will be complicated, as the only solution is that, I will have to replace the emojis for PNG images, but I am unable to display the images as...

@DaveJarvis, Sorry for entering this old topic, but using HTML inside an array does not work. * YAML: ```yaml --- gnome: 'gnome' icones: - {nome: actions} - {nome: apps} -...