int window_width(int character)
If character width is not null for the current window font, returns the number of times character can be written on the current window width; for a fixed font this value is the number of columns. Else, if character is not visible (it is the case for the null character in all fonts), returns the opposite of current window width in pixels.