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

Method getShape

core/src/processing/core/PFont.java:720–722  ·  view source on GitHub ↗
(char ch)

Source from the content-addressed store, hash-verified

718
719
720 public PShape getShape(char ch) {
721 return getShape(ch, 0);
722 }
723
724
725 public PShape getShape(char ch, float detail) {

Callers

nothing calls this directly

Calls 13

getNativeMethod · 0.95
isDoneMethod · 0.95
currentSegmentMethod · 0.95
beginShapeMethod · 0.95
beginContourMethod · 0.95
vertexMethod · 0.95
quadraticVertexMethod · 0.95
endContourMethod · 0.95
nextMethod · 0.95
endShapeMethod · 0.95
getFontRenderContextMethod · 0.80
getPathIteratorMethod · 0.80

Tested by

no test coverage detected