I have this:
But i want to have place text in the middle like this:
How do i do it?
Im sorry forgot to mention i want this in the web.. so like html, so i would use a div or a span to do it
I have this:
But i want to have place text in the middle like this:
How do i do it?
Im sorry forgot to mention i want this in the web.. so like html, so i would use a div or a span to do it
Programmatically, this largely depends on what dechnologies you're using. Are you reading in a bitmap, adding text, and outputting a bitmap?
What's the input, what's the output, and how do you want the program to operate? There are hundreds of answers to this question, and all depend on the specification.
Are you doing it on the web? if so, then you can use css/divs/spans to do it
google css layout tutorials and you'll be fine