| Author |
Centering Text on image
|
Divya Guttikonda
Ranch Hand
Joined: Mar 09, 2005
Posts: 47
|
|
Hi, I am using com.mullassery.imaging.Imaging package in my java program.I am overlaying a text on the image.But what i need is to center the text when overlaying.It can span to any number of lines so the problem is i cant specify the x and y co-ordinates.Does anybody know if there is any existing functionality to center the text.Please help.
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8291
|
|
Never heard of it. Using the J2SE packages, I've used Graphics to get the size of an image, then the FontMetrics class to determine the size of the string. Subtract the string size from the size of the image and divide by two. Of course, doing multiple lines requires some more calculations, but the information is all there in those two classes.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: Centering Text on image
|
|
|