XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:oit.cmc.msu.ru   - Поискать по всем серверам
На этой странице приведены все страницы сервера oit.cmc.msu.ru ,которые мы индексируем. Показаны документы 1821 - 1840 из 3520.

В начало ] Пред. | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | След.В конец ]

Упорядочить по: URL  |  дате изменения
1821. SWFTextField->setrightMargin
PHP Manual . Prev . Next . unknown) SWFTextField->setrightMargin -- Sets the right margin width of the text field. void swftextfield->setrightmargin ( int width) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. swftextfield->setrightmargin() sets the right margin width of the text field to width . ... SWFTextField->setLeftMargin . ... SWFTextField->setMargins ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftextfield.setrightmargin.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1822. SWFTextField->setHeight
PHP Manual . Prev . Next . unknown) SWFTextField->setHeight -- Sets the font height of this text field font. void swftextfield->setheight ( int height) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. swftextfield->setheight() sets the font height of this text field font to the given height height . ... SWFTextField->align . ... SWFTextField->setLeftMargin ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftextfield.setheight.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1823. SWFTextField->setLeftMargin
PHP Manual . Prev . Next . unknown) SWFTextField->setLeftMargin -- Sets the left margin width of the text field. void swftextfield->setleftmargin ( int width) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. swftextfield->setleftmargin() sets the left margin width of the text field to width . ... SWFTextField->setHeight . ... SWFTextField->setrightMargin ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftextfield.setleftmargin.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1824. SWFTextField->align
PHP Manual . Prev . Next . unknown) SWFTextField->align -- Sets the text field alignment . void swftextfield->align ( int alignement) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. swftextfield->align() sets the text field alignment to alignement . Valid values for alignement are : SWFTEXTFIELD_ALIGN_LEFT, SWFTEXTFIELD_ALIGN_RIGHT, SWFTEXTFIELD_ALIGN_CENTER and SWFTEXTFIELD_ALIGN_JUSTIFY. ... SWFTextField->setbounds . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftextfield.align.html -- 4.1 Кб -- 03.02.2002
Похожие документы

1825. SWFTextField->setbounds
PHP Manual . ... Next . unknown) SWFTextField->setbounds -- Sets the text field width and height . void swftextfield->setbounds ( int width, int height) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. swftextfield->setbounds() sets the text field width to width and height to height . If you don't set the bounds yourself, Ming makes a poor guess at what the bounds are. ... SWFTextField->setFont . ... SWFTextField->align ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftextfield.setbounds.html -- 4.1 Кб -- 03.02.2002
Похожие документы

1826. SWFTextField
PHP Manual . ... PHP 4 >= 4.0.5) SWFTextField -- Creates a text field object . new swftextfield ( [int flags]) . ... The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swftextfield() creates a new text field object. ... The optional flags change the text field's behavior. ... SWFTEXTFIELD_MULTILINE allows multiple lines . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftextfield.html -- 5.9 Кб -- 03.02.2002
Похожие документы

1827. SWFTextField->setFont
PHP Manual . Prev . Next . unknown) SWFTextField->setFont -- Sets the text field font . void swftextfield->setfont ( string font) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swftextfield->setfont() sets the text field font to the [browser-defined?] font font. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftextfield.setfont.html -- 3.9 Кб -- 03.02.2002
Похожие документы

1828. swffont->getwidth
PHP Manual . Prev . Next . unknown) swffont->getwidth -- Returns the string's width . int swffont->getwidth ( string string) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swffont->getwidth() returns the string string 's width, using font's default scaling. ... SWFFont . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swffont.getwidth.html -- 3.9 Кб -- 03.02.2002
Похожие документы

1829. SWFFont
PHP Manual . ... PHP 4 >= 4.0.5) SWFFont -- Loads a font definition . ... The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... If filename is the name of an FDB file (i.e., it ends in ".fdb"), load the font definition found in said file. ... FDB ("font definition block") is a very simple wrapper for the SWF DefineFont2 block which contains a full description of a font. ... swffont->getwidth ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swffont.html -- 5.1 Кб -- 03.02.2002
Похожие документы

1830. SWFText->addString
PHP Manual . Prev . Next . unknown) SWFText->addString -- Draws a string . void swftext->addstring ( string string) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. swftext->addstring() draws the string string at the current pen (cursor) location. Pen is at the baseline of the text; i.e., ascending text is in the -y direction. ... SWFText->moveTo . ... SWFText->getWidth ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftext.addstring.html -- 3.9 Кб -- 03.02.2002
Похожие документы

