标签: java fonts size pixel
根据以下scala代码
val metrics = new FontMetrics(new Font("Arial", Font.PLAIN, GOOGLE_SERP_FONT_SIZE)) {} val bounds = metrics.getStringBounds(text, null) bounds.getWidth.toInt
但是,这个值在CentOS7和Windows10上有所不同。
为什么会这样?