★ wanayoo — archive 1999 http://www.php.net/manual/fr/function.imagestringup.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to Graphisme
Quick Reference
English version of this pageGerman version of this pageJapanese version of this pageItalian version of this pageHungarian version of this page
Graphisme
* GetImageSize
* ImageArc
* ImageChar
* ImageCharUp
* ImageColorAllocate
* ImageColorAt
* ImageColorClosest
* ImageColorExact
* ImageColorResolve
* ImageColorSet
* ImageColorsForIndex
* ImageColorsTotal
* ImageColorTransparent
* ImageCopyResized
* ImageCreate
* ImageCreateFromGif
* ImageDashedLine
* ImageDestroy
* ImageFill
* ImageFilledPolygon
* ImageFilledRectangle
* ImageFillToBorder
* ImageFontHeight
* ImageFontWidth
* ImageGif
* ImageInterlace
* ImageLine
* ImageLoadFont
* ImagePolygon
* ImagePSBBox
* ImagePSEncodeFont
* ImagePSFreeFont
* ImagePSLoadFont
* ImagePSText
* ImageRectangle
* ImageSetPixel
* ImageString
* ImageStringUp
* ImageSX
* ImageSY
* ImageTTFBBox
* ImageTTFText
Manual: ImageStringUp
View the source code for this pageSearch the site



Previous page
 ImageString
 Updated
Sun, 06 Aug 2000
ImageSX 
Next page


ImageStringUp

(unknown)

ImageStringUp -- Dessine une chaîne verticale.

Description

int imagestringup (int im, int font, int x, int y, string s, int col)

imagestringup() dessine une chaîne verticale dans l'image im aux coordonnées (x, y) (l'origine est le coin supérieur gauche (0,0)) dans la couleur col. Si la police utilisée est 1, 2, 3, 4 ou 5, une police par défaut sera utilisée.

Voir aussi imageloadfont().


User Contributed Notes: ImageStringUp


kokos@lac.lviv.ua
06-Mar-2000 10:13
Ghmmm... Is there any sort of an ImageStringDown() function (for example ;)? Not to mention all this stuff about stretching, resizing, cropping, mirroring etc... :)))

I'm sure, that GD library offer a wider variety of functions than mentioned here. At least - the demo is able to resize the original picture. :( Is there any possibility to use such "unlisted" functions from inside the PHP code? Even if it means a surgery on the parser sources? ;)

Badly wanted!

Best wishes.
KoKos.



kokos@lac.lviv.ua
06-Mar-2000 10:19
Oops! :) I have missed the ImageCopyResized() function... Sorry.

But the question about the availability of any other functions still effective.

Best wishes.
KoKos.



 About Notes


Previous page
 ImageString
 Updated
Sun, 06 Aug 2000
ImageSX 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.