Gets the advance width of the specified character in this Font. The advance width is the horizontal distance that would be occupied if ch were to be drawn using this Font, including inter-character spacing following ch necessary for proper positioning of subsequent text.
@param ch the character to be measured
@return the total advance width (a non-negative value)
Returns the advance width of the specified char of this FontPeerImpl. Note, if glyph is absent in the font's glyphset - returned value is the advance of the deafualt glyph. For escape-chars returned width value is 0.
@param ch the char which width is to be returned
@return the advance width of the specified char of this FontPeerImpl
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.