MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / getFont

Method getFont

src/org/jibble/epsgraphics/EpsGraphics2D.java:896–899  ·  view source on GitHub ↗

Returns the Font currently being used.

()

Source from the content-addressed store, hash-verified

894 * Returns the Font currently being used.
895 */
896 @Override
897public Font getFont() {
898 return _font;
899 }
900
901 /**
902 * Sets the Font to be used in future text.

Callers 5

setAccurateTextModeMethod · 0.95
drawStringMethod · 0.95
setTransformMethod · 0.95
getFontMetricsMethod · 0.95
appendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected