Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getSize
Method
getSize
core/src/processing/core/PFont.java:536–538 ·
view source on GitHub ↗
Return size of this font.
()
Source
from the content-addressed store, hash-verified
534
* Return size of this font.
535
*/
536
public
int
getSize() {
537
return
size;
538
}
539
540
541
// public void setDefaultSize(int size) {
Callers
15
textCharImpl
Method · 0.80
initTexture
Method · 0.80
textCharImpl
Method · 0.80
PFont
Method · 0.80
textCharImpl
Method · 0.80
componentResized
Method · 0.80
printHeaders
Method · 0.80
paintComponent
Method · 0.80
CharacterSelector
Method · 0.80
StatusPanel
Method · 0.80
paintComponent
Method · 0.80
layoutContainer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected