2003-02-12 01:58:46 +00:00
<Type Name= "AttrFontDesc" FullName= "Pango.AttrFontDesc" >
2003-02-15 03:08:25 +00:00
<TypeSignature Language= "C#" Value= "public sealed struct AttrFontDesc;" Maintainer= "auto" />
2003-02-12 01:58:46 +00:00
<AssemblyInfo >
<AssemblyName > pango-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2003-02-12 01:58:46 +00:00
<AssemblyVersion > 0.0.0.0</AssemblyVersion>
2003-10-28 00:48:23 +00:00
<AssemblyCulture > neutral</AssemblyCulture>
2003-02-12 01:58:46 +00:00
<Attributes />
</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 17:24:02 +00:00
<summary > Used to store an attribute that sets all aspects of the font description at once.</summary>
<remarks />
2003-02-12 01:58:46 +00:00
</Docs>
<Base >
<BaseTypeName > System.ValueType</BaseTypeName>
</Base>
<Interfaces />
<Attributes />
<Members >
<Member MemberName= "Zero" >
<MemberSignature Language= "C#" Value= "public static Pango.AttrFontDesc Zero;" />
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Pango.AttrFontDesc</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2004-07-17 18:05:37 +00:00
<summary > Returns an empty <see cref= "T:Pango.AttrFontDesc" /> </summary>
2004-08-17 20:43:49 +00:00
<remarks />
2003-02-12 01:58:46 +00:00
</Docs>
</Member>
<Member MemberName= "New" >
<MemberSignature Language= "C#" Value= "public static Pango.AttrFontDesc New (Pango.FontDescription desc);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > Pango.AttrFontDesc</ReturnType>
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "desc" Type= "Pango.FontDescription" />
</Parameters>
2003-02-12 01:58:46 +00:00
<Docs >
2004-07-17 17:24:02 +00:00
<summary > Create a new <see cref= "T:Pango.AttrFontDesc" /> from the provided <see cref= "T:Pango.FontDescription" /> .</summary>
<param name= "desc" > a <see cref= "T:Pango.FontDescription" /> </param>
<returns > a new <see cref= "T:Pango.AttrFontDesc" /> </returns>
<remarks />
2003-02-12 01:58:46 +00:00
</Docs>
</Member>
<Member MemberName= "New" >
<MemberSignature Language= "C#" Value= "public static Pango.AttrFontDesc New (IntPtr raw);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > Pango.AttrFontDesc</ReturnType>
</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 >
2004-07-17 04:14:39 +00:00
<summary > Internal method</summary>
<param name= "raw" > an object of type <see cref= "T:System.IntPtr" /> </param>
<returns > an object of type <see cref= "T:Pango.AttrFontDesc" /> </returns>
<remarks > This is an internal method, and should not be used by user code.</remarks>
2003-02-12 01:58:46 +00:00
</Docs>
</Member>
<Member MemberName= "desc" >
<MemberSignature Language= "C#" Value= "public Pango.FontDescription desc { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Pango.FontDescription</ReturnType>
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-02-12 01:58:46 +00:00
<Docs >
2004-07-17 17:24:02 +00:00
<summary > the font description which is the value of this attribute</summary>
<param name= "value" > a <see cref= "T:Pango.FontDescription" /> </param>
<returns > a <see cref= "T:Pango.FontDescription" /> </returns>
<remarks />
2003-02-12 01:58:46 +00:00
</Docs>
</Member>
2004-02-26 18:46:28 +00:00
<Member MemberName= "Attr" >
<MemberSignature Language= "C#" Value= "public Pango.Attribute Attr;" />
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Pango.Attribute</ReturnType>
</ReturnValue>
<Parameters >
</Parameters>
<Docs >
2004-07-17 17:24:02 +00:00
<summary > the common portion of the attribute</summary>
<remarks />
2004-02-26 18:46:28 +00:00
</Docs>
</Member>
2003-02-12 01:58:46 +00:00
</Members>
2004-08-17 20:43:49 +00:00
</Type>