MCPcopy Index your code
hub / github.com/processing/processing / textWidth

Method textWidth

core/src/processing/core/PGraphics.java:4490–4493  ·  view source on GitHub ↗

@param c the character to measure

(char c)

Source from the content-addressed store, hash-verified

4488 * @param c the character to measure
4489 */
4490 public float textWidth(char c) {
4491 textWidthBuffer[0] = c;
4492 return textWidthImpl(textWidthBuffer, 0, 1);
4493 }
4494
4495
4496 /**

Callers 2

textMethod · 0.95
textLineImplMethod · 0.95

Calls 3

textWidthImplMethod · 0.95
defaultFontOrDeathMethod · 0.95
maxMethod · 0.45

Tested by

no test coverage detected