任何人都使用国歌中的数字-7字体,即找到案文在底线上调(在Y轴上低线,而不是在标签的垂直中心)。 谁能找到解决办法来显示它们所支持的中心?
I have an application that extends a Frame. Then, it ll display a few lines of text using: Font f = new Font("Arial", Font.PLAIN, 10); g.setFont(f); g.drawString("Test|great Yes ^.", x, y + 10); Now ...