Table of Contents

TextWidth

Formato

textwidth ( string )

Descrição

Devolve o comprimento em pixeis de uma linha de texto produzida pela instrução Text .

Exemplo

font "arial",10,10
print textwidth ("ola")
font "arial",20,10
print textwidth ("ola")
font "arial",40,10
print textwidth ("ola")

mostra

17
36
69

Ver também

Font, Text

New To Version

0.9.6.68