2003-02-12 01:58:46 +00:00
<Type Name= "FontFace" FullName= "Pango.FontFace" >
2005-05-23 20:41:51 +00:00
<TypeSignature Language= "C#" Maintainer= "auto" Value= "public class FontFace : GLib.Object" />
2003-02-12 01:58:46 +00:00
<AssemblyInfo >
<AssemblyName > pango-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2007-12-06 18:37:54 +00:00
<AssemblyVersion > 2.12.0.0</AssemblyVersion>
2003-02-12 01:58:46 +00:00
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<ThreadSafetyStatement > Gtk# is thread aware, but not thread safe; See the <link location= "node:gtk-sharp/programming/threads" > Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
2003-02-12 01:58:46 +00:00
<Docs >
2004-07-17 04:14:39 +00:00
<summary > Used to represent a group of fonts with the same family, slant, weight, width, but varying sizes.</summary>
<remarks />
2003-02-12 01:58:46 +00:00
</Docs>
<Base >
<BaseTypeName > GLib.Object</BaseTypeName>
</Base>
2007-01-15 21:05:55 +00:00
<Interfaces >
</Interfaces>
2003-02-12 01:58:46 +00:00
<Members >
<Member MemberName= "Describe" >
<MemberSignature Language= "C#" Value= "public Pango.FontDescription Describe ();" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > Pango.FontDescription</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2004-07-17 04:14:39 +00:00
<summary > Returns the family, style, variant, weight and stretch of a <see cref= "T:Pango.FontFace" /> .</summary>
<returns > a newly-created <see cref= "T:Pango.FontDescription" /> structure holding the description of the face.</returns>
<remarks > The size field of the resulting font description will be unset.</remarks>
2003-02-12 01:58:46 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public FontFace (IntPtr raw);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "raw" Type= "System.IntPtr" />
</Parameters>
2003-02-12 01:58:46 +00:00
<Docs >
2003-02-23 07:26:30 +00:00
<summary > Internal constructor</summary>
<param name= "raw" > Pointer to the C object.</param>
<remarks >
<para > This is an internal constructor, and should not be used by user code.</para>
</remarks>
2003-02-12 01:58:46 +00:00
</Docs>
</Member>
2003-12-24 01:35:30 +00:00
<Member MemberName= "FaceName" >
<MemberSignature Language= "C#" Value= "public string FaceName { get; };" />
2003-02-12 01:58:46 +00:00
<MemberType > Property</MemberType>
<ReturnValue >
2003-12-24 01:35:30 +00:00
<ReturnType > System.String</ReturnType>
2003-02-12 01:58:46 +00:00
</ReturnValue>
<Docs >
2004-07-17 04:14:39 +00:00
<summary > A name representing the style of this face among the different faces in the <see cref= "T:Pango.FontFamily" /> for the face.</summary>
2005-05-23 20:41:51 +00:00
<value > the face name for the fontface.</value>
2004-07-17 04:14:39 +00:00
<remarks > This name is unique among all faces in the family and is suitable for displaying to users.</remarks>
2003-02-12 01:58:46 +00:00
</Docs>
</Member>
2003-12-24 01:35:30 +00:00
<Member MemberName= "GType" >
<MemberSignature Language= "C#" Value= "public static GLib.GType GType { get; };" />
2003-02-12 01:58:46 +00:00
<MemberType > Property</MemberType>
<ReturnValue >
2003-12-24 01:35:30 +00:00
<ReturnType > GLib.GType</ReturnType>
2003-02-12 01:58:46 +00:00
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters />
2003-02-12 01:58:46 +00:00
<Docs >
2004-06-21 20:14:42 +00:00
<summary > GType Property.</summary>
2005-05-23 20:41:51 +00:00
<value > a <see cref= "T:GLib.GType" /> </value>
2004-06-21 20:14:42 +00:00
<remarks > Returns the native <see cref= "T:GLib.GType" /> value for <see cref= "T:Pango.FontFace" /> .</remarks>
2003-02-12 01:58:46 +00:00
</Docs>
</Member>
2003-03-07 01:30:00 +00:00
<Member MemberName= ".ctor" >
2003-12-24 01:35:30 +00:00
<MemberSignature Language= "C#" Value= "protected FontFace (GLib.GType gtype);" />
2003-03-07 01:30:00 +00:00
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-12-24 01:35:30 +00:00
<Parameter Name= "gtype" Type= "GLib.GType" />
2003-09-17 21:56:59 +00:00
</Parameters>
2003-03-07 01:30:00 +00:00
<Docs >
2004-06-21 20:33:11 +00:00
<summary > Protected Constructor.</summary>
2003-12-24 01:35:30 +00:00
<param name= "gtype" > a <see cref= "T:GLib.GType" /> </param>
2004-06-21 20:33:11 +00:00
<remarks > Chain to this constructor if you have manually registered a native <see cref= "T:GLib.GType" /> value for your subclass.</remarks>
2003-03-07 01:30:00 +00:00
</Docs>
2005-06-16 18:56:42 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-15 21:05:55 +00:00
<AttributeName > System.Obsolete</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-06-16 18:56:42 +00:00
</Attributes>
</Member>
2004-06-01 18:05:26 +00:00
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "protected FontFace ();" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs >
2004-07-17 04:14:39 +00:00
<summary > Protected constructor</summary>
<remarks />
2004-06-01 18:05:26 +00:00
</Docs>
</Member>
2004-11-05 19:05:29 +00:00
<Member MemberName= "ListSizes" >
<MemberSignature Language= "C#" Value= "public void ListSizes (out int sizes, out int n_sizes);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
<Parameter Name= "sizes" Type= "System.Int32&" RefType= "out" />
<Parameter Name= "n_sizes" Type= "System.Int32&" RefType= "out" />
</Parameters>
<Docs >
<summary > To be added</summary>
<param name= "sizes" > a <see cref= "T:System.Int32" /> </param>
<param name= "n_sizes" > a <see cref= "T:System.Int32" /> </param>
<remarks > To be added</remarks>
2005-06-16 18:56:42 +00:00
<since version= "Gtk# 2.4" />
2004-11-05 19:05:29 +00:00
</Docs>
</Member>
2003-02-12 01:58:46 +00:00
</Members>
2005-06-17 18:43:30 +00:00
</Type>