From f56c72cac8ce793c02d9173096b0d8bfcc05b504 Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Sun, 21 Sep 2008 23:33:16 +0000 Subject: add docs for pango.Layout.get_font_description() fix #541510 svn path=/trunk/; revision=3045 --- docs/reference/pygtk-pangolayout.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'docs/reference/pygtk-pangolayout.xml') diff --git a/docs/reference/pygtk-pangolayout.xml b/docs/reference/pygtk-pangolayout.xml index 11e01d07..f0f08348 100644 --- a/docs/reference/pygtk-pangolayout.xml +++ b/docs/reference/pygtk-pangolayout.xml @@ -65,6 +65,11 @@ linkend="method-pangolayout--set-markup-with-accel">set_markup_with_accel get_font_description + + + + set_font_description desc @@ -476,6 +481,25 @@ character will be returned in accel_char. A literal using two accel_marker characters together. + + + pango.Layout.get_font_description + + + get_font_description + + + + Returns : + the layout's font description, or None + if the font description from the layout's context is inherited. + + + + The get_font_description() method returns + the font description for the layout, if any + + pango.Layout.set_font_description -- cgit v1.2.1