String
in this Font
. The advance width is the horizontal distance that would be occupied if str
were to be drawn using this Font
, including inter-character spacing following str
necessary for proper positioning of subsequent text.
@param str the String
to be measured
@return the total advance width
@throws NullPointerException if str
is null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|