Fonts and their sizes on diffrent machines
I am writing a gui PC program with java and i am using Java Swing, the
question is, for a given Font, with a given size and style, on a given
String, i compute the bounding box (in pixels) on some machine, is there a
possibility that on some other machine, for the exact same Font and exact
same String, the computed bounding box will turn out diffrent?
if it is possible( which seems to be the case according to the results i
get on my program ), then how can i define a font where for a given
string, in every possible machine, it will return the exact same bounding
box?
No comments:
Post a Comment