In [15]: from PIL import ImageFont
...: font = ImageFont.truetype('times.ttf', 18)
...: size = font.getsize('this is the title limit lenght that google is using but I am not sure if the font is right')
...: print("Title pixels: {0}".format(size[0]))
...:
...:
Title pixels: 593