1831. SWFText->getWidth
PHP Manual . Prev . Next . unknown) SWFText->getWidth -- Computes string's width . void swftext->addstring ( string string) . ... The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swftext->addstring() returns the rendered width of the string string at the text object's current font, scale, and spacing settings. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftext.getwidth.html -- 3.9 Кб -- 03.02.2002
Похожие документы

1832. SWFText->moveTo
PHP Manual . Prev . Next . unknown) SWFText->moveTo -- Moves the pen . void swftext->moveto ( int x, int y) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. swftext->moveto() moves the pen (or cursor, if that makes more sense) to ( x , y ) in text object's coordinate space. ... SWFText->setColor . ... SWFText->addString ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftext.moveto.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1833. SWFText->setColor
PHP Manual . Prev . Next . unknown) SWFText->setColor -- Sets the current font color . void swftext->setcolor ( int red, int green, int blue [, int a]) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swftext->setspacing() changes the current text color. ... SWFText->setSpacing . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftext.setcolor.html -- 3.9 Кб -- 03.02.2002
Похожие документы

1834. SWFText->setSpacing
... Next . unknown) SWFText->setSpacing -- Sets the current font spacing . void swftext->setspacing ( float spacing) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. swftext->setspacing() sets the current font spacing to spacing spacing . Default is 1.0. 0 is all of the letters written at the same point. ... Or just fix the damn thing to do constant spacing. This was really just a way to figure out how letter advances work, anyway.. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftext.setspacing.html -- 4.3 Кб -- 03.02.2002
Похожие документы

1835. SWFText->setFont
. PHP Manual . Prev . Next . (unknown) SWFText->setFont -- Sets the current font . void swftext->setfont ( string font) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swftext->setfont() sets the current font to font . Prev . Home . Next . SWFText . Up . SWFText->setHeight
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftext.setfont.html -- 3.8 Кб -- 03.02.2002
Похожие документы

1836. SWFText->setHeight
PHP Manual . Prev . Next . unknown) SWFText->setHeight -- Sets the current font height . void swftext->setheight ( int height) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swftext->setheight() sets the current font height to height . ... SWFText->setFont . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftext.setheight.html -- 3.9 Кб -- 03.02.2002
Похожие документы

1837. SWFMorph->getshape2
PHP Manual . Prev . Next . unknown) SWFMorph->getshape2 -- Gets a handle to the ending shape . mixed swfmorph->getshape2 ( (void);) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. swfmorph->getshape2() gets a handle to the morph's ending shape. swfmorph->getshape2() returns an swfshape() object. ... SWFMorph->getshape1 . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfmorph.getshape2.html -- 3.9 Кб -- 03.02.2002
Похожие документы

1838. SWFText
PHP Manual . ... PHP 4 >= 4.0.5) SWFText -- Creates a new SWFText object. new swftext ( (void);) . ... This function is EXPERIMENTAL . ... Example 1. swftext() example . php $f = new SWFFont("Techno.fdb"); $t = new SWFText(); $t->setFont($f); $t->moveTo(200, 2400); $t->setColor(0xff, 0xff, 0); $t->setHeight(1200); $t->addString("PHP generates Flash with Ming!!"); $m = new SWFMovie(); $m->setDimension(5400, 3600); $m->add($t); header('Content-type: application/x-shockwave-flash'); $m->output(); ?> ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swftext.html -- 5.0 Кб -- 03.02.2002
Похожие документы

1839. SWFMorph->getshape1
PHP Manual . Prev . Next . unknown) SWFMorph->getshape1 -- Gets a handle to the starting shape . mixed swfmorph->getshape1 ( (void);) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. swfmorph->getshape1() gets a handle to the morph's starting shape. swfmorph->getshape1() returns an swfshape() object. ... SWFMorph . ... SWFMorph->getshape2 ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfmorph.getshape1.html -- 3.9 Кб -- 03.02.2002
Похожие документы

1840. SWFMorph
PHP Manual . ... PHP 4 >= 4.0.5) SWFMorph -- Creates a new SWFMorph object. new swfmorph ( (void);) . ... I have no idea why, but this seems to work.. */ $s- setLeftFill($s- addFill( 0xff , 0, 0)); $s- movePenTo(- 1000 ,- 1000 ); $s- drawLine ( 2000 ,0); $s- drawLine (0, 2000 ); $s- drawLine (- 2000 ,0); $s- drawLine (0,- 2000 ); $s = $p- getShape2(); $s- setLine(60,0,0,0); $s- setLeftFill($s- addFill(0, 0, 0xff )); $s- movePenTo(0,- 1000 ); $s- drawLine ( 1000 , 1000 ); $s- ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfmorph.html -- 5.9 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования