<?xml version="1.0"?> <assemblies> <assembly name="pango-sharp" version="1.0.0.0"> <attributes> <attribute name="System.Reflection.AssemblyKeyFileAttribute"> <properties> <property name="KeyFile" value="gtk-sharp.snk" /> </properties> </attribute> <attribute name="System.Reflection.AssemblyDelaySignAttribute"> <properties> <property name="DelaySign" value="False" /> </properties> </attribute> </attributes> <namespaces> <namespace name="Pango"> <classes> <class name="Alignment" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Reflection.MonoField"> <interfaces> <interface name="System.IComparable" /> <interface name="System.IConvertible" /> <interface name="System.IFormattable" /> </interfaces> <fields> <field name="Center" attrib="32854" fieldtype="Pango.Alignment" value="1" /> <field name="Left" attrib="32854" fieldtype="Pango.Alignment" value="0" /> <field name="Right" attrib="32854" fieldtype="Pango.Alignment" value="2" /> </fields> </class> <class name="Analysis" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="Level" attrib="6" fieldtype="System.Byte" /> <field name="Zero" attrib="22" fieldtype="Pango.Analysis" /> </fields> <properties> <property name="font" attrib="1536" ptype="Pango.Font" params=""> <methods> <method name="get_font()" returntype="Pango.Font"> <parameters /> </method> <method name="set_font(Pango.Font)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="Pango.Font" /> </parameters> </method> </methods> </property> <property name="lang_engine" attrib="1536" ptype="Pango.EngineLang" params=""> <methods> <method name="get_lang_engine()" returntype="Pango.EngineLang"> <parameters /> </method> <method name="set_lang_engine(Pango.EngineLang)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="Pango.EngineLang" /> </parameters> </method> </methods> </property> <property name="language" attrib="1536" ptype="Pango.Language" params=""> <methods> <method name="get_language()" returntype="Pango.Language"> <parameters /> </method> <method name="set_language(Pango.Language)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="Pango.Language" /> </parameters> </method> </methods> </property> <property name="shape_engine" attrib="1536" ptype="Pango.EngineShape" params=""> <methods> <method name="get_shape_engine()" returntype="Pango.EngineShape"> <parameters /> </method> <method name="set_shape_engine(Pango.EngineShape)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="Pango.EngineShape" /> </parameters> </method> </methods> </property> </properties> <methods> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.Analysis"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> </methods> </class> <class name="Attr" type="class" base="System.Object" charset="Ansi" layout="Auto"> <constructors> <constructor name=".ctor()" attrib="6278"> <parameters /> </constructor> </constructors> <methods> <method name="BackgroundNew(System.UInt16, System.UInt16, System.UInt16)" attrib="150" returntype="Pango.Attribute"> <parameters> <parameter name="red" position="0" attrib="0" type="System.UInt16" /> <parameter name="green" position="1" attrib="0" type="System.UInt16" /> <parameter name="blue" position="2" attrib="0" type="System.UInt16" /> </parameters> </method> <method name="FamilyNew(System.String)" attrib="150" returntype="Pango.Attribute"> <parameters> <parameter name="family" position="0" attrib="0" type="System.String" /> </parameters> </method> <method name="ForegroundNew(System.UInt16, System.UInt16, System.UInt16)" attrib="150" returntype="Pango.Attribute"> <parameters> <parameter name="red" position="0" attrib="0" type="System.UInt16" /> <parameter name="green" position="1" attrib="0" type="System.UInt16" /> <parameter name="blue" position="2" attrib="0" type="System.UInt16" /> </parameters> </method> <method name="RiseNew(System.Int32)" attrib="150" returntype="Pango.Attribute"> <parameters> <parameter name="rise" position="0" attrib="0" type="System.Int32" /> </parameters> </method> <method name="ScaleNew(System.Double)" attrib="150" returntype="Pango.Attribute"> <parameters> <parameter name="scale_factor" position="0" attrib="0" type="System.Double" /> </parameters> </method> <method name="SizeNew(System.Int32)" attrib="150" returntype="Pango.Attribute"> <parameters> <parameter name="size" position="0" attrib="0" type="System.Int32" /> </parameters> </method> <method name="StretchNew(Pango.Stretch)" attrib="150" returntype="Pango.Attribute"> <parameters> <parameter name="stretch" position="0" attrib="0" type="Pango.Stretch" /> </parameters> </method> <method name="StrikethroughNew(System.Boolean)" attrib="150" returntype="Pango.Attribute"> <parameters> <parameter name="strikethrough" position="0" attrib="0" type="System.Boolean" /> </parameters> </method> <method name="StyleNew(Pango.Style)" attrib="150" returntype="Pango.Attribute"> <parameters> <parameter name="style" position="0" attrib="0" type="Pango.Style" /> </parameters> </method> <method name="TypeRegister(System.String)" attrib="150" returntype="Pango.AttrType"> <parameters> <parameter name="name" position="0" attrib="0" type="System.String" /> </parameters> </method> <method name="UnderlineNew(Pango.Underline)" attrib="150" returntype="Pango.Attribute"> <parameters> <parameter name="underline" position="0" attrib="0" type="Pango.Underline" /> </parameters> </method> <method name="VariantNew(Pango.Variant)" attrib="150" returntype="Pango.Attribute"> <parameters> <parameter name="variant" position="0" attrib="0" type="Pango.Variant" /> </parameters> </method> <method name="WeightNew(Pango.Weight)" attrib="150" returntype="Pango.Attribute"> <parameters> <parameter name="weight" position="0" attrib="0" type="Pango.Weight" /> </parameters> </method> </methods> </class> <class name="AttrClass" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="Type" attrib="6" fieldtype="Pango.AttrType" /> <field name="Zero" attrib="22" fieldtype="Pango.AttrClass" /> </fields> <methods> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.AttrClass"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> </methods> </class> <class name="AttrColor" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="Attr" attrib="6" fieldtype="Pango.Attribute" /> <field name="Color" attrib="6" fieldtype="Pango.Color" /> <field name="Zero" attrib="22" fieldtype="Pango.AttrColor" /> </fields> <methods> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.AttrColor"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> </methods> </class> <class name="AttrFilterFunc" type="delegate" base="System.MulticastDelegate" sealed="true" serializable="true" charset="Ansi" layout="Auto"> <interfaces> <interface name="System.ICloneable" /> <interface name="System.Runtime.Serialization.ISerializable" /> </interfaces> <constructors> <constructor name=".ctor(System.Object, System.IntPtr)" attrib="6278"> <parameters> <parameter name="object" position="0" attrib="0" type="System.Object" /> <parameter name="method" position="1" attrib="0" type="System.IntPtr" /> </parameters> </constructor> </constructors> <methods> <method name="BeginInvoke(Pango.Attribute, System.AsyncCallback, System.Object)" attrib="454" returntype="System.IAsyncResult"> <parameters> <parameter name="attribute" position="0" attrib="0" type="Pango.Attribute" /> <parameter name="callback" position="1" attrib="0" type="System.AsyncCallback" /> <parameter name="object" position="2" attrib="0" type="System.Object" /> </parameters> </method> <method name="EndInvoke(System.IAsyncResult)" attrib="454" returntype="System.Boolean"> <parameters> <parameter name="result" position="0" attrib="0" type="System.IAsyncResult" /> </parameters> </method> <method name="Invoke(Pango.Attribute)" attrib="198" returntype="System.Boolean"> <parameters> <parameter name="attribute" position="0" attrib="0" type="Pango.Attribute" /> </parameters> </method> </methods> </class> <class name="AttrFloat" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="Attr" attrib="6" fieldtype="Pango.Attribute" /> <field name="Value" attrib="6" fieldtype="System.Double" /> <field name="Zero" attrib="22" fieldtype="Pango.AttrFloat" /> </fields> <methods> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.AttrFloat"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> </methods> </class> <class name="AttrFontDesc" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="Attr" attrib="6" fieldtype="Pango.Attribute" /> <field name="Zero" attrib="22" fieldtype="Pango.AttrFontDesc" /> </fields> <properties> <property name="desc" attrib="1536" ptype="Pango.FontDescription" params=""> <methods> <method name="get_desc()" returntype="Pango.FontDescription"> <parameters /> </method> <method name="set_desc(Pango.FontDescription)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="Pango.FontDescription" /> </parameters> </method> </methods> </property> </properties> <methods> <method name="New(Pango.FontDescription)" attrib="150" returntype="Pango.AttrFontDesc"> <parameters> <parameter name="desc" position="0" attrib="0" type="Pango.FontDescription" /> </parameters> </method> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.AttrFontDesc"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> </methods> </class> <class name="AttrInt" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="Attr" attrib="6" fieldtype="Pango.Attribute" /> <field name="Value" attrib="6" fieldtype="System.Int32" /> <field name="Zero" attrib="22" fieldtype="Pango.AttrInt" /> </fields> <methods> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.AttrInt"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> </methods> </class> <class name="AttrIterator" type="class" base="GLib.Opaque" charset="Ansi" layout="Auto"> <interfaces> <interface name="GLib.IWrapper" /> </interfaces> <constructors> <constructor name=".ctor(System.IntPtr)" attrib="6278"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </constructor> </constructors> <properties> <property name="Attrs" attrib="1536" ptype="Pango.Attribute[]" params=""> <methods> <method name="get_Attrs()" returntype="Pango.Attribute[]"> <parameters /> </method> </methods> </property> </properties> <methods> <method name="Copy()" attrib="134" returntype="Pango.AttrIterator"> <parameters /> </method> <method name="Destroy()" attrib="134" returntype="System.Void"> <parameters /> </method> <method name="Get(Pango.AttrType)" attrib="134" returntype="Pango.Attribute"> <parameters> <parameter name="type" position="0" attrib="0" type="Pango.AttrType" /> </parameters> </method> <method name="GetFont(out Pango.FontDescription&, out Pango.Language&, out Pango.Attribute[]&)" attrib="134" returntype="System.Void"> <parameters> <parameter name="desc" position="0" attrib="2" type="Pango.FontDescription&" direction="out" /> <parameter name="language" position="1" attrib="2" type="Pango.Language&" direction="out" /> <parameter name="extra_attrs" position="2" attrib="2" type="Pango.Attribute[]&" direction="out" /> </parameters> </method> <method name="Next()" attrib="134" returntype="System.Boolean"> <parameters /> </method> <method name="Range(out System.Int32&, out System.Int32&)" attrib="134" returntype="System.Void"> <parameters> <parameter name="start" position="0" attrib="2" type="System.Int32&" direction="out" /> <parameter name="end" position="1" attrib="2" type="System.Int32&" direction="out" /> </parameters> </method> </methods> </class> <class name="AttrLanguage" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="Attr" attrib="6" fieldtype="Pango.Attribute" /> <field name="Zero" attrib="22" fieldtype="Pango.AttrLanguage" /> </fields> <properties> <property name="value" attrib="1536" ptype="Pango.Language" params=""> <methods> <method name="get_value()" returntype="Pango.Language"> <parameters /> </method> <method name="set_value(Pango.Language)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="Pango.Language" /> </parameters> </method> </methods> </property> </properties> <methods> <method name="New(Pango.Language)" attrib="150" returntype="Pango.AttrLanguage"> <parameters> <parameter name="language" position="0" attrib="0" type="Pango.Language" /> </parameters> </method> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.AttrLanguage"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> </methods> </class> <class name="AttrList" type="class" base="GLib.Opaque" charset="Ansi" layout="Auto"> <interfaces> <interface name="GLib.IWrapper" /> </interfaces> <constructors> <constructor name=".ctor()" attrib="6278"> <parameters /> </constructor> <constructor name=".ctor(System.IntPtr)" attrib="6278"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </constructor> </constructors> <properties> <property name="GType" attrib="1536" ptype="GLib.GType" params=""> <methods> <method name="get_GType()" returntype="GLib.GType"> <parameters /> </method> </methods> </property> <property name="Iterator" attrib="1536" ptype="Pango.AttrIterator" params=""> <methods> <method name="get_Iterator()" returntype="Pango.AttrIterator"> <parameters /> </method> </methods> </property> </properties> <methods> <method name="Change(Pango.Attribute)" attrib="134" returntype="System.Void"> <parameters> <parameter name="attr" position="0" attrib="0" type="Pango.Attribute" /> </parameters> </method> <method name="Copy()" attrib="134" returntype="Pango.AttrList"> <parameters /> </method> <method name="Filter(Pango.AttrFilterFunc)" attrib="134" returntype="Pango.AttrList"> <parameters> <parameter name="func" position="0" attrib="0" type="Pango.AttrFilterFunc" /> </parameters> </method> <method name="Insert(Pango.Attribute)" attrib="134" returntype="System.Void"> <parameters> <parameter name="attr" position="0" attrib="0" type="Pango.Attribute" /> </parameters> </method> <method name="InsertBefore(Pango.Attribute)" attrib="134" returntype="System.Void"> <parameters> <parameter name="attr" position="0" attrib="0" type="Pango.Attribute" /> </parameters> </method> <method name="Ref()" attrib="134" returntype="System.Void"> <parameters /> </method> <method name="Splice(Pango.AttrList, System.Int32, System.Int32)" attrib="134" returntype="System.Void"> <parameters> <parameter name="other" position="0" attrib="0" type="Pango.AttrList" /> <parameter name="pos" position="1" attrib="0" type="System.Int32" /> <parameter name="len" position="2" attrib="0" type="System.Int32" /> </parameters> </method> <method name="Unref()" attrib="134" returntype="System.Void"> <parameters /> </method> </methods> </class> <class name="AttrShape" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="Attr" attrib="6" fieldtype="Pango.Attribute" /> <field name="InkRect" attrib="6" fieldtype="Pango.Rectangle" /> <field name="LogicalRect" attrib="6" fieldtype="Pango.Rectangle" /> <field name="Zero" attrib="22" fieldtype="Pango.AttrShape" /> </fields> <methods> <method name="New(Pango.Rectangle, Pango.Rectangle)" attrib="150" returntype="Pango.AttrShape"> <parameters> <parameter name="ink_rect" position="0" attrib="0" type="Pango.Rectangle" /> <parameter name="logical_rect" position="1" attrib="0" type="Pango.Rectangle" /> </parameters> </method> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.AttrShape"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> </methods> </class> <class name="AttrString" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="Attr" attrib="6" fieldtype="Pango.Attribute" /> <field name="Value" attrib="6" fieldtype="System.String" /> <field name="Zero" attrib="22" fieldtype="Pango.AttrString" /> </fields> <methods> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.AttrString"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> </methods> </class> <class name="AttrType" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Reflection.MonoField"> <interfaces> <interface name="System.IComparable" /> <interface name="System.IConvertible" /> <interface name="System.IFormattable" /> </interfaces> <fields> <field name="Background" attrib="32854" fieldtype="Pango.AttrType" value="10" /> <field name="Family" attrib="32854" fieldtype="Pango.AttrType" value="2" /> <field name="FontDesc" attrib="32854" fieldtype="Pango.AttrType" value="8" /> <field name="Foreground" attrib="32854" fieldtype="Pango.AttrType" value="9" /> <field name="Invalid" attrib="32854" fieldtype="Pango.AttrType" value="0" /> <field name="Language" attrib="32854" fieldtype="Pango.AttrType" value="1" /> <field name="Rise" attrib="32854" fieldtype="Pango.AttrType" value="13" /> <field name="Scale" attrib="32854" fieldtype="Pango.AttrType" value="15" /> <field name="Shape" attrib="32854" fieldtype="Pango.AttrType" value="14" /> <field name="Size" attrib="32854" fieldtype="Pango.AttrType" value="7" /> <field name="Stretch" attrib="32854" fieldtype="Pango.AttrType" value="6" /> <field name="Strikethrough" attrib="32854" fieldtype="Pango.AttrType" value="12" /> <field name="Style" attrib="32854" fieldtype="Pango.AttrType" value="3" /> <field name="Underline" attrib="32854" fieldtype="Pango.AttrType" value="11" /> <field name="Variant" attrib="32854" fieldtype="Pango.AttrType" value="5" /> <field name="Weight" attrib="32854" fieldtype="Pango.AttrType" value="4" /> </fields> </class> <class name="Attribute" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="EndIndex" attrib="6" fieldtype="System.UInt32" /> <field name="StartIndex" attrib="6" fieldtype="System.UInt32" /> <field name="Zero" attrib="22" fieldtype="Pango.Attribute" /> </fields> <properties> <property name="klass" attrib="1536" ptype="Pango.AttrClass" params=""> <methods> <method name="get_klass()" returntype="Pango.AttrClass"> <parameters /> </method> </methods> </property> </properties> <methods> <method name="Copy()" attrib="134" returntype="Pango.Attribute"> <parameters /> </method> <method name="Destroy()" attrib="134" returntype="System.Void"> <parameters /> </method> <method name="Equal(Pango.Attribute)" attrib="134" returntype="System.Boolean"> <parameters> <parameter name="attr2" position="0" attrib="0" type="Pango.Attribute" /> </parameters> </method> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.Attribute"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> </methods> </class> <class name="Color" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="Blue" attrib="6" fieldtype="System.UInt16" /> <field name="Green" attrib="6" fieldtype="System.UInt16" /> <field name="Red" attrib="6" fieldtype="System.UInt16" /> <field name="Zero" attrib="22" fieldtype="Pango.Color" /> </fields> <properties> <property name="GType" attrib="1536" ptype="GLib.GType" params=""> <methods> <method name="get_GType()" returntype="GLib.GType"> <parameters /> </method> </methods> </property> </properties> <methods> <method name="Copy()" attrib="134" returntype="Pango.Color"> <parameters /> </method> <method name="Free()" attrib="134" returntype="System.Void"> <parameters /> </method> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.Color"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> <method name="Parse(System.String)" attrib="134" returntype="System.Boolean"> <parameters> <parameter name="spec" position="0" attrib="0" type="System.String" /> </parameters> </method> </methods> </class> <class name="Context" type="class" base="GLib.Object" charset="Ansi" layout="Auto"> <interfaces> <interface name="GLib.IWrapper" /> <interface name="System.IDisposable" /> </interfaces> <constructors> <constructor name=".ctor()" attrib="6276"> <parameters /> </constructor> <constructor name=".ctor(System.IntPtr)" attrib="6278"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </constructor> <constructor name=".ctor(GLib.GType)" attrib="6276"> <attributes> <attribute name="System.ObsoleteAttribute"> <properties> <property name="Message" null="true" /> <property name="IsError" value="False" /> </properties> </attribute> </attributes> <parameters> <parameter name="gtype" position="0" attrib="0" type="GLib.GType" /> </parameters> </constructor> </constructors> <properties> <property name="BaseDir" attrib="1536" ptype="Pango.Direction" params=""> <methods> <method name="get_BaseDir()" returntype="Pango.Direction"> <parameters /> </method> <method name="set_BaseDir(Pango.Direction)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="Pango.Direction" /> </parameters> </method> </methods> </property> <property name="Families" attrib="1536" ptype="Pango.FontFamily[]" params=""> <methods> <method name="get_Families()" returntype="Pango.FontFamily[]"> <parameters /> </method> </methods> </property> <property name="FontDescription" attrib="1536" ptype="Pango.FontDescription" params=""> <methods> <method name="get_FontDescription()" returntype="Pango.FontDescription"> <parameters /> </method> <method name="set_FontDescription(Pango.FontDescription)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="Pango.FontDescription" /> </parameters> </method> </methods> </property> <property name="GType" attrib="1536" ptype="GLib.GType" params=""> <methods> <method name="get_GType()" returntype="GLib.GType"> <parameters /> </method> </methods> </property> <property name="Language" attrib="1536" ptype="Pango.Language" params=""> <methods> <method name="get_Language()" returntype="Pango.Language"> <parameters /> </method> <method name="set_Language(Pango.Language)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="Pango.Language" /> </parameters> </method> </methods> </property> </properties> <methods> <method name="Finalize()" attrib="196" returntype="System.Void"> <parameters /> </method> <method name="GetMetrics(Pango.FontDescription, Pango.Language)" attrib="134" returntype="Pango.FontMetrics"> <parameters> <parameter name="desc" position="0" attrib="0" type="Pango.FontDescription" /> <parameter name="language" position="1" attrib="0" type="Pango.Language" /> </parameters> </method> <method name="ListFamilies(Pango.FontFamily)" attrib="134" returntype="System.Int32"> <attributes> <attribute name="System.ObsoleteAttribute"> <properties> <property name="Message" null="true" /> <property name="IsError" value="False" /> </properties> </attribute> </attributes> <parameters> <parameter name="families" position="0" attrib="0" type="Pango.FontFamily" /> </parameters> </method> <method name="LoadFont(Pango.FontDescription)" attrib="134" returntype="Pango.Font"> <parameters> <parameter name="desc" position="0" attrib="0" type="Pango.FontDescription" /> </parameters> </method> <method name="LoadFontset(Pango.FontDescription, Pango.Language)" attrib="134" returntype="Pango.Fontset"> <parameters> <parameter name="desc" position="0" attrib="0" type="Pango.FontDescription" /> <parameter name="language" position="1" attrib="0" type="Pango.Language" /> </parameters> </method> </methods> </class> <class name="Coverage" type="class" base="GLib.Opaque" charset="Ansi" layout="Auto"> <interfaces> <interface name="GLib.IWrapper" /> </interfaces> <constructors> <constructor name=".ctor()" attrib="6278"> <parameters /> </constructor> <constructor name=".ctor(System.IntPtr)" attrib="6278"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </constructor> </constructors> <methods> <method name="Copy()" attrib="134" returntype="Pango.Coverage"> <parameters /> </method> <method name="FromBytes(out System.Byte&, System.Int32)" attrib="150" returntype="Pango.Coverage"> <parameters> <parameter name="bytes" position="0" attrib="2" type="System.Byte&" direction="out" /> <parameter name="n_bytes" position="1" attrib="0" type="System.Int32" /> </parameters> </method> <method name="Get(System.Int32)" attrib="134" returntype="Pango.CoverageLevel"> <parameters> <parameter name="index_" position="0" attrib="0" type="System.Int32" /> </parameters> </method> <method name="Max(Pango.Coverage)" attrib="134" returntype="System.Void"> <parameters> <parameter name="other" position="0" attrib="0" type="Pango.Coverage" /> </parameters> </method> <method name="Ref()" attrib="134" returntype="Pango.Coverage"> <parameters /> </method> <method name="Set(System.Int32, Pango.CoverageLevel)" attrib="134" returntype="System.Void"> <parameters> <parameter name="index_" position="0" attrib="0" type="System.Int32" /> <parameter name="level" position="1" attrib="0" type="Pango.CoverageLevel" /> </parameters> </method> <method name="ToBytes(out System.Byte[]&)" attrib="134" returntype="System.Void"> <parameters> <parameter name="bytes" position="0" attrib="2" type="System.Byte[]&" direction="out" /> </parameters> </method> <method name="Unref()" attrib="134" returntype="System.Void"> <parameters /> </method> </methods> </class> <class name="CoverageLevel" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Reflection.MonoField"> <interfaces> <interface name="System.IComparable" /> <interface name="System.IConvertible" /> <interface name="System.IFormattable" /> </interfaces> <fields> <field name="Approximate" attrib="32854" fieldtype="Pango.CoverageLevel" value="2" /> <field name="Exact" attrib="32854" fieldtype="Pango.CoverageLevel" value="3" /> <field name="Fallback" attrib="32854" fieldtype="Pango.CoverageLevel" value="1" /> <field name="None" attrib="32854" fieldtype="Pango.CoverageLevel" value="0" /> </fields> </class> <class name="Direction" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Reflection.MonoField"> <interfaces> <interface name="System.IComparable" /> <interface name="System.IConvertible" /> <interface name="System.IFormattable" /> </interfaces> <fields> <field name="Ltr" attrib="32854" fieldtype="Pango.Direction" value="0" /> <field name="Rtl" attrib="32854" fieldtype="Pango.Direction" value="1" /> <field name="TtbLtr" attrib="32854" fieldtype="Pango.Direction" value="2" /> <field name="TtbRtl" attrib="32854" fieldtype="Pango.Direction" value="3" /> </fields> </class> <class name="EngineLang" type="class" base="GLib.Opaque" charset="Ansi" layout="Auto"> <interfaces> <interface name="GLib.IWrapper" /> </interfaces> <constructors> <constructor name=".ctor(System.IntPtr)" attrib="6278"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </constructor> </constructors> </class> <class name="EngineShape" type="class" base="GLib.Opaque" charset="Ansi" layout="Auto"> <interfaces> <interface name="GLib.IWrapper" /> </interfaces> <constructors> <constructor name=".ctor(System.IntPtr)" attrib="6278"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </constructor> </constructors> </class> <class name="Font" type="class" base="GLib.Object" charset="Ansi" layout="Auto"> <interfaces> <interface name="GLib.IWrapper" /> <interface name="System.IDisposable" /> </interfaces> <constructors> <constructor name=".ctor()" attrib="6276"> <parameters /> </constructor> <constructor name=".ctor(System.IntPtr)" attrib="6278"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </constructor> <constructor name=".ctor(GLib.GType)" attrib="6276"> <attributes> <attribute name="System.ObsoleteAttribute"> <properties> <property name="Message" null="true" /> <property name="IsError" value="False" /> </properties> </attribute> </attributes> <parameters> <parameter name="gtype" position="0" attrib="0" type="GLib.GType" /> </parameters> </constructor> </constructors> <properties> <property name="GType" attrib="1536" ptype="GLib.GType" params=""> <methods> <method name="get_GType()" returntype="GLib.GType"> <parameters /> </method> </methods> </property> </properties> <methods> <method name="Describe()" attrib="134" returntype="Pango.FontDescription"> <parameters /> </method> <method name="Finalize()" attrib="196" returntype="System.Void"> <parameters /> </method> <method name="FindShaper(Pango.Language, System.UInt32)" attrib="134" returntype="Pango.EngineShape"> <parameters> <parameter name="language" position="0" attrib="0" type="Pango.Language" /> <parameter name="ch" position="1" attrib="0" type="System.UInt32" /> </parameters> </method> <method name="GetCoverage(Pango.Language)" attrib="134" returntype="Pango.Coverage"> <parameters> <parameter name="language" position="0" attrib="0" type="Pango.Language" /> </parameters> </method> <method name="GetGlyphExtents(System.UInt32, Pango.Rectangle, Pango.Rectangle)" attrib="134" returntype="System.Void"> <parameters> <parameter name="glyph" position="0" attrib="0" type="System.UInt32" /> <parameter name="ink_rect" position="1" attrib="0" type="Pango.Rectangle" /> <parameter name="logical_rect" position="2" attrib="0" type="Pango.Rectangle" /> </parameters> </method> <method name="GetMetrics(Pango.Language)" attrib="134" returntype="Pango.FontMetrics"> <parameters> <parameter name="language" position="0" attrib="0" type="Pango.Language" /> </parameters> </method> </methods> </class> <class name="FontDescription" type="class" base="GLib.Opaque" charset="Ansi" layout="Auto"> <interfaces> <interface name="GLib.IWrapper" /> </interfaces> <constructors> <constructor name=".ctor()" attrib="6278"> <parameters /> </constructor> <constructor name=".ctor(System.IntPtr)" attrib="6278"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </constructor> </constructors> <properties> <property name="Family" attrib="1536" ptype="System.String" params=""> <methods> <method name="get_Family()" returntype="System.String"> <parameters /> </method> <method name="set_Family(System.String)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="System.String" /> </parameters> </method> </methods> </property> <property name="FamilyStatic" attrib="1536" ptype="System.String" params="System.String"> <methods> <method name="set_FamilyStatic(System.String)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="System.String" /> </parameters> </method> </methods> </property> <property name="GType" attrib="1536" ptype="GLib.GType" params=""> <methods> <method name="get_GType()" returntype="GLib.GType"> <parameters /> </method> </methods> </property> <property name="Hash" attrib="1536" ptype="System.UInt32" params=""> <methods> <method name="get_Hash()" returntype="System.UInt32"> <parameters /> </method> </methods> </property> <property name="SetFields" attrib="1536" ptype="Pango.FontMask" params=""> <methods> <method name="get_SetFields()" returntype="Pango.FontMask"> <parameters /> </method> </methods> </property> <property name="Size" attrib="1536" ptype="System.Int32" params=""> <methods> <method name="get_Size()" returntype="System.Int32"> <parameters /> </method> <method name="set_Size(System.Int32)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="System.Int32" /> </parameters> </method> </methods> </property> <property name="Stretch" attrib="1536" ptype="Pango.Stretch" params=""> <methods> <method name="get_Stretch()" returntype="Pango.Stretch"> <parameters /> </method> <method name="set_Stretch(Pango.Stretch)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="Pango.Stretch" /> </parameters> </method> </methods> </property> <property name="Style" attrib="1536" ptype="Pango.Style" params=""> <methods> <method name="get_Style()" returntype="Pango.Style"> <parameters /> </method> <method name="set_Style(Pango.Style)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="Pango.Style" /> </parameters> </method> </methods> </property> <property name="Variant" attrib="1536" ptype="Pango.Variant" params=""> <methods> <method name="get_Variant()" returntype="Pango.Variant"> <parameters /> </method> <method name="set_Variant(Pango.Variant)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="Pango.Variant" /> </parameters> </method> </methods> </property> <property name="Weight" attrib="1536" ptype="Pango.Weight" params=""> <methods> <method name="get_Weight()" returntype="Pango.Weight"> <parameters /> </method> <method name="set_Weight(Pango.Weight)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="Pango.Weight" /> </parameters> </method> </methods> </property> </properties> <methods> <method name="BetterMatch(Pango.FontDescription, Pango.FontDescription)" attrib="134" returntype="System.Boolean"> <parameters> <parameter name="old_match" position="0" attrib="0" type="Pango.FontDescription" /> <parameter name="new_match" position="1" attrib="0" type="Pango.FontDescription" /> </parameters> </method> <method name="Copy()" attrib="134" returntype="Pango.FontDescription"> <parameters /> </method> <method name="CopyStatic()" attrib="134" returntype="Pango.FontDescription"> <parameters /> </method> <method name="Equal(Pango.FontDescription)" attrib="134" returntype="System.Boolean"> <parameters> <parameter name="desc2" position="0" attrib="0" type="Pango.FontDescription" /> </parameters> </method> <method name="Free()" attrib="134" returntype="System.Void"> <parameters /> </method> <method name="FromString(System.String)" attrib="150" returntype="Pango.FontDescription"> <parameters> <parameter name="str" position="0" attrib="0" type="System.String" /> </parameters> </method> <method name="Merge(Pango.FontDescription, System.Boolean)" attrib="134" returntype="System.Void"> <parameters> <parameter name="desc_to_merge" position="0" attrib="0" type="Pango.FontDescription" /> <parameter name="replace_existing" position="1" attrib="0" type="System.Boolean" /> </parameters> </method> <method name="MergeStatic(Pango.FontDescription, System.Boolean)" attrib="134" returntype="System.Void"> <parameters> <parameter name="desc_to_merge" position="0" attrib="0" type="Pango.FontDescription" /> <parameter name="replace_existing" position="1" attrib="0" type="System.Boolean" /> </parameters> </method> <method name="ToFilename()" attrib="134" returntype="System.String"> <parameters /> </method> <method name="ToString()" attrib="198" returntype="System.String"> <parameters /> </method> <method name="UnsetFields(Pango.FontMask)" attrib="134" returntype="System.Void"> <parameters> <parameter name="to_unset" position="0" attrib="0" type="Pango.FontMask" /> </parameters> </method> </methods> </class> <class name="FontFace" type="class" base="GLib.Object" charset="Ansi" layout="Auto"> <interfaces> <interface name="GLib.IWrapper" /> <interface name="System.IDisposable" /> </interfaces> <constructors> <constructor name=".ctor()" attrib="6276"> <parameters /> </constructor> <constructor name=".ctor(System.IntPtr)" attrib="6278"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </constructor> <constructor name=".ctor(GLib.GType)" attrib="6276"> <attributes> <attribute name="System.ObsoleteAttribute"> <properties> <property name="Message" null="true" /> <property name="IsError" value="False" /> </properties> </attribute> </attributes> <parameters> <parameter name="gtype" position="0" attrib="0" type="GLib.GType" /> </parameters> </constructor> </constructors> <properties> <property name="FaceName" attrib="1536" ptype="System.String" params=""> <methods> <method name="get_FaceName()" returntype="System.String"> <parameters /> </method> </methods> </property> <property name="GType" attrib="1536" ptype="GLib.GType" params=""> <methods> <method name="get_GType()" returntype="GLib.GType"> <parameters /> </method> </methods> </property> </properties> <methods> <method name="Describe()" attrib="134" returntype="Pango.FontDescription"> <parameters /> </method> <method name="Finalize()" attrib="196" returntype="System.Void"> <parameters /> </method> </methods> </class> <class name="FontFamily" type="class" base="GLib.Object" charset="Ansi" layout="Auto"> <interfaces> <interface name="GLib.IWrapper" /> <interface name="System.IDisposable" /> </interfaces> <constructors> <constructor name=".ctor()" attrib="6276"> <parameters /> </constructor> <constructor name=".ctor(System.IntPtr)" attrib="6278"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </constructor> <constructor name=".ctor(GLib.GType)" attrib="6276"> <attributes> <attribute name="System.ObsoleteAttribute"> <properties> <property name="Message" null="true" /> <property name="IsError" value="False" /> </properties> </attribute> </attributes> <parameters> <parameter name="gtype" position="0" attrib="0" type="GLib.GType" /> </parameters> </constructor> </constructors> <properties> <property name="Faces" attrib="1536" ptype="Pango.FontFace[]" params=""> <methods> <method name="get_Faces()" returntype="Pango.FontFace[]"> <parameters /> </method> </methods> </property> <property name="GType" attrib="1536" ptype="GLib.GType" params=""> <methods> <method name="get_GType()" returntype="GLib.GType"> <parameters /> </method> </methods> </property> <property name="Name" attrib="1536" ptype="System.String" params=""> <methods> <method name="get_Name()" returntype="System.String"> <parameters /> </method> </methods> </property> </properties> <methods> <method name="Finalize()" attrib="196" returntype="System.Void"> <parameters /> </method> <method name="ListFaces(Pango.FontFace)" attrib="134" returntype="System.Int32"> <attributes> <attribute name="System.ObsoleteAttribute"> <properties> <property name="Message" null="true" /> <property name="IsError" value="False" /> </properties> </attribute> </attributes> <parameters> <parameter name="faces" position="0" attrib="0" type="Pango.FontFace" /> </parameters> </method> </methods> </class> <class name="FontMap" type="class" base="GLib.Object" charset="Ansi" layout="Auto"> <interfaces> <interface name="GLib.IWrapper" /> <interface name="System.IDisposable" /> </interfaces> <constructors> <constructor name=".ctor()" attrib="6276"> <parameters /> </constructor> <constructor name=".ctor(System.IntPtr)" attrib="6278"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </constructor> <constructor name=".ctor(GLib.GType)" attrib="6276"> <attributes> <attribute name="System.ObsoleteAttribute"> <properties> <property name="Message" null="true" /> <property name="IsError" value="False" /> </properties> </attribute> </attributes> <parameters> <parameter name="gtype" position="0" attrib="0" type="GLib.GType" /> </parameters> </constructor> </constructors> <properties> <property name="Families" attrib="1536" ptype="Pango.FontFamily[]" params=""> <methods> <method name="get_Families()" returntype="Pango.FontFamily[]"> <parameters /> </method> </methods> </property> <property name="GType" attrib="1536" ptype="GLib.GType" params=""> <methods> <method name="get_GType()" returntype="GLib.GType"> <parameters /> </method> </methods> </property> </properties> <methods> <method name="Finalize()" attrib="196" returntype="System.Void"> <parameters /> </method> <method name="ListFamilies(Pango.FontFamily)" attrib="134" returntype="System.Int32"> <attributes> <attribute name="System.ObsoleteAttribute"> <properties> <property name="Message" null="true" /> <property name="IsError" value="False" /> </properties> </attribute> </attributes> <parameters> <parameter name="families" position="0" attrib="0" type="Pango.FontFamily" /> </parameters> </method> <method name="LoadFont(Pango.Context, Pango.FontDescription)" attrib="134" returntype="Pango.Font"> <parameters> <parameter name="context" position="0" attrib="0" type="Pango.Context" /> <parameter name="desc" position="1" attrib="0" type="Pango.FontDescription" /> </parameters> </method> <method name="LoadFontset(Pango.Context, Pango.FontDescription, Pango.Language)" attrib="134" returntype="Pango.Fontset"> <parameters> <parameter name="context" position="0" attrib="0" type="Pango.Context" /> <parameter name="desc" position="1" attrib="0" type="Pango.FontDescription" /> <parameter name="language" position="2" attrib="0" type="Pango.Language" /> </parameters> </method> </methods> </class> <class name="FontMask" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Reflection.MonoField"> <attributes> <attribute name="System.FlagsAttribute" /> </attributes> <interfaces> <interface name="System.IComparable" /> <interface name="System.IConvertible" /> <interface name="System.IFormattable" /> </interfaces> <fields> <field name="Family" attrib="32854" fieldtype="Pango.FontMask" value="1" /> <field name="Size" attrib="32854" fieldtype="Pango.FontMask" value="32" /> <field name="Stretch" attrib="32854" fieldtype="Pango.FontMask" value="16" /> <field name="Style" attrib="32854" fieldtype="Pango.FontMask" value="2" /> <field name="Variant" attrib="32854" fieldtype="Pango.FontMask" value="4" /> <field name="Weight" attrib="32854" fieldtype="Pango.FontMask" value="8" /> </fields> </class> <class name="FontMetrics" type="class" base="GLib.Opaque" charset="Ansi" layout="Auto"> <interfaces> <interface name="GLib.IWrapper" /> </interfaces> <constructors> <constructor name=".ctor(System.IntPtr)" attrib="6278"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </constructor> </constructors> <properties> <property name="ApproximateCharWidth" attrib="1536" ptype="System.Int32" params=""> <methods> <method name="get_ApproximateCharWidth()" returntype="System.Int32"> <parameters /> </method> </methods> </property> <property name="ApproximateDigitWidth" attrib="1536" ptype="System.Int32" params=""> <methods> <method name="get_ApproximateDigitWidth()" returntype="System.Int32"> <parameters /> </method> </methods> </property> <property name="Ascent" attrib="1536" ptype="System.Int32" params=""> <methods> <method name="get_Ascent()" returntype="System.Int32"> <parameters /> </method> </methods> </property> <property name="Descent" attrib="1536" ptype="System.Int32" params=""> <methods> <method name="get_Descent()" returntype="System.Int32"> <parameters /> </method> </methods> </property> <property name="GType" attrib="1536" ptype="GLib.GType" params=""> <methods> <method name="get_GType()" returntype="GLib.GType"> <parameters /> </method> </methods> </property> </properties> <methods> <method name="Ref()" attrib="134" returntype="Pango.FontMetrics"> <parameters /> </method> <method name="Unref()" attrib="134" returntype="System.Void"> <parameters /> </method> </methods> </class> <class name="Fontset" type="class" base="GLib.Object" charset="Ansi" layout="Auto"> <interfaces> <interface name="GLib.IWrapper" /> <interface name="System.IDisposable" /> </interfaces> <constructors> <constructor name=".ctor()" attrib="6276"> <parameters /> </constructor> <constructor name=".ctor(System.IntPtr)" attrib="6278"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </constructor> <constructor name=".ctor(GLib.GType)" attrib="6276"> <attributes> <attribute name="System.ObsoleteAttribute"> <properties> <property name="Message" null="true" /> <property name="IsError" value="False" /> </properties> </attribute> </attributes> <parameters> <parameter name="gtype" position="0" attrib="0" type="GLib.GType" /> </parameters> </constructor> </constructors> <properties> <property name="GType" attrib="1536" ptype="GLib.GType" params=""> <methods> <method name="get_GType()" returntype="GLib.GType"> <parameters /> </method> </methods> </property> <property name="Metrics" attrib="1536" ptype="Pango.FontMetrics" params=""> <methods> <method name="get_Metrics()" returntype="Pango.FontMetrics"> <parameters /> </method> </methods> </property> </properties> <methods> <method name="Finalize()" attrib="196" returntype="System.Void"> <parameters /> </method> <method name="GetFont(System.UInt32)" attrib="134" returntype="Pango.Font"> <parameters> <parameter name="wc" position="0" attrib="0" type="System.UInt32" /> </parameters> </method> </methods> </class> <class name="Global" type="class" base="System.Object" charset="Ansi" layout="Auto"> <constructors> <constructor name=".ctor()" attrib="6278"> <parameters /> </constructor> </constructors> <methods> <method name="FindParagraphBoundary(System.String, out System.Int32&, out System.Int32&)" attrib="150" returntype="System.Void"> <parameters> <parameter name="text" position="0" attrib="0" type="System.String" /> <parameter name="paragraph_delimiter_index" position="1" attrib="2" type="System.Int32&" direction="out" /> <parameter name="next_paragraph_start" position="2" attrib="2" type="System.Int32&" direction="out" /> </parameters> </method> <method name="GetLogAttrs(System.String, System.Int32, Pango.Language, Pango.LogAttr, System.Int32)" attrib="150" returntype="System.Void"> <parameters> <parameter name="text" position="0" attrib="0" type="System.String" /> <parameter name="level" position="1" attrib="0" type="System.Int32" /> <parameter name="language" position="2" attrib="0" type="Pango.Language" /> <parameter name="log_attrs" position="3" attrib="0" type="Pango.LogAttr" /> <parameter name="attrs_len" position="4" attrib="0" type="System.Int32" /> </parameters> </method> <method name="ParseMarkup(System.String, System.Char, out Pango.AttrList&, out System.String&, out System.Char&)" attrib="150" returntype="System.Boolean"> <parameters> <parameter name="markup" position="0" attrib="0" type="System.String" /> <parameter name="accel_marker" position="1" attrib="0" type="System.Char" /> <parameter name="attrs" position="2" attrib="2" type="Pango.AttrList&" direction="out" /> <parameter name="text" position="3" attrib="2" type="System.String&" direction="out" /> <parameter name="accel_char" position="4" attrib="2" type="System.Char&" direction="out" /> </parameters> </method> <method name="ParseStretch(System.String, out Pango.Stretch&, System.Boolean)" attrib="150" returntype="System.Boolean"> <parameters> <parameter name="str" position="0" attrib="0" type="System.String" /> <parameter name="stretch" position="1" attrib="2" type="Pango.Stretch&" direction="out" /> <parameter name="warn" position="2" attrib="0" type="System.Boolean" /> </parameters> </method> <method name="ParseStyle(System.String, out Pango.Style&, System.Boolean)" attrib="150" returntype="System.Boolean"> <parameters> <parameter name="str" position="0" attrib="0" type="System.String" /> <parameter name="style" position="1" attrib="2" type="Pango.Style&" direction="out" /> <parameter name="warn" position="2" attrib="0" type="System.Boolean" /> </parameters> </method> <method name="ParseVariant(System.String, out Pango.Variant&, System.Boolean)" attrib="150" returntype="System.Boolean"> <parameters> <parameter name="str" position="0" attrib="0" type="System.String" /> <parameter name="variant" position="1" attrib="2" type="Pango.Variant&" direction="out" /> <parameter name="warn" position="2" attrib="0" type="System.Boolean" /> </parameters> </method> <method name="ParseWeight(System.String, out Pango.Weight&, System.Boolean)" attrib="150" returntype="System.Boolean"> <parameters> <parameter name="str" position="0" attrib="0" type="System.String" /> <parameter name="weight" position="1" attrib="2" type="Pango.Weight&" direction="out" /> <parameter name="warn" position="2" attrib="0" type="System.Boolean" /> </parameters> </method> <method name="ScanInt(System.String, out System.Int32&)" attrib="150" returntype="System.Boolean"> <attributes> <attribute name="System.ObsoleteAttribute"> <properties> <property name="Message" null="true" /> <property name="IsError" value="False" /> </properties> </attribute> </attributes> <parameters> <parameter name="pos" position="0" attrib="0" type="System.String" /> <parameter name="out_param" position="1" attrib="2" type="System.Int32&" direction="out" /> </parameters> </method> <method name="ScanInt(System.String&, out System.Int32&)" attrib="150" returntype="System.Boolean"> <parameters> <parameter name="pos" position="0" attrib="0" type="System.String&" direction="ref" /> <parameter name="out_param" position="1" attrib="2" type="System.Int32&" direction="out" /> </parameters> </method> <method name="SkipSpace(System.String&)" attrib="150" returntype="System.Boolean"> <parameters> <parameter name="pos" position="0" attrib="0" type="System.String&" direction="ref" /> </parameters> </method> <method name="SplitFileList(System.String)" attrib="150" returntype="System.String"> <parameters> <parameter name="str" position="0" attrib="0" type="System.String" /> </parameters> </method> <method name="TrimString(System.String)" attrib="150" returntype="System.String"> <parameters> <parameter name="str" position="0" attrib="0" type="System.String" /> </parameters> </method> </methods> </class> <class name="GlyphGeometry" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="Width" attrib="6" fieldtype="System.Int32" /> <field name="XOffset" attrib="6" fieldtype="System.Int32" /> <field name="YOffset" attrib="6" fieldtype="System.Int32" /> <field name="Zero" attrib="22" fieldtype="Pango.GlyphGeometry" /> </fields> <methods> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.GlyphGeometry"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> </methods> </class> <class name="GlyphInfo" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="Attr" attrib="6" fieldtype="Pango.GlyphVisAttr" /> <field name="Geometry" attrib="6" fieldtype="Pango.GlyphGeometry" /> <field name="Glyph" attrib="6" fieldtype="System.UInt32" /> <field name="Zero" attrib="22" fieldtype="Pango.GlyphInfo" /> </fields> <methods> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.GlyphInfo"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> </methods> </class> <class name="GlyphItem" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="Zero" attrib="22" fieldtype="Pango.GlyphItem" /> </fields> <properties> <property name="glyphs" attrib="1536" ptype="Pango.GlyphString" params=""> <methods> <method name="get_glyphs()" returntype="Pango.GlyphString"> <parameters /> </method> </methods> </property> <property name="item" attrib="1536" ptype="Pango.Item" params=""> <methods> <method name="get_item()" returntype="Pango.Item"> <parameters /> </method> </methods> </property> </properties> <methods> <method name="ApplyAttrs(System.String, Pango.AttrList)" attrib="134" returntype="Pango.GlyphItem[]"> <parameters> <parameter name="text" position="0" attrib="0" type="System.String" /> <parameter name="list" position="1" attrib="0" type="Pango.AttrList" /> </parameters> </method> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.GlyphItem"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> <method name="Split(System.String, System.Int32)" attrib="134" returntype="Pango.GlyphItem"> <parameters> <parameter name="text" position="0" attrib="0" type="System.String" /> <parameter name="split_index" position="1" attrib="0" type="System.Int32" /> </parameters> </method> </methods> </class> <class name="GlyphString" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="NumGlyphs" attrib="6" fieldtype="System.Int32" /> <field name="Space" attrib="6" fieldtype="System.Int32" /> <field name="Zero" attrib="22" fieldtype="Pango.GlyphString" /> </fields> <properties> <property name="GType" attrib="1536" ptype="GLib.GType" params=""> <methods> <method name="get_GType()" returntype="GLib.GType"> <parameters /> </method> </methods> </property> <property name="Size" attrib="1536" ptype="System.Int32" params="System.Int32"> <methods> <method name="set_Size(System.Int32)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="System.Int32" /> </parameters> </method> </methods> </property> <property name="glyphs" attrib="1536" ptype="Pango.GlyphInfo" params=""> <methods> <method name="get_glyphs()" returntype="Pango.GlyphInfo"> <parameters /> </method> </methods> </property> </properties> <methods> <method name="Copy()" attrib="134" returntype="Pango.GlyphString"> <parameters /> </method> <method name="Extents(Pango.Font, Pango.Rectangle, Pango.Rectangle)" attrib="134" returntype="System.Void"> <parameters> <parameter name="font" position="0" attrib="0" type="Pango.Font" /> <parameter name="ink_rect" position="1" attrib="0" type="Pango.Rectangle" /> <parameter name="logical_rect" position="2" attrib="0" type="Pango.Rectangle" /> </parameters> </method> <method name="ExtentsRange(System.Int32, System.Int32, Pango.Font, Pango.Rectangle, Pango.Rectangle)" attrib="134" returntype="System.Void"> <parameters> <parameter name="start" position="0" attrib="0" type="System.Int32" /> <parameter name="end" position="1" attrib="0" type="System.Int32" /> <parameter name="font" position="2" attrib="0" type="Pango.Font" /> <parameter name="ink_rect" position="3" attrib="0" type="Pango.Rectangle" /> <parameter name="logical_rect" position="4" attrib="0" type="Pango.Rectangle" /> </parameters> </method> <method name="Free()" attrib="134" returntype="System.Void"> <parameters /> </method> <method name="GetLogicalWidths(System.String, System.Int32)" attrib="134" returntype="System.Int32"> <parameters> <parameter name="text" position="0" attrib="0" type="System.String" /> <parameter name="embedding_level" position="1" attrib="0" type="System.Int32" /> </parameters> </method> <method name="IndexToX(System.String, Pango.Analysis, System.Int32, System.Boolean)" attrib="134" returntype="System.Int32"> <parameters> <parameter name="text" position="0" attrib="0" type="System.String" /> <parameter name="analysis" position="1" attrib="0" type="Pango.Analysis" /> <parameter name="index_" position="2" attrib="0" type="System.Int32" /> <parameter name="trailing" position="3" attrib="0" type="System.Boolean" /> </parameters> </method> <method name="New()" attrib="150" returntype="Pango.GlyphString"> <parameters /> </method> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.GlyphString"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> <method name="XToIndex(System.String, Pango.Analysis, System.Int32, out System.Int32&, out System.Int32&)" attrib="134" returntype="System.Void"> <parameters> <parameter name="text" position="0" attrib="0" type="System.String" /> <parameter name="analysis" position="1" attrib="0" type="Pango.Analysis" /> <parameter name="x_pos" position="2" attrib="0" type="System.Int32" /> <parameter name="index_" position="3" attrib="2" type="System.Int32&" direction="out" /> <parameter name="trailing" position="4" attrib="2" type="System.Int32&" direction="out" /> </parameters> </method> </methods> </class> <class name="GlyphVisAttr" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="Zero" attrib="22" fieldtype="Pango.GlyphVisAttr" /> </fields> <methods> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.GlyphVisAttr"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> </methods> </class> <class name="IntSet" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="Size" attrib="6" fieldtype="System.Int32" /> <field name="Start" attrib="6" fieldtype="System.Int32" /> <field name="Zero" attrib="22" fieldtype="Pango.IntSet" /> </fields> <methods> <method name="Add(System.Int32)" attrib="134" returntype="System.Void"> <parameters> <parameter name="glyph" position="0" attrib="0" type="System.Int32" /> </parameters> </method> <method name="AddRange(System.Int32, System.Int32)" attrib="134" returntype="System.Void"> <parameters> <parameter name="start" position="0" attrib="0" type="System.Int32" /> <parameter name="end" position="1" attrib="0" type="System.Int32" /> </parameters> </method> <method name="Contains(System.Int32)" attrib="134" returntype="System.Boolean"> <parameters> <parameter name="member" position="0" attrib="0" type="System.Int32" /> </parameters> </method> <method name="Destroy()" attrib="134" returntype="System.Void"> <parameters /> </method> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.IntSet"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> <method name="New()" attrib="150" returntype="Pango.IntSet"> <parameters /> </method> </methods> </class> <class name="Item" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="Analysis" attrib="6" fieldtype="Pango.Analysis" /> <field name="Length" attrib="6" fieldtype="System.Int32" /> <field name="NumChars" attrib="6" fieldtype="System.Int32" /> <field name="Offset" attrib="6" fieldtype="System.Int32" /> <field name="Zero" attrib="22" fieldtype="Pango.Item" /> </fields> <methods> <method name="Copy()" attrib="134" returntype="Pango.Item"> <parameters /> </method> <method name="Free()" attrib="134" returntype="System.Void"> <parameters /> </method> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.Item"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> <method name="New()" attrib="150" returntype="Pango.Item"> <parameters /> </method> <method name="Split(System.Int32, System.Int32)" attrib="134" returntype="Pango.Item"> <parameters> <parameter name="split_index" position="0" attrib="0" type="System.Int32" /> <parameter name="split_offset" position="1" attrib="0" type="System.Int32" /> </parameters> </method> </methods> </class> <class name="Language" type="class" base="GLib.Opaque" charset="Ansi" layout="Auto"> <interfaces> <interface name="GLib.IWrapper" /> </interfaces> <constructors> <constructor name=".ctor(System.IntPtr)" attrib="6278"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </constructor> </constructors> <properties> <property name="GType" attrib="1536" ptype="GLib.GType" params=""> <methods> <method name="get_GType()" returntype="GLib.GType"> <parameters /> </method> </methods> </property> <property name="SampleString" attrib="1536" ptype="System.String" params=""> <methods> <method name="get_SampleString()" returntype="System.String"> <parameters /> </method> </methods> </property> </properties> <methods> <method name="FromString(System.String)" attrib="150" returntype="Pango.Language"> <parameters> <parameter name="language" position="0" attrib="0" type="System.String" /> </parameters> </method> <method name="Matches(System.String)" attrib="134" returntype="System.Boolean"> <parameters> <parameter name="range_list" position="0" attrib="0" type="System.String" /> </parameters> </method> </methods> </class> <class name="Layout" type="class" base="GLib.Object" charset="Ansi" layout="Auto"> <interfaces> <interface name="GLib.IWrapper" /> <interface name="System.IDisposable" /> </interfaces> <constructors> <constructor name=".ctor(Pango.Context)" attrib="6278"> <parameters> <parameter name="context" position="0" attrib="0" type="Pango.Context" /> </parameters> </constructor> <constructor name=".ctor(System.IntPtr)" attrib="6278"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </constructor> <constructor name=".ctor(GLib.GType)" attrib="6276"> <attributes> <attribute name="System.ObsoleteAttribute"> <properties> <property name="Message" null="true" /> <property name="IsError" value="False" /> </properties> </attribute> </attributes> <parameters> <parameter name="gtype" position="0" attrib="0" type="GLib.GType" /> </parameters> </constructor> </constructors> <properties> <property name="Alignment" attrib="1536" ptype="Pango.Alignment" params=""> <methods> <method name="get_Alignment()" returntype="Pango.Alignment"> <parameters /> </method> <method name="set_Alignment(Pango.Alignment)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="Pango.Alignment" /> </parameters> </method> </methods> </property> <property name="Attributes" attrib="1536" ptype="Pango.AttrList" params=""> <methods> <method name="get_Attributes()" returntype="Pango.AttrList"> <parameters /> </method> <method name="set_Attributes(Pango.AttrList)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="Pango.AttrList" /> </parameters> </method> </methods> </property> <property name="Context" attrib="1536" ptype="Pango.Context" params=""> <methods> <method name="get_Context()" returntype="Pango.Context"> <parameters /> </method> </methods> </property> <property name="FontDescription" attrib="1536" ptype="Pango.FontDescription" params="Pango.FontDescription"> <methods> <method name="set_FontDescription(Pango.FontDescription)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="Pango.FontDescription" /> </parameters> </method> </methods> </property> <property name="GType" attrib="1536" ptype="GLib.GType" params=""> <methods> <method name="get_GType()" returntype="GLib.GType"> <parameters /> </method> </methods> </property> <property name="Indent" attrib="1536" ptype="System.Int32" params=""> <methods> <method name="get_Indent()" returntype="System.Int32"> <parameters /> </method> <method name="set_Indent(System.Int32)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="System.Int32" /> </parameters> </method> </methods> </property> <property name="Iter" attrib="1536" ptype="Pango.LayoutIter" params=""> <methods> <method name="get_Iter()" returntype="Pango.LayoutIter"> <parameters /> </method> </methods> </property> <property name="Justify" attrib="1536" ptype="System.Boolean" params=""> <methods> <method name="get_Justify()" returntype="System.Boolean"> <parameters /> </method> <method name="set_Justify(System.Boolean)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="System.Boolean" /> </parameters> </method> </methods> </property> <property name="LineCount" attrib="1536" ptype="System.Int32" params=""> <methods> <method name="get_LineCount()" returntype="System.Int32"> <parameters /> </method> </methods> </property> <property name="Lines" attrib="1536" ptype="Pango.LayoutLine[]" params=""> <methods> <method name="get_Lines()" returntype="Pango.LayoutLine[]"> <parameters /> </method> </methods> </property> <property name="LogAttrs" attrib="1536" ptype="Pango.LogAttr[]" params=""> <methods> <method name="get_LogAttrs()" returntype="Pango.LogAttr[]"> <parameters /> </method> </methods> </property> <property name="SingleParagraphMode" attrib="1536" ptype="System.Boolean" params=""> <methods> <method name="get_SingleParagraphMode()" returntype="System.Boolean"> <parameters /> </method> <method name="set_SingleParagraphMode(System.Boolean)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="System.Boolean" /> </parameters> </method> </methods> </property> <property name="Spacing" attrib="1536" ptype="System.Int32" params=""> <methods> <method name="get_Spacing()" returntype="System.Int32"> <parameters /> </method> <method name="set_Spacing(System.Int32)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="System.Int32" /> </parameters> </method> </methods> </property> <property name="Tabs" attrib="1536" ptype="Pango.TabArray" params=""> <methods> <method name="get_Tabs()" returntype="Pango.TabArray"> <parameters /> </method> <method name="set_Tabs(Pango.TabArray)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="Pango.TabArray" /> </parameters> </method> </methods> </property> <property name="Text" attrib="1536" ptype="System.String" params=""> <methods> <method name="get_Text()" returntype="System.String"> <parameters /> </method> </methods> </property> <property name="Width" attrib="1536" ptype="System.Int32" params=""> <methods> <method name="get_Width()" returntype="System.Int32"> <parameters /> </method> <method name="set_Width(System.Int32)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="System.Int32" /> </parameters> </method> </methods> </property> <property name="Wrap" attrib="1536" ptype="Pango.WrapMode" params=""> <methods> <method name="get_Wrap()" returntype="Pango.WrapMode"> <parameters /> </method> <method name="set_Wrap(Pango.WrapMode)" returntype="System.Void"> <parameters> <parameter name="value" position="0" attrib="0" type="Pango.WrapMode" /> </parameters> </method> </methods> </property> </properties> <methods> <method name="ContextChanged()" attrib="134" returntype="System.Void"> <parameters /> </method> <method name="Copy()" attrib="134" returntype="Pango.Layout"> <parameters /> </method> <method name="Finalize()" attrib="196" returntype="System.Void"> <parameters /> </method> <method name="GetCursorPos(System.Int32, out Pango.Rectangle&, out Pango.Rectangle&)" attrib="134" returntype="System.Void"> <parameters> <parameter name="index_" position="0" attrib="0" type="System.Int32" /> <parameter name="strong_pos" position="1" attrib="2" type="Pango.Rectangle&" direction="out" /> <parameter name="weak_pos" position="2" attrib="2" type="Pango.Rectangle&" direction="out" /> </parameters> </method> <method name="GetExtents(out Pango.Rectangle&, out Pango.Rectangle&)" attrib="134" returntype="System.Void"> <parameters> <parameter name="ink_rect" position="0" attrib="2" type="Pango.Rectangle&" direction="out" /> <parameter name="logical_rect" position="1" attrib="2" type="Pango.Rectangle&" direction="out" /> </parameters> </method> <method name="GetLine(System.Int32)" attrib="134" returntype="Pango.LayoutLine"> <parameters> <parameter name="line" position="0" attrib="0" type="System.Int32" /> </parameters> </method> <method name="GetPixelExtents(out Pango.Rectangle&, out Pango.Rectangle&)" attrib="134" returntype="System.Void"> <parameters> <parameter name="ink_rect" position="0" attrib="2" type="Pango.Rectangle&" direction="out" /> <parameter name="logical_rect" position="1" attrib="2" type="Pango.Rectangle&" direction="out" /> </parameters> </method> <method name="GetPixelSize(out System.Int32&, out System.Int32&)" attrib="134" returntype="System.Void"> <parameters> <parameter name="width" position="0" attrib="2" type="System.Int32&" direction="out" /> <parameter name="height" position="1" attrib="2" type="System.Int32&" direction="out" /> </parameters> </method> <method name="GetSize(out System.Int32&, out System.Int32&)" attrib="134" returntype="System.Void"> <parameters> <parameter name="width" position="0" attrib="2" type="System.Int32&" direction="out" /> <parameter name="height" position="1" attrib="2" type="System.Int32&" direction="out" /> </parameters> </method> <method name="IndexToPos(System.Int32)" attrib="134" returntype="Pango.Rectangle"> <parameters> <parameter name="index_" position="0" attrib="0" type="System.Int32" /> </parameters> </method> <method name="MoveCursorVisually(System.Boolean, System.Int32, System.Int32, System.Int32, out System.Int32&, out System.Int32&)" attrib="134" returntype="System.Void"> <parameters> <parameter name="strong" position="0" attrib="0" type="System.Boolean" /> <parameter name="old_index" position="1" attrib="0" type="System.Int32" /> <parameter name="old_trailing" position="2" attrib="0" type="System.Int32" /> <parameter name="direction" position="3" attrib="0" type="System.Int32" /> <parameter name="new_index" position="4" attrib="2" type="System.Int32&" direction="out" /> <parameter name="new_trailing" position="5" attrib="2" type="System.Int32&" direction="out" /> </parameters> </method> <method name="SetMarkup(System.String)" attrib="134" returntype="System.Void"> <parameters> <parameter name="markup" position="0" attrib="0" type="System.String" /> </parameters> </method> <method name="SetMarkupWithAccel(System.String, System.Char, out System.Char&)" attrib="134" returntype="System.Void"> <parameters> <parameter name="markup" position="0" attrib="0" type="System.String" /> <parameter name="accel_marker" position="1" attrib="0" type="System.Char" /> <parameter name="accel_char" position="2" attrib="2" type="System.Char&" direction="out" /> </parameters> </method> <method name="SetText(System.String)" attrib="134" returntype="System.Void"> <parameters> <parameter name="text" position="0" attrib="0" type="System.String" /> </parameters> </method> <method name="XyToIndex(System.Int32, System.Int32, out System.Int32&, out System.Int32&)" attrib="134" returntype="System.Boolean"> <parameters> <parameter name="x" position="0" attrib="0" type="System.Int32" /> <parameter name="y" position="1" attrib="0" type="System.Int32" /> <parameter name="index_" position="2" attrib="2" type="System.Int32&" direction="out" /> <parameter name="trailing" position="3" attrib="2" type="System.Int32&" direction="out" /> </parameters> </method> </methods> </class> <class name="LayoutIter" type="class" base="GLib.Opaque" charset="Ansi" layout="Auto"> <interfaces> <interface name="GLib.IWrapper" /> </interfaces> <constructors> <constructor name=".ctor(System.IntPtr)" attrib="6278"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </constructor> </constructors> <properties> <property name="Baseline" attrib="1536" ptype="System.Int32" params=""> <methods> <method name="get_Baseline()" returntype="System.Int32"> <parameters /> </method> </methods> </property> <property name="Index" attrib="1536" ptype="System.Int32" params=""> <methods> <method name="get_Index()" returntype="System.Int32"> <parameters /> </method> </methods> </property> <property name="Line" attrib="1536" ptype="Pango.LayoutLine" params=""> <methods> <method name="get_Line()" returntype="Pango.LayoutLine"> <parameters /> </method> </methods> </property> <property name="Run" attrib="1536" ptype="Pango.LayoutRun" params=""> <methods> <method name="get_Run()" returntype="Pango.LayoutRun"> <parameters /> </method> </methods> </property> </properties> <methods> <method name="AtLastLine()" attrib="134" returntype="System.Boolean"> <parameters /> </method> <method name="Free()" attrib="134" returntype="System.Void"> <parameters /> </method> <method name="GetCharExtents(Pango.Rectangle)" attrib="134" returntype="System.Void"> <parameters> <parameter name="logical_rect" position="0" attrib="0" type="Pango.Rectangle" /> </parameters> </method> <method name="GetClusterExtents(Pango.Rectangle, Pango.Rectangle)" attrib="134" returntype="System.Void"> <parameters> <parameter name="ink_rect" position="0" attrib="0" type="Pango.Rectangle" /> <parameter name="logical_rect" position="1" attrib="0" type="Pango.Rectangle" /> </parameters> </method> <method name="GetLayoutExtents(Pango.Rectangle, Pango.Rectangle)" attrib="134" returntype="System.Void"> <parameters> <parameter name="ink_rect" position="0" attrib="0" type="Pango.Rectangle" /> <parameter name="logical_rect" position="1" attrib="0" type="Pango.Rectangle" /> </parameters> </method> <method name="GetLineExtents(Pango.Rectangle, Pango.Rectangle)" attrib="134" returntype="System.Void"> <parameters> <parameter name="ink_rect" position="0" attrib="0" type="Pango.Rectangle" /> <parameter name="logical_rect" position="1" attrib="0" type="Pango.Rectangle" /> </parameters> </method> <method name="GetLineYrange(out System.Int32&, out System.Int32&)" attrib="134" returntype="System.Void"> <parameters> <parameter name="y0_" position="0" attrib="2" type="System.Int32&" direction="out" /> <parameter name="y1_" position="1" attrib="2" type="System.Int32&" direction="out" /> </parameters> </method> <method name="GetRunExtents(Pango.Rectangle, Pango.Rectangle)" attrib="134" returntype="System.Void"> <parameters> <parameter name="ink_rect" position="0" attrib="0" type="Pango.Rectangle" /> <parameter name="logical_rect" position="1" attrib="0" type="Pango.Rectangle" /> </parameters> </method> <method name="NextChar()" attrib="134" returntype="System.Boolean"> <parameters /> </method> <method name="NextCluster()" attrib="134" returntype="System.Boolean"> <parameters /> </method> <method name="NextLine()" attrib="134" returntype="System.Boolean"> <parameters /> </method> <method name="NextRun()" attrib="134" returntype="System.Boolean"> <parameters /> </method> </methods> </class> <class name="LayoutLine" type="class" base="GLib.Opaque" charset="Ansi" layout="Auto"> <interfaces> <interface name="GLib.IWrapper" /> </interfaces> <constructors> <constructor name=".ctor(System.IntPtr)" attrib="6278"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </constructor> </constructors> <properties> <property name="Layout" attrib="1536" ptype="Pango.Layout" params=""> <methods> <method name="get_Layout()" returntype="Pango.Layout"> <parameters /> </method> </methods> </property> <property name="Length" attrib="1536" ptype="System.Int32" params=""> <methods> <method name="get_Length()" returntype="System.Int32"> <parameters /> </method> </methods> </property> <property name="StartIndex" attrib="1536" ptype="System.Int32" params=""> <methods> <method name="get_StartIndex()" returntype="System.Int32"> <parameters /> </method> </methods> </property> </properties> <methods> <method name="GetExtents(Pango.Rectangle&, Pango.Rectangle&)" attrib="134" returntype="System.Void"> <parameters> <parameter name="ink_rect" position="0" attrib="0" type="Pango.Rectangle&" direction="ref" /> <parameter name="logical_rect" position="1" attrib="0" type="Pango.Rectangle&" direction="ref" /> </parameters> </method> <method name="GetPixelExtents(Pango.Rectangle&, Pango.Rectangle&)" attrib="134" returntype="System.Void"> <parameters> <parameter name="ink_rect" position="0" attrib="0" type="Pango.Rectangle&" direction="ref" /> <parameter name="logical_rect" position="1" attrib="0" type="Pango.Rectangle&" direction="ref" /> </parameters> </method> <method name="GetXRanges(System.Int32, System.Int32, out System.Int32[][]&)" attrib="134" returntype="System.Void"> <parameters> <parameter name="start_index" position="0" attrib="0" type="System.Int32" /> <parameter name="end_index" position="1" attrib="0" type="System.Int32" /> <parameter name="ranges" position="2" attrib="2" type="System.Int32[][]&" direction="out" /> </parameters> </method> <method name="IndexToX(System.Int32, System.Boolean)" attrib="134" returntype="System.Int32"> <parameters> <parameter name="index_" position="0" attrib="0" type="System.Int32" /> <parameter name="trailing" position="1" attrib="0" type="System.Boolean" /> </parameters> </method> <method name="Ref()" attrib="134" returntype="System.Void"> <parameters /> </method> <method name="Unref()" attrib="134" returntype="System.Void"> <parameters /> </method> <method name="XToIndex(System.Int32, out System.Int32&, out System.Int32&)" attrib="134" returntype="System.Boolean"> <parameters> <parameter name="x_pos" position="0" attrib="0" type="System.Int32" /> <parameter name="index_" position="1" attrib="2" type="System.Int32&" direction="out" /> <parameter name="trailing" position="2" attrib="2" type="System.Int32&" direction="out" /> </parameters> </method> </methods> </class> <class name="LayoutRun" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="Zero" attrib="22" fieldtype="Pango.LayoutRun" /> </fields> <properties> <property name="glyphs" attrib="1536" ptype="Pango.GlyphString" params=""> <methods> <method name="get_glyphs()" returntype="Pango.GlyphString"> <parameters /> </method> </methods> </property> <property name="item" attrib="1536" ptype="Pango.Item" params=""> <methods> <method name="get_item()" returntype="Pango.Item"> <parameters /> </method> </methods> </property> </properties> <methods> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.LayoutRun"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> </methods> </class> <class name="LogAttr" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="Zero" attrib="22" fieldtype="Pango.LogAttr" /> </fields> <methods> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.LogAttr"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> </methods> </class> <class name="Rectangle" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential"> <fields> <field name="Height" attrib="6" fieldtype="System.Int32" /> <field name="Width" attrib="6" fieldtype="System.Int32" /> <field name="X" attrib="6" fieldtype="System.Int32" /> <field name="Y" attrib="6" fieldtype="System.Int32" /> <field name="Zero" attrib="22" fieldtype="Pango.Rectangle" /> </fields> <methods> <method name="New(System.IntPtr)" attrib="150" returntype="Pango.Rectangle"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </method> </methods> </class> <class name="Scale" type="class" base="System.Object" sealed="true" charset="Ansi" layout="Auto"> <fields> <field name="Large" attrib="54" fieldtype="System.Double" /> <field name="Medium" attrib="54" fieldtype="System.Double" /> <field name="PangoScale" attrib="54" fieldtype="System.Double" /> <field name="Small" attrib="54" fieldtype="System.Double" /> <field name="XX_Large" attrib="54" fieldtype="System.Double" /> <field name="XX_Small" attrib="54" fieldtype="System.Double" /> <field name="X_Large" attrib="54" fieldtype="System.Double" /> <field name="X_Small" attrib="54" fieldtype="System.Double" /> </fields> <constructors> <constructor name=".ctor()" attrib="6278"> <parameters /> </constructor> </constructors> </class> <class name="Stretch" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Reflection.MonoField"> <interfaces> <interface name="System.IComparable" /> <interface name="System.IConvertible" /> <interface name="System.IFormattable" /> </interfaces> <fields> <field name="Condensed" attrib="32854" fieldtype="Pango.Stretch" value="2" /> <field name="Expanded" attrib="32854" fieldtype="Pango.Stretch" value="6" /> <field name="ExtraCondensed" attrib="32854" fieldtype="Pango.Stretch" value="1" /> <field name="ExtraExpanded" attrib="32854" fieldtype="Pango.Stretch" value="7" /> <field name="Normal" attrib="32854" fieldtype="Pango.Stretch" value="4" /> <field name="SemiCondensed" attrib="32854" fieldtype="Pango.Stretch" value="3" /> <field name="SemiExpanded" attrib="32854" fieldtype="Pango.Stretch" value="5" /> <field name="UltraCondensed" attrib="32854" fieldtype="Pango.Stretch" value="0" /> <field name="UltraExpanded" attrib="32854" fieldtype="Pango.Stretch" value="8" /> </fields> </class> <class name="Style" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Reflection.MonoField"> <interfaces> <interface name="System.IComparable" /> <interface name="System.IConvertible" /> <interface name="System.IFormattable" /> </interfaces> <fields> <field name="Italic" attrib="32854" fieldtype="Pango.Style" value="2" /> <field name="Normal" attrib="32854" fieldtype="Pango.Style" value="0" /> <field name="Oblique" attrib="32854" fieldtype="Pango.Style" value="1" /> </fields> </class> <class name="TabAlign" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Reflection.MonoField"> <interfaces> <interface name="System.IComparable" /> <interface name="System.IConvertible" /> <interface name="System.IFormattable" /> </interfaces> <fields> <field name="Left" attrib="32854" fieldtype="Pango.TabAlign" value="0" /> </fields> </class> <class name="TabArray" type="class" base="GLib.Opaque" charset="Ansi" layout="Auto"> <interfaces> <interface name="GLib.IWrapper" /> </interfaces> <constructors> <constructor name=".ctor(System.Int32, System.Boolean)" attrib="6278"> <parameters> <parameter name="initial_size" position="0" attrib="0" type="System.Int32" /> <parameter name="positions_in_pixels" position="1" attrib="0" type="System.Boolean" /> </parameters> </constructor> <constructor name=".ctor(System.IntPtr)" attrib="6278"> <parameters> <parameter name="raw" position="0" attrib="0" type="System.IntPtr" /> </parameters> </constructor> </constructors> <properties> <property name="GType" attrib="1536" ptype="GLib.GType" params=""> <methods> <method name="get_GType()" returntype="GLib.GType"> <parameters /> </method> </methods> </property> <property name="PositionsInPixels" attrib="1536" ptype="System.Boolean" params=""> <methods> <method name="get_PositionsInPixels()" returntype="System.Boolean"> <parameters /> </method> </methods> </property> <property name="Size" attrib="1536" ptype="System.Int32" params=""> <methods> <method name="get_Size()" returntype="System.Int32"> <parameters /> </method> </methods> </property> </properties> <methods> <method name="Copy()" attrib="134" returntype="Pango.TabArray"> <parameters /> </method> <method name="Free()" attrib="134" returntype="System.Void"> <parameters /> </method> <method name="GetTab(System.Int32, out Pango.TabAlign&, out System.Int32&)" attrib="134" returntype="System.Void"> <parameters> <parameter name="tab_index" position="0" attrib="0" type="System.Int32" /> <parameter name="alignment" position="1" attrib="2" type="Pango.TabAlign&" direction="out" /> <parameter name="location" position="2" attrib="2" type="System.Int32&" direction="out" /> </parameters> </method> <method name="GetTabs(out Pango.TabAlign[]&, out System.Int32[]&)" attrib="134" returntype="System.Void"> <parameters> <parameter name="alignments" position="0" attrib="2" type="Pango.TabAlign[]&" direction="out" /> <parameter name="locations" position="1" attrib="2" type="System.Int32[]&" direction="out" /> </parameters> </method> <method name="Resize(System.Int32)" attrib="134" returntype="System.Void"> <parameters> <parameter name="new_size" position="0" attrib="0" type="System.Int32" /> </parameters> </method> <method name="SetTab(System.Int32, Pango.TabAlign, System.Int32)" attrib="134" returntype="System.Void"> <parameters> <parameter name="tab_index" position="0" attrib="0" type="System.Int32" /> <parameter name="alignment" position="1" attrib="0" type="Pango.TabAlign" /> <parameter name="location" position="2" attrib="0" type="System.Int32" /> </parameters> </method> </methods> </class> <class name="Underline" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Reflection.MonoField"> <interfaces> <interface name="System.IComparable" /> <interface name="System.IConvertible" /> <interface name="System.IFormattable" /> </interfaces> <fields> <field name="Double" attrib="32854" fieldtype="Pango.Underline" value="2" /> <field name="Low" attrib="32854" fieldtype="Pango.Underline" value="3" /> <field name="None" attrib="32854" fieldtype="Pango.Underline" value="0" /> <field name="Single" attrib="32854" fieldtype="Pango.Underline" value="1" /> </fields> </class> <class name="Variant" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Reflection.MonoField"> <interfaces> <interface name="System.IComparable" /> <interface name="System.IConvertible" /> <interface name="System.IFormattable" /> </interfaces> <fields> <field name="Normal" attrib="32854" fieldtype="Pango.Variant" value="0" /> <field name="SmallCaps" attrib="32854" fieldtype="Pango.Variant" value="1" /> </fields> </class> <class name="Weight" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Reflection.MonoField"> <interfaces> <interface name="System.IComparable" /> <interface name="System.IConvertible" /> <interface name="System.IFormattable" /> </interfaces> <fields> <field name="Bold" attrib="32854" fieldtype="Pango.Weight" value="700" /> <field name="Heavy" attrib="32854" fieldtype="Pango.Weight" value="900" /> <field name="Light" attrib="32854" fieldtype="Pango.Weight" value="300" /> <field name="Normal" attrib="32854" fieldtype="Pango.Weight" value="400" /> <field name="Ultrabold" attrib="32854" fieldtype="Pango.Weight" value="800" /> <field name="Ultralight" attrib="32854" fieldtype="Pango.Weight" value="200" /> </fields> </class> <class name="WrapMode" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Reflection.MonoField"> <interfaces> <interface name="System.IComparable" /> <interface name="System.IConvertible" /> <interface name="System.IFormattable" /> </interfaces> <fields> <field name="Char" attrib="32854" fieldtype="Pango.WrapMode" value="1" /> <field name="Word" attrib="32854" fieldtype="Pango.WrapMode" value="0" /> <field name="WordChar" attrib="32854" fieldtype="Pango.WrapMode" value="2" /> </fields> </class> </classes> </namespace> </namespaces> </assembly> </assemblies>