Skip to content

Render unicode emojis #603

Answered by emcconville
Randalix asked this question in Q&A
Discussion options

You must be logged in to vote

Text rendering is usually done by freetype, and can be limited if the font supports emojis. You can also use pango for more advanced rendering.

with Image(filename=u"pango:☀") as text:
  img.composite(text, 75, 275)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Randalix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #602 on November 30, 2022 17:09.