From 00900468a96f47c80f8c0b15844b5d05fc845f15 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Tue, 25 Apr 2000 00:29:12 +0000 Subject: Updates for recent API changes. Mon Apr 24 20:28:31 2000 Owen Taylor * docs/**: Updates for recent API changes. --- docs/tmpl/layout.sgml | 55 ++++++++++++++++++++++ docs/tmpl/pango-unused.sgml | 103 +++++++++++++++++++++++++---------------- docs/tmpl/text-attributes.sgml | 19 ++++++++ docs/tmpl/x-rendering.sgml | 2 +- 4 files changed, 139 insertions(+), 40 deletions(-) (limited to 'docs/tmpl') diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml index 66a8dae3..b0ee815f 100644 --- a/docs/tmpl/layout.sgml +++ b/docs/tmpl/layout.sgml @@ -145,6 +145,24 @@ fields. @Returns: + + + + + +@layout: +@Returns: + + + + + + + +@layout: +@spacing: + + @@ -226,6 +244,30 @@ for partial lines. @pos: + + + + + +@layout: +@index: +@strong_pos: +@weak_pos: + + + + + + + +@layout: +@old_index: +@old_trailing: +@direction: +@new_index: +@new_trailing: + + @@ -337,6 +379,19 @@ a #PangoLayoutLine. @x_pos: @index: @trailing: + @Returns: + + + + + +@line: +@start_index: +@end_index: +@ranges: +@n_ranges: + + diff --git a/docs/tmpl/pango-unused.sgml b/docs/tmpl/pango-unused.sgml index ff507979..a2882e7d 100644 --- a/docs/tmpl/pango-unused.sgml +++ b/docs/tmpl/pango-unused.sgml @@ -1,32 +1,22 @@ - - - +======= -@line: -@x_pos: -@char_pos: -@trailing: - +======= - - -@text: -@length: -@analysis: -@glyphs: -@x_pos: -@char_pos: -@trailing: +@coverage: +>>>>>>> 1.8 -@font: +@line: +@x_pos: +@char_pos: +@trailing: <<<<<<< pango-unused.sgml @@ -52,27 +42,16 @@ that may be accessed by derived classes: +>>>>>>> 1.8 - -#PangoCFontClass *klass; -a pointer to the class structure - for this font. - - +<<<<<<< pango-unused.sgml -@klass: +@font: - +======= - - -@font: -@xlfd: -@ranges: -@n_ranges: -@Returns: @@ -80,7 +59,14 @@ that may be accessed by derived classes: @context: -@size: +@size: ======= +@text: +@length: +@analysis: +@glyphs: +@char_pos: +@trailing: +@x_pos: >>>>>>> 1.8 @@ -120,35 +106,64 @@ indices. X Rendering +======= +>>>>>>> 1.8 -@font: +<<<<<<< pango-unused.sgml + +@coverage: ======= +@font: >>>>>>> 1.8 + +<<<<<<< pango-unused.sgml +>>>>>>> 1.8 +<<<<<<< pango-unused.sgml + @font: +@xlfd: +@ranges: +@n_ranges: +@Returns: ======= +@font: >>>>>>> 1.8 + +<<<<<<< pango-unused.sgml +>>>>>>> 1.8 +<<<<<<< pango-unused.sgml + +@string: ======= @layout: -@width: +@width: >>>>>>> 1.8 + +<<<<<<< pango-unused.sgml +>>>>>>> 1.8 +<<<<<<< pango-unused.sgml + +@font: +@xlfd: +@Returns: ======= @font: @glyphs: @lbearing: @@ -157,27 +172,37 @@ X Rendering @ascent: @descent: @logical_ascent: -@logical_descent: +@logical_descent: >>>>>>> 1.8 + +<<<<<<< pango-unused.sgml +>>>>>>> 1.8 +<<<<<<< pango-unused.sgml +======= +>>>>>>> 1.8 + +<<<<<<< pango-unused.sgml -@coverage: +>>>>>>> 1.8 +<<<<<<< pango-unused.sgml + @text: @length: @analysis: @glyphs: +@x_pos: @char_pos: @trailing: -@x_pos: diff --git a/docs/tmpl/text-attributes.sgml b/docs/tmpl/text-attributes.sgml index 7430f77a..66f025d6 100644 --- a/docs/tmpl/text-attributes.sgml +++ b/docs/tmpl/text-attributes.sgml @@ -34,6 +34,7 @@ attribute is listed in parentheses after the description. @PANGO_ATTR_VARIANT: font variant (normal or small caps) (#PangoAttrInt) @PANGO_ATTR_STRETCH: font stretch (#PangoAttrInt) @PANGO_ATTR_SIZE: font size in 1000th's of a point (#PangoAttrInt) +@PANGO_ATTR_FONT_DESC: @PANGO_ATTR_FOREGROUND: foreground color (#PangoAttrColor) @PANGO_ATTR_BACKGROUND: background color (#PangoAttrColor) @PANGO_ATTR_UNDERLINE: whether the text has an underline (#PangoAttrInt) @@ -96,6 +97,15 @@ a integer or enumeration value. @attr: the common portion of the attribute @value: the value of the attribute + + +The #PangoAttrFontDesc structure is used to store an attribute that +sets all aspects of the font description at once. + + +@attr: the common portion of the attribute +@desc: the font description which is the value of this attribute + @@ -195,6 +205,15 @@ a integer or enumeration value. @Returns: + + + + + +@desc: +@Returns: + + diff --git a/docs/tmpl/x-rendering.sgml b/docs/tmpl/x-rendering.sgml index 844e685e..32a83c4d 100644 --- a/docs/tmpl/x-rendering.sgml +++ b/docs/tmpl/x-rendering.sgml @@ -65,7 +65,7 @@ the corresponding PangoGetGCFunc. The function used here will typically retrieve information from the context with pango_context_set_data(). -@context: the #PangoContext +@context: the #PangoContext @gc: the GC to free -- cgit v1.2.1