From 4c8d1c19733bc38f80b6eb3023ef9adc5433b854 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Fri, 8 Jul 2005 21:41:01 +0000 Subject: [PATCH] 2005-07-08 Mike Kestner * pango/*.raw : regen. * sources/gtk-sharp-2.4-sources.xml : exclude some xft and fc files. * sources/gtk-sharp-2.6-sources.xml : exclude some xft and fc files. svn path=/trunk/gtk-sharp/; revision=47124 --- ChangeLog | 6 + doc/en/Pango/FcDecoder.xml | 93 ------------ doc/en/Pango/FcDecoderFindFunc.xml | 23 --- doc/en/Pango/FcFont.xml | 89 ----------- doc/en/Pango/FcFontMap.xml | 92 ------------ doc/en/Pango/Xft.xml | 30 ---- doc/en/Pango/XftRenderer.xml | 77 ---------- doc/en/index.xml | 6 - pango/pango-api-2.4.raw | 71 --------- pango/pango-api-2.6.raw | 229 ----------------------------- sources/gtk-sharp-2.4-sources.xml | 9 +- sources/gtk-sharp-2.6-sources.xml | 11 ++ 12 files changed, 24 insertions(+), 712 deletions(-) delete mode 100644 doc/en/Pango/FcDecoder.xml delete mode 100644 doc/en/Pango/FcDecoderFindFunc.xml delete mode 100644 doc/en/Pango/FcFont.xml delete mode 100644 doc/en/Pango/FcFontMap.xml delete mode 100644 doc/en/Pango/Xft.xml delete mode 100644 doc/en/Pango/XftRenderer.xml diff --git a/ChangeLog b/ChangeLog index 5d9866be5..85a14518f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-08 Mike Kestner + + * pango/*.raw : regen. + * sources/gtk-sharp-2.4-sources.xml : exclude some xft and fc files. + * sources/gtk-sharp-2.6-sources.xml : exclude some xft and fc files. + 2005-07-07 Dan Winship * gnome/Gnome.metadata: opaquify ModuleInfo and hide the types diff --git a/doc/en/Pango/FcDecoder.xml b/doc/en/Pango/FcDecoder.xml deleted file mode 100644 index 004b7d59c..000000000 --- a/doc/en/Pango/FcDecoder.xml +++ /dev/null @@ -1,93 +0,0 @@ - - - - pango-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.6.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - A virtual base class that implementations will inherit from. - It is the interface that is used to define a custom encoding for a font. These objects are created in your code from a function callback that was originally registered with . Pango requires information about the supported charset for a font as well as the individual character to glyph conversions. Pango gets that information via the GetCharset and GetGlyph callbacks into your object implementation. - - - - GLib.Object - - - - - - - Method - - System.UInt32 - - - - - - - This returns a single for a given unicode code point. - a - a - a - For complex scripts where there can be multiple glyphs for a single character, the decoder will return whatever glyph is most convenient for it. (Usually whatever glyph is directly in the fonts character map table.) - - - - - Constructor - - - - - - Protected Constructor. - a - Chain to this constructor if you have manually registered a native value for your subclass. - - - - System.Obsolete(Message=null, IsError=False) - - - - - - Constructor - - - - - - Internal constructor - a - This is not typically used by C# code. - - - - - Constructor - - - - Default constructor - - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - diff --git a/doc/en/Pango/FcDecoderFindFunc.xml b/doc/en/Pango/FcDecoderFindFunc.xml deleted file mode 100644 index 935f80009..000000000 --- a/doc/en/Pango/FcDecoderFindFunc.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - pango-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.6.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - This will be called whenever new fonts are created. - If the function returns a , that decoder will be used to determine both coverage via a and a one-to-one mapping of characters to glyphs. This will allow applications to have application-specific encodings for various fonts. - To be added. - - - - System.Delegate - - - - Pango.FcDecoder - - - diff --git a/doc/en/Pango/FcFont.xml b/doc/en/Pango/FcFont.xml deleted file mode 100644 index 1721d6f5a..000000000 --- a/doc/en/Pango/FcFont.xml +++ /dev/null @@ -1,89 +0,0 @@ - - - - pango-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.6.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Base font class for Fontconfig-based backends - - is a base class for font implementation using the FontConfig and FreeType libraries. It is used in the Xft and FreeType backends shipped with Pango, but can also be used when creating new backends. Any backend deriving from this base class will take advantage of the wide range of shapers implemented using FreeType that come with Pango. - - - - Pango.Font - - - - - - - Constructor - - - - - - Internal constructor - a - - - - - System.Obsolete(Message=null, IsError=False) - - - - - - Constructor - - - - - - Internal constructor - a - - - - - - Constructor - - - - Internal constructor - - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Method - - System.Void - - - - To be added - To be added - - - - - diff --git a/doc/en/Pango/FcFontMap.xml b/doc/en/Pango/FcFontMap.xml deleted file mode 100644 index 77e774aa1..000000000 --- a/doc/en/Pango/FcFontMap.xml +++ /dev/null @@ -1,92 +0,0 @@ - - - - pango-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.6.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Base fontmap class for Fontconfig-based backends - - is a base class for font map implementations using the FontConfig and FreeType libraries. It is used in the Xft and FreeType backends shipped with Pango, but can also be used when creating new backends. Any backend deriving from this base class will take advantage of the wide range of shapers implemented using FreeType that come with Pango. - - - - Pango.FontMap - - - - - - - Constructor - - - - - - Internal constructor - a - - - - - System.Obsolete(Message=null, IsError=False) - - - - - - Constructor - - - - - - Internal constructor - a - - - - - - Constructor - - - - Internal constructor - - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Method - - System.Void - - - - - - To be added - a - To be added - - - - - diff --git a/doc/en/Pango/Xft.xml b/doc/en/Pango/Xft.xml deleted file mode 100644 index d7a78a68a..000000000 --- a/doc/en/Pango/Xft.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - pango-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.6.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - - System.Object - - - - - - Constructor - - - - To be added - To be added - - - - diff --git a/doc/en/Pango/XftRenderer.xml b/doc/en/Pango/XftRenderer.xml deleted file mode 100644 index 754e372cd..000000000 --- a/doc/en/Pango/XftRenderer.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - - pango-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.6.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - - Pango.Renderer - - - - - - - Constructor - - - - - - Protected Constructor. - a - Chain to this constructor if you have manually registered a native value for your subclass. - - - - System.Obsolete(Message=null, IsError=False) - - - - - - Constructor - - - - - - Internal constructor - a - This is not typically used by C# code. - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Property - - Pango.Color - - - To be added - a - To be added - - - - diff --git a/doc/en/index.xml b/doc/en/index.xml index 2bf831e9e..cb87ffbbf 100644 --- a/doc/en/index.xml +++ b/doc/en/index.xml @@ -104,11 +104,8 @@ - - - @@ -132,11 +129,8 @@ - - - diff --git a/pango/pango-api-2.4.raw b/pango/pango-api-2.4.raw index 4d9cfa271..5a1e65a60 100644 --- a/pango/pango-api-2.4.raw +++ b/pango/pango-api-2.4.raw @@ -235,77 +235,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pango/pango-api-2.6.raw b/pango/pango-api-2.6.raw index aaa0dce95..ed2cc2f09 100644 --- a/pango/pango-api-2.6.raw +++ b/pango/pango-api-2.6.raw @@ -190,13 +190,6 @@ - - - - - - - @@ -276,124 +269,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -986,53 +861,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -2199,62 +2027,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/sources/gtk-sharp-2.4-sources.xml b/sources/gtk-sharp-2.4-sources.xml index 4e160acfd..fac75ad6e 100644 --- a/sources/gtk-sharp-2.4-sources.xml +++ b/sources/gtk-sharp-2.4-sources.xml @@ -10,14 +10,19 @@ + pangofc-font.c + pangofc-font.h + pangofc-fontmap.c + pangofc-fontmap.h + pangofc-private.h pangox-fontcache.c pangox-fontmap.c pangox-private.h pangox.h pangox.c pangoxft.h - pangoxft-font.h - pangoxft-fontmap.h + pangoxft-font.c + pangoxft-fontmap.c pangoxft-private.h pango-script-lang-table.h pango-script-table.h diff --git a/sources/gtk-sharp-2.6-sources.xml b/sources/gtk-sharp-2.6-sources.xml index b82c1ecd5..4171f4916 100644 --- a/sources/gtk-sharp-2.6-sources.xml +++ b/sources/gtk-sharp-2.6-sources.xml @@ -10,15 +10,26 @@ + pangofc-decoder.c + pangofc-decoder.h + pangofc-font.c + pangofc-font.h + pangofc-fontmap.c + pangofc-fontmap.h + pangofc-private.h pangox-fontcache.c pangox-fontmap.c pangox-private.h pangox.h pangox.c pangoxft.h + pangoxft-font.c pangoxft-font.h + pangoxft-fontmap.c pangoxft-fontmap.h pangoxft-private.h + pangoxft-render.c + pangoxft-render.h pango-script-lang-table.h pango-script-table.h