I am testing the different text drawing functions in Cairo.jl: show_text
, text
, and text_path
. The text
function is the only one that produces the wrong size and is positioned at a distance from the insertion point (see below).
Is this a Cairo bug or a feature?
The Cairo manual says that toy functions are not meant for serious work, but they seem to exhibit the expected behavior. I also noticed that Makie uses the toy functions instead of text
.