Re: [PHP-GTK-DOC] cvs: php-gtk-doc /manual/en/reference/pango pangofontsetsimple.xml
[email protected] ("Steph Fox")
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <022601c6e9c5$085512a0$6602a8c0@foxbox> |
Apparently so (haven't tested): PangoFontsetSimple ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ constructors (1 written, 0 skipped) methods (2 written, 0 skipped) If you have any trouble when testing it, please report it! - Steph ----- Original Message ----- From: "Elizabeth Marie Smith" <[email protected]> To: <[email protected]> Sent: Saturday, October 07, 2006 12:36 AM Subject: [PHP-GTK-DOC] cvs: php-gtk-doc /manual/en/reference/pango pangofontsetsimple.xml > auroraeosrose Fri Oct 6 22:36:45 2006 UTC > > Modified files: > /php-gtk-doc/manual/en/reference/pango pangofontsetsimple.xml > Log: > Daily Doc - GtkFontSetSimple descriptions (does this have a constructor?) > > http://cvs.php.net/viewvc.cgi/php-gtk-doc/manual/en/reference/pango/pangofontsetsimple.xml?r1=1.3&r2=1.4&diff_format=u > Index: php-gtk-doc/manual/en/reference/pango/pangofontsetsimple.xml > diff -u php-gtk-doc/manual/en/reference/pango/pangofontsetsimple.xml:1.3 > php-gtk-doc/manual/en/reference/pango/pangofontsetsimple.xml:1.4 > --- php-gtk-doc/manual/en/reference/pango/pangofontsetsimple.xml:1.3 Fri > Aug 11 05:15:34 2006 > +++ php-gtk-doc/manual/en/reference/pango/pangofontsetsimple.xml Fri Oct > 6 22:36:45 2006 > @@ -1,14 +1,19 @@ > <?xml version="1.0" encoding="utf-8" ?> > -<!-- $Revision: 1.3 $ --> > +<!-- $Revision: 1.4 $ --> > <classentry id="pango.pangofontsetsimple"> > <classmeta> > <classtitle>PangoFontsetSimple</classtitle> > <classparent>PangoFontset</classparent> > <shortdesc> > - > + A simple container for storing font objects. > </shortdesc> > <desc> > - > + <para> > + A subclass of <classname>PangoFontset</classname> that provides a > simple > + container for storing a set of <classname>PangoFont</classname> > objects. The > + set of fonts in the object are assemble by using the <function > + class="PangoFontSetSimple">append</function> method. > + </para> > </desc> > </classmeta> > > @@ -22,10 +27,13 @@ > </funcprototype> > </funcsynopsis> > <shortdesc> > - > + Add a <classname>PangoFont</classname> to the object. > </shortdesc> > <desc> > - > + <para> > + Adds a <classname>PangoFont</classname> object specified by > + <literal>font</literal> to the fontset. > + </para> > </desc> > </method> > > @@ -37,10 +45,13 @@ > </funcprototype> > </funcsynopsis> > <shortdesc> > - > + Returns the number of fonts in the fontset. > </shortdesc> > <desc> > - > + <para> > + This method counts and returns the number of > + <classname>PangoFont</classname> objects stored in the fontset. > + </para> > </desc> > </method> > > > -- > PHP-GTK Documentation Mailing List (http://gtk.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > __________ NOD32 1.1380 (20060125) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > >