File: AttrFontDesc.xml

package info (click to toggle)
gnome-subtitles 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 103,144 kB
  • sloc: xml: 406,395; cs: 364,495; ansic: 3,104; perl: 1,477; sh: 769; python: 545; javascript: 500; makefile: 49
file content (50 lines) | stat: -rw-r--r-- 2,210 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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>