aspose file tools
The moose likes Other JSE/JEE APIs and the fly likes How to get the size of a string in pixels? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "How to get the size of a string in pixels?" Watch "How to get the size of a string in pixels?" New topic
Author

How to get the size of a string in pixels?

monojit choudhury
Greenhorn

Joined: Nov 20, 2000
Posts: 23
Hi
Is there any way by which i can get the size
of a string in pixels? I mean depending on the
font size and style,i get the length of the string
in pixels.
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12268
    
    1
Sounds like you are looking for the FontMetrics class in the java.awt package. Thats the class which can tell you such things as the display size of a string in pixels and the other data you need to exactly position text.
Bill


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to get the size of a string in pixels?
 
Similar Threads
Crop an image in Java
planning to buy MacBook
Convert JFrame to image
getting problem in creating an image from int array
Size of String in Pixels from JTextField