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

Method getTextSize

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

获取文本占用的宽高,使用Rectangle的宽和高存储信息 @param text 要测量的文本 @param g 图形设备 @param fontStyle 风格 @param angle 文本的旋转角度 @param font 字体 @return 矩形存储的宽高信息

(String text, java.awt.Graphics g,
			int fontStyle, int angle, Font font)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

getRotationAreaMethod · 0.95
drawTextMethod · 0.95
drawATextMethod · 0.95
maxLabelSizeMethod · 0.95

Calls 4

isVerticalMethod · 0.95
getVerticalAreaMethod · 0.95
getHorizonAreaMethod · 0.95
getRotationAreaMethod · 0.95

Tested by

no test coverage detected