pubpub-zz / ppInk

Fork from Gink
MIT License
855 stars 76 forks source link

Request for "default text color" and "default Emoji font" (multi-font typing?) #323

Open lin010151 opened 4 weeks ago

lin010151 commented 4 weeks ago

Sorry, my English is not good.

For "default text color", just hope config.ini add "text-color" setting like #317 .

For "default Emoji font", maybe it's a bit difficult to implement, I think.

Some fonts are not including emojis. So if I want to type emojis, I need to change the font to "Segoe UI Emoji" (or "Segoe UI Symbol"). If I'm typing other language, for example, Chinese(中文), the characters(汉字) part will automatically "change" to "SimSum(宋体)" in Windows. (System font, similar to web-safe font...) use-segoe

Here comes the problem. If I don't like "SimSum" style and use "SimHei(黑体)" to make characters look well, emojis will not "render" well. use-simhei

Not only CJK fonts, but also the default "Comic Sans MS" or many other fonts. They don't have emoji part. So emojis will not "render" well either. use-default

Expand the request. If I want to cascade alphabet using "Comic Sans MS" and characters using "SimHei" in one line... 🤣

Thanks.