MCPcopy Create free account
hub / github.com/SPLWare/esProc / getFont

Method getFont

src/main/java/com/scudata/chart/Utils.java:1280–1297  ·  view source on GitHub ↗

大量绘制文本时,由于字体大多相同,为了绘制性能,避免大量new字体对象 采用字体缓存获取对应字体 @param fontName 字体名称 @param fontStyle 风格 @param fontSize 字号 @return 字体对象

(String fontName, int fontStyle,
			int fontSize)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 14

paintIconMethod · 0.95
drawPolarPointTextMethod · 0.95
drawATextMethod · 0.95
drawFreeColumnMethod · 0.95
autoWidthMethod · 0.95
drawLegendMethod · 0.95
drawADotMethod · 0.95
drawForeMethod · 0.95
drawWarnShapeMethod · 0.95
drawForeMethod · 0.95
maxLabelSizeMethod · 0.95
stringWidthMethod · 0.45

Calls 7

getSizeMethod · 0.80
hasNextMethod · 0.65
addMethod · 0.65
lengthMethod · 0.45
trimMethod · 0.45
nextMethod · 0.45
getFontNameMethod · 0.45

Tested by

no test coverage detected