get_text_width método

get_text_width(text, font, scaling)

Obtenga el ancho del texto en unidades de puntos.

Devoluciones

def get_text_width(self, text, font, scaling):
    ...
ParámetroTipoDescripción
textstrEl texto.
fontFontLa fuente del texto.
scalingfloatLa escala del texto.

Ver también