Hi,
I'm facing the same issue described in
https://coderanch.com/t/341758/java/Printing-text-image-text and couldn't find any solution yet.
Problem: Image is having resolution of different Sizes. I want to apply the given font-size irrespective of the image resolution.
Case1: Image should be read, text should be applied in Windows Server and image will be saved in the folder which will be viewed by windows/mac/ubuntu users
Case2: Image should be read, text should be applied in linux Server and image will be saved in the folder which will be viewed by windows/mac/ubuntu users
Currently:
Font is applied but font is getting displayed as smaller in Windows. Not tested in linux
What is the best practice on handling or applying text on image ?
The image would be of different resolution, however user wants to apply the font size as like he sees in the ms-word ...
Assume the user puts the image in an image editor irrespective of resolution, add font size 25 which he sees in the editor and wants to see the same to be applied to the image.
Thanks