Ryujinx-GtkSharp/doc/en/Pango/AttrFontDesc.xml
Mike Kestner 352fc8e849 Run the doc updater
Didn't audit any of this.
2012-03-28 22:10:46 -05:00

51 lines
2.2 KiB
XML

<Type Name="AttrFontDesc" FullName="Pango.AttrFontDesc">
<TypeSignature Language="C#" Maintainer="auto" Value="public class AttrFontDesc : Pango.Attribute" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit AttrFontDesc extends Pango.Attribute" />
<AssemblyInfo>
<AssemblyName>pango-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
</AssemblyInfo>
<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>
<Base>
<BaseTypeName>Pango.Attribute</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>An attribute that represents a <see cref="T:Pango.FontDescription" /></summary>
<remarks />
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public AttrFontDesc (Pango.FontDescription font_desc);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Pango.FontDescription font_desc) cil managed" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters>
<Parameter Name="font_desc" Type="Pango.FontDescription" />
</Parameters>
<Docs>
<param name="font_desc">a <see cref="T:Pango.FontDescription" /></param>
<summary>Creates a new font description attribute</summary>
<remarks />
<since version="Gtk# 2.4" />
</Docs>
</Member>
<Member MemberName="Desc">
<MemberSignature Language="C#" Value="public Pango.FontDescription Desc { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Pango.FontDescription Desc" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>Pango.FontDescription</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>The font description which is the value of this attribute</summary>
<value>a <see cref="T:Pango.FontDescription" /></value>
<remarks />
<since version="Gtk# 2.4" />
</Docs>
</Member>
</Members>
</Type>