1

I am looking for a solution to make TextField Object gutter less such that the getBounds() and getColorBounds() give the same rectangle. In short the Rectangle returned by getBounds() must start from first character's left-most pixel and end at last character's right-most pixel.

4

1 に答える 1

0

textWidth および textHeigth プロパティを使用して、必要なことを行います。これらの値には、必要なものが正確に含まれています。

于 2013-04-10T06:39:00.380 に答える