The docs list two sets of text rendering capabilities: https://pycairo.readthedocs.io/en/latest/reference/text.html#text. It is not entirely clear, which ones are which (at least for me not all of the documented items seem to belong to either of these classes).
In general, I just want to be sure that I can produce high quality text with kerning, etc.
So which functions should I use for that? And should I use Pango for that, as suggested? Or is there something built in already, but not documented? Also, there seems to be a library called pangocairo (among others).
Some advice would be appreciated.