Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ createFont
Method
createFont
core/src/processing/core/PApplet.java:5744–5746 ·
view source on GitHub ↗
(String name, float size)
Source
from the content-addressed store, hash-verified
5742
5743
5744
public
PFont createFont(String name, float size) {
5745
return
createFont(name, size, true, null);
5746
}
5747
5748
5749
public
PFont createFont(String name, float size, boolean smooth) {
Callers
1
initFont
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected