From 4071867070e3077a4942b773610520925715cbd7 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 11 Jun 2006 17:54:34 +0000 Subject: [PATCH] Remove imagepscopyfont(), has been commented out from day #1 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214619 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagepscopyfont.xml | 65 ------------------- 1 file changed, 65 deletions(-) delete mode 100644 reference/image/functions/imagepscopyfont.xml diff --git a/reference/image/functions/imagepscopyfont.xml b/reference/image/functions/imagepscopyfont.xml deleted file mode 100644 index 9917c2305f..0000000000 --- a/reference/image/functions/imagepscopyfont.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - imagepscopyfont - - Make a copy of an already loaded font for further modification - - - - Description - - intimagepscopyfont - resourcefontindex - - - Use this function if you need make further modifications to the - font, for example extending/condensing, slanting it or changing - its character encoding vector, but need to keep the original - along as well. Note that the font you want to copy must be one - obtained using imagepsloadfont, not a font - that is itself a copied one. You can although make modifications - to it before copying. - - - If you use this function, you must free the - fonts obtained this way yourself and in reverse order. Otherwise - your script will hang. - - - In the case everything went right, a valid font index will be - returned and can be used for further purposes. Otherwise the - function returns &false; and prints a message describing what went - wrong. - - - ¬e.config.t1lib; - - - See also imagepsloadfont. - - - - -