From 8f844264efac2d00bb200ec7c436e92e630b119e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Goupil?= Date: Sun, 10 Jul 2005 20:00:34 +0000 Subject: [PATCH] new doc style git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190442 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ps/functions/ps-stringwidth.xml | 68 ++++++++++++----------- 1 file changed, 37 insertions(+), 31 deletions(-) diff --git a/reference/ps/functions/ps-stringwidth.xml b/reference/ps/functions/ps-stringwidth.xml index ec1f8485d1..3b22265c37 100644 --- a/reference/ps/functions/ps-stringwidth.xml +++ b/reference/ps/functions/ps-stringwidth.xml @@ -1,39 +1,45 @@ - + - - ps_stringwidth + + ps_stringwidth + Gets width of a string + + + + &reftitle.description; + + floatps_stringwidth + resourcepsdoc + stringtext + intfontid + floatsize + + + Calculates the width of a string in points if it was output + in the given font and font size. + This function needs an Adobe font + metrics file to calculate the precise width. If kerning is turned on, + it will be taken into account. + + - Gets width of a string - - - Description - - floatps_stringwidth - resourcepsdoc - stringtext - intfontid - floatsize - + + &reftitle.returnvalues; + + Width of a string in points. + + - Calculates the width of a string in points if it was output - in the given font and font size. - This function needs an Adobe font - metrics file to calculate the precise width. If kerning is turned on, - it will be taken into account. - - - - Return value - Width of a string in points. - - - See also - - ps_string_geometry - - + + &reftitle.seealso; + + + ps_string_geometry + + +