How to use cairo::context::show_text to show the Unicode?

How to use cairo::context::show_text to show the Unicode?

You should use the Cairo mailing list for questions about Cairo.

In general: don’t ever use the Cairo toy text API, except for debugging. For anything resembling actual user-readable text, use Pango and PangoCairo.

Gotcha! Thank you for your tips!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.