Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
getNative
Method · 0.95
isDone
Method · 0.95
currentSegment
Method · 0.95
beginShape
Method · 0.95
beginContour
Method · 0.95
vertex
Method · 0.95
quadraticVertex
Method · 0.95
endContour
Method · 0.95
next
Method · 0.95
endShape
Method · 0.95
getFontRenderContext
Method · 0.80
getPathIterator
Method · 0.80
Tested by
no test coverage detected