diff --git a/ChangeLog b/ChangeLog index d66109abb..586e13b1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-08-10 Mike Kestner + + * pango/Pango.metadata : some pango_cairo fixup. + * pango/pango-api-2.10.raw : regen with pangocairo.h API. + * sources/gtk-sharp-2.10-sources.xml : don't exclude pangocairo.h. + 2006-08-10 Mike Kestner * parser/gapi2xml.pl : class parsing regex needs to handle protected diff --git a/doc/en/Pango/CairoHelper.xml b/doc/en/Pango/CairoHelper.xml new file mode 100644 index 000000000..a37019893 --- /dev/null +++ b/doc/en/Pango/CairoHelper.xml @@ -0,0 +1,216 @@ + + + + pango-sharp + 2.10.0.0 + + + System.Object + + + + + + Constructor + + + Do not use. + No instance methods exist for this class. + + + + + Method + + System.Void + + + + + + + a Cairo context. + The layout to render. + Renders the contents of a Layout on a context. + The top left corner of the Layout is located at the current point of the context. + + + + + Method + + System.Void + + + + + + + a cairo context. + a line in a layout. + Renders a layout line on a context. + The origin of the glyphs is located at the current point of the context. + + + + + Method + + System.Void + + + + + + + a cairo context. + a layout line. + Adds the glyphs in a line to the current path of a context. + The origin of the glyphs is located at the current point of the context. + + + + + Method + + System.Void + + + + + + + a cairo context. + a Pango context. + Updates a Pango context to match the transformation and target surface of a cairo context. + + + + + + Method + + System.Double + + + + + + a Pango context. + Gets the resolution for a context. + the dots per inch, or a negative value if none has been set. + + + + + + Method + + System.Void + + + + + + + + a cairo context. + a font. + a glyph string. + Adds a glyph string to the current path of a cairo context. + The origin of the glyph string is the current point of the context. + + + + + Method + + System.Void + + + + + + + a pango context. + dots per inch. + Sets the resolution for a context. + + + + + + Method + + Pango.Layout + + + + + + a cairo context. + Creates a pango layout for a cairo context. + a pango layout. + + + + + + Method + + System.Void + + + + + + + + a cairo context. + a font. + a glyph string. + Renders a glyph string to a cairo context. + The origin of the glyph string is located at the current point of the context. + + + + + Method + + System.Void + + + + + + + a cairo context. + a pango layout. + Updates the internal context of a pango layout to the transformation and target surface of a cairo context. + + + + + + Method + + System.Void + + + + + + + To be added. + To be added. + Adds the contents of a layout to the path of a cairo context. + The layout origin is located at the current point of the cairo context. + + + + + Cairo-related method provider. + + + + diff --git a/pango/Pango.metadata b/pango/Pango.metadata index a5a3f2a01..d858063d0 100644 --- a/pango/Pango.metadata +++ b/pango/Pango.metadata @@ -19,6 +19,7 @@ 1 1 1 + CairoHelper 1 1 1 @@ -27,6 +28,7 @@ 1 1 ref + 1 1 true 1 @@ -74,4 +76,5 @@ 1 1 1 + diff --git a/pango/pango-api-2.10.raw b/pango/pango-api-2.10.raw index 8e1a6611d..8189d2b74 100644 --- a/pango/pango-api-2.10.raw +++ b/pango/pango-api-2.10.raw @@ -206,6 +206,27 @@ + + + + + + + + + + + + + + + + + + + + + @@ -1894,6 +1915,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/gtk-sharp-2.10-sources.xml b/sources/gtk-sharp-2.10-sources.xml index 94911bcae..482d805e8 100644 --- a/sources/gtk-sharp-2.10-sources.xml +++ b/sources/gtk-sharp-2.10-sources.xml @@ -10,7 +10,6 @@ - pangocairo.h pangocairo-atsui.h pangocairo-atsuifont.h pangocairo-fc.h