XftDrawString* is on par with cairo_show_text. No text shaping. Unfortunately, the font name syntax for Pango is completely different yet again.
The Text widget assumes that text width is additive, i.e., that the width of A+B is equal to the width of A plus the width of B. Text shaping will break that assumption.
XftDrawString* is on par with cairo_show_text. No text shaping. Unfortunately, the font name syntax for Pango is completely different yet again.
The Text widget assumes that text width is additive, i.e., that the width of A+B is equal to the width of A plus the width of B. Text shaping will break that assumption.