MCPcopy Index your code
hub / github.com/benfry/processing4 / textWidth

Method textWidth

core/src/processing/core/PGraphics.java:4566–4569  ·  view source on GitHub ↗

@param c the character to measure

(char c)

Source from the content-addressed store, hash-verified

4564 * @param c the character to measure
4565 */
4566 public float textWidth(char c) {
4567 textWidthBuffer[0] = c;
4568 return textWidthImpl(textWidthBuffer, 0, 1);
4569 }
4570
4571
4572 /**

Callers 1

textLineImplMethod · 0.95

Calls 3

textWidthImplMethod · 0.95
defaultFontOrDeathMethod · 0.95
maxMethod · 0.45

Tested by

no test coverage detected