cvs: php-gtk-doc /manual/en/reference/pango pangofontface.xml
[email protected] ("Anant Narayanan")
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <cvsanant1159661267@cvsserver> |
anant Sun Oct 1 00:07:47 2006 UTC
Modified files:
/php-gtk-doc/manual/en/reference/pango pangofontface.xml
Log:
PangoFontFace docs by Elizabeth
http://cvs.php.net/viewvc.cgi/php-gtk-doc/manual/en/reference/pango/pangofontface.xml?r1=1.3&r2=1.4&diff_format=u
Index: php-gtk-doc/manual/en/reference/pango/pangofontface.xml
diff -u php-gtk-doc/manual/en/reference/pango/pangofontface.xml:1.3 php-gtk-doc/manual/en/reference/pango/pangofontface.xml:1.4
--- php-gtk-doc/manual/en/reference/pango/pangofontface.xml:1.3 Fri Aug 11 05:15:34 2006
+++ php-gtk-doc/manual/en/reference/pango/pangofontface.xml Sun Oct 1 00:07:47 2006
@@ -1,14 +1,18 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- $Revision: 1.4 $ -->
<classentry id="pango.pangofontface">
<classmeta>
<classtitle>PangoFontFace</classtitle>
<classparent>GObject</classparent>
<shortdesc>
-
+ An object that represents a group of fonts with varying sizes.
</shortdesc>
<desc>
-
+ A <classname>PangoFontFace</classname> object represents a group of fonts
+ with the same family, weight, slant, stretch and width but varying sizes. A
+ list of font faces can be retrieved from a
+ <classname>PangoFontFamily</classname> object using the
+ <function class="PangoFontFamily">list_faces</function> method.
</desc>
</classmeta>
@@ -22,10 +26,12 @@
</funcprototype>
</funcsynopsis>
<shortdesc>
-
+ Returns a <classname>PangoFontDescription</classname> object.
</shortdesc>
<desc>
-
+ This method returns a <classname>PangoFontDescription</classname> object
+ with the family, style, variant, weight and stretch information entered. The
+ size will be unset.
</desc>
</method>
@@ -37,10 +43,11 @@
</funcprototype>
</funcsynopsis>
<shortdesc>
-
+ Returns the name of the font face.
</shortdesc>
<desc>
-
+ This method returns a string representing this font face. The name is unique
+ among all faces in the family and is suitable for displaying to users.
</desc>
</method>
@@ -52,13 +59,14 @@
</funcprototype>
</funcsynopsis>
<shortdesc>
-
+ Returns a list of available font sizes.
</shortdesc>
<desc>
-
+ Returns a list of available font face sizes in pango units.
</desc>
</method>
</methods>
</classentry>
+