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

PHP Home Page

Manual Table of Contents
Up to グラフィックス
Quick Reference
English version of this pageGerman version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
グラフィックス
* GetImageSize
* ImageArc
* ImageChar
* ImageCharUp
* ImageColorAllocate
* ImageColorDeAllocate
* ImageColorAt
* ImageColorClosest
* ImageColorExact
* ImageColorResolve
* ImageGammaCorrect
* ImageColorSet
* ImageColorsForIndex
* ImageColorsTotal
* ImageColorTransparent
* ImageCopy
* ImageCopyResized
* ImageCreate
* ImageCreateFromGif
* ImageCreateFromJPEG
* ImageCreateFromPNG
* ImageDashedLine
* ImageDestroy
* ImageFill
* ImageFilledPolygon
* ImageFilledRectangle
* ImageFillToBorder
* ImageFontHeight
* ImageFontWidth
* ImageGif
* ImagePng
* ImageJPEG
* ImageInterlace
* ImageLine
* ImageLoadFont
* ImagePolygon
* ImagePSBBox
* ImagePSEncodeFont
* ImagePSFreeFont
* ImagePSLoadFont
* ImagePsExtendFont
* ImagePsSlantFont
* ImagePSText
* ImageRectangle
* ImageSetPixel
* ImageString
* ImageStringUp
* ImageSX
* ImageSY
* ImageTTFBBox
* ImageTTFText
* ImageTypes
* read_exif_data
Manual: ImageString
View the source code for this pageSearch the site



Previous page
 ImageSetPixel
 Updated
Sat, 12 Aug 2000
ImageStringUp 
Next page


ImageString

(unknown)

ImageString -- 文字列を水平に描画する

説明

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

ImageString()は、画像imcol色で座標(x, y) (左上が0, 0)に文字列sを描画します。 fontが1, 2, 3, 4, 5 の場合、組込みフォントが使用されます。

imageloadfont()も参考にしてください。


User Contributed Notes: ImageString


nemrott@hotmail.com
10-Jul-2000 08:09
When using this function on jpeg, be sure to use imagecolorclosest instead of imagecolorallocate. Jpeg's rely on their color palettes to distinguish. (else you get something similar to a watermark)



 About Notes


Previous page
 ImageSetPixel
 Updated
Sat, 12 Aug 2000
ImageStringUp 
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.