File: FontMap.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 (154 lines) | stat: -rw-r--r-- 7,217 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<Type Name="FontMap" FullName="Pango.FontMap">
  <TypeSignature Language="C#" Maintainer="auto" Value="public class FontMap : GLib.Object" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit FontMap extends GLib.Object" />
  <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>GLib.Object</BaseTypeName>
  </Base>
  <Interfaces>
  </Interfaces>
  <Docs>
    <summary>Represents the set of fonts available for a particular rendering system.</summary>
    <remarks>This is a virtual object with implementations being specific to particular rendering systems.</remarks>
  </Docs>
  <Members>
    <Member MemberName=".ctor">
      <MemberSignature Language="C#" Value="protected FontMap ();" />
      <MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor() cil managed" />
      <MemberType>Constructor</MemberType>
      <ReturnValue />
      <Parameters />
      <Docs>
        <summary>Protected constructor</summary>
        <remarks />
      </Docs>
    </Member>
    <Member MemberName=".ctor">
      <MemberSignature Language="C#" Value="public FontMap (IntPtr raw);" />
      <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(native int raw) cil managed" />
      <MemberType>Constructor</MemberType>
      <ReturnValue />
      <Parameters>
        <Parameter Name="raw" Type="System.IntPtr" />
      </Parameters>
      <Docs>
        <param name="raw">Pointer to the C object.</param>
        <summary>Internal constructor</summary>
        <remarks>
          <para>This is an internal constructor, and should not be used by user code.</para>
        </remarks>
      </Docs>
    </Member>
    <Member MemberName="CreateContext">
      <MemberSignature Language="C#" Value="public Pango.Context CreateContext ();" />
      <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class Pango.Context CreateContext() cil managed" />
      <MemberType>Method</MemberType>
      <ReturnValue>
        <ReturnType>Pango.Context</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>To be added.</summary>
        <returns>To be added.</returns>
        <remarks>To be added.</remarks>
        <since version="Gtk# 3.0" />
      </Docs>
    </Member>
    <Member MemberName="Families">
      <MemberSignature Language="C#" Value="public Pango.FontFamily[] Families { get; }" />
      <MemberSignature Language="ILAsm" Value=".property instance class Pango.FontFamily[] Families" />
      <MemberType>Property</MemberType>
      <ReturnValue>
        <ReturnType>Pango.FontFamily[]</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>List all families for a fontmap.</summary>
        <value>a <see cref="T:Pango.FontFamily[]" /></value>
        <remarks>
        </remarks>
      </Docs>
    </Member>
    <Member MemberName="GType">
      <MemberSignature Language="C#" Value="public static GLib.GType GType { get; }" />
      <MemberSignature Language="ILAsm" Value=".property valuetype GLib.GType GType" />
      <MemberType>Property</MemberType>
      <ReturnValue>
        <ReturnType>GLib.GType</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>GType Property.</summary>
        <value>a <see cref="T:GLib.GType" /></value>
        <remarks>Returns the native <see cref="T:GLib.GType" /> value for <see cref="T:Pango.FontMap" />.</remarks>
      </Docs>
    </Member>
    <Member MemberName="ListFamilies">
      <MemberSignature Language="C#" Value="public int ListFamilies (Pango.FontFamily families);" />
      <MemberSignature Language="ILAsm" Value=".method public hidebysig instance int32 ListFamilies(class Pango.FontFamily families) cil managed" />
      <MemberType>Method</MemberType>
      <Attributes>
        <Attribute>
          <AttributeName>System.Obsolete</AttributeName>
        </Attribute>
      </Attributes>
      <ReturnValue>
        <ReturnType>System.Int32</ReturnType>
      </ReturnValue>
      <Parameters>
        <Parameter Name="families" Type="Pango.FontFamily" />
      </Parameters>
      <Docs>
        <param name="families">a <see cref="T:Pango.FontFamily" /></param>
        <summary>List all families for a fontmap.</summary>
        <returns>a <see cref="T:System.Int32" /></returns>
        <remarks />
      </Docs>
    </Member>
    <Member MemberName="LoadFont">
      <MemberSignature Language="C#" Value="public Pango.Font LoadFont (Pango.Context context, Pango.FontDescription desc);" />
      <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class Pango.Font LoadFont(class Pango.Context context, class Pango.FontDescription desc) cil managed" />
      <MemberType>Method</MemberType>
      <ReturnValue>
        <ReturnType>Pango.Font</ReturnType>
      </ReturnValue>
      <Parameters>
        <Parameter Name="context" Type="Pango.Context" />
        <Parameter Name="desc" Type="Pango.FontDescription" />
      </Parameters>
      <Docs>
        <param name="context">a <see cref="T:Pango.Context" /> the font will be used with</param>
        <param name="desc">a <see cref="T:Pango.FontDescription" /> describing the font to load</param>
        <summary>Load the font in the fontmap that is the closest match for <paramref name="desc" />.</summary>
        <returns>the font loaded, or <see langword="null" /> if no font matched.</returns>
        <remarks />
      </Docs>
    </Member>
    <Member MemberName="LoadFontset">
      <MemberSignature Language="C#" Value="public Pango.Fontset LoadFontset (Pango.Context context, Pango.FontDescription desc, Pango.Language language);" />
      <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class Pango.Fontset LoadFontset(class Pango.Context context, class Pango.FontDescription desc, class Pango.Language language) cil managed" />
      <MemberType>Method</MemberType>
      <ReturnValue>
        <ReturnType>Pango.Fontset</ReturnType>
      </ReturnValue>
      <Parameters>
        <Parameter Name="context" Type="Pango.Context" />
        <Parameter Name="desc" Type="Pango.FontDescription" />
        <Parameter Name="language" Type="Pango.Language" />
      </Parameters>
      <Docs>
        <param name="context">a <see cref="T:Pango.Context" /> the font will be used with</param>
        <param name="desc">a <see cref="T:Pango.FontDescription" /> describing the font to load </param>
        <param name="language">a <see cref="T:Pango.Language" /> the fonts will be used for</param>
        <summary>Load a set of fonts in the fontmap that can be used to render a font matching <paramref name="desc" />.</summary>
        <returns>the fontset, or <see langword="null" /> if no font matched.</returns>
        <remarks />
      </Docs>
    </Member>
  </Members>
</Type>