MCPcopy Create free account
hub / github.com/PCGen/pcgen / getFont

Method getFont

code/src/java/pcgen/util/enumeration/Load.java:67–70  ·  view source on GitHub ↗
(Font font)

Source from the content-addressed store, hash-verified

65 }
66
67 public Font getFont(Font font)
68 {
69 return fontFunction.apply(font);
70 }
71
72 public Color getColor()
73 {

Callers 15

setupDisplayMethod · 0.80
setupDisplayMethod · 0.80
installMethod · 0.80
setLoadLabelMethod · 0.80
initializeTableMethod · 0.80

Calls 1

applyMethod · 0.65

Tested by

no test coverage detected