Hey Java folks I have a question when we use method maxAscent() etc of Font class what are the units of the integer value return?? Are the also the same as points(1/72'')?? regards Denish
And no, they are not the same as points..."pixel" stands for picture element, and each pixel is a group of 3 phosphors on your monitor screen (one each of red, green, and blue)...thus a pixel is the smallest unit of any possible color. Hope that helps... ------------------