Gtk how should I calculate width of the string in pixels.
I have created a markup string using g_markup_printf_escaped
and I want to calculate width of the string in pixels not in chars.
Does Pango provides any function to calculate string length in pixels?
Depending on font type, size and weight.
Thanks,
pp.