no more submodule
This commit is contained in:
50
GtkSharp/Source/OldStuff/doc/en/Pango/AttrFontDesc.xml
Normal file
50
GtkSharp/Source/OldStuff/doc/en/Pango/AttrFontDesc.xml
Normal file
@@ -0,0 +1,50 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user