Skip to content

textDescent_

villares edited this page May 24, 2020 · 4 revisions

Nome

textDescent()

Exemplos

text ascent
Em breve ...

Descrição

Retorna a medida entre a linha de base e o topo da fonte corrente em seu tamanho atual. Isto é um étodo, e não uma variável  e portanto requer cálculo) .

(n.t. Returns the ascent of the current font at the current size. The ascent is the number of pixels between the base line and the top of the text box. This is a method, rather than a variable inside the PGraphics object because it requires calculation.)

Sintaxe

textDescent()

Parâmetros

Retorno

float

Utilização

Web & Applicações

Relacionado

textAscent()

PFont

text()

textFont()

Clone this wiki locally