-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathFeature.xml
More file actions
372 lines (372 loc) · 17.5 KB
/
Copy pathFeature.xml
File metadata and controls
372 lines (372 loc) · 17.5 KB
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
<Type Name="Feature" FullName="HarfBuzzSharp.Feature">
<TypeSignature Language="C#" Value="public struct Feature : IEquatable<HarfBuzzSharp.Feature>" />
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit Feature extends System.ValueType implements class System.IEquatable`1<valuetype HarfBuzzSharp.Feature>" />
<TypeSignature Language="DocId" Value="T:HarfBuzzSharp.Feature" />
<AssemblyInfo>
<AssemblyName>HarfBuzzSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.ValueType</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.IEquatable<HarfBuzzSharp.Feature></InterfaceName>
</Interface>
</Interfaces>
<Docs>
<summary>Various font features and variations.</summary>
<remarks />
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public Feature (HarfBuzzSharp.Tag tag);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype HarfBuzzSharp.Tag tag) cil managed" />
<MemberSignature Language="DocId" Value="M:HarfBuzzSharp.Feature.#ctor(HarfBuzzSharp.Tag)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>HarfBuzzSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="tag" Type="HarfBuzzSharp.Tag" />
</Parameters>
<Docs>
<param name="tag">The tag to use.</param>
<summary>Initializes a new instance of the <see cref="T:HarfBuzzSharp.Feature" /> struct with the specified tag.</summary>
<remarks />
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public Feature (HarfBuzzSharp.Tag tag, uint value);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype HarfBuzzSharp.Tag tag, unsigned int32 value) cil managed" />
<MemberSignature Language="DocId" Value="M:HarfBuzzSharp.Feature.#ctor(HarfBuzzSharp.Tag,System.UInt32)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>HarfBuzzSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="tag" Type="HarfBuzzSharp.Tag" />
<Parameter Name="value" Type="System.UInt32" />
</Parameters>
<Docs>
<param name="tag">The tag to use.</param>
<param name="value">The value to use.</param>
<summary>Initializes a new instance of the <see cref="T:HarfBuzzSharp.Feature" /> struct with the specified tag.</summary>
<remarks />
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public Feature (HarfBuzzSharp.Tag tag, uint value, uint start, uint end);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype HarfBuzzSharp.Tag tag, unsigned int32 value, unsigned int32 start, unsigned int32 end) cil managed" />
<MemberSignature Language="DocId" Value="M:HarfBuzzSharp.Feature.#ctor(HarfBuzzSharp.Tag,System.UInt32,System.UInt32,System.UInt32)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>HarfBuzzSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="tag" Type="HarfBuzzSharp.Tag" />
<Parameter Name="value" Type="System.UInt32" />
<Parameter Name="start" Type="System.UInt32" />
<Parameter Name="end" Type="System.UInt32" />
</Parameters>
<Docs>
<param name="tag">The tag to use.</param>
<param name="value">The value to use.</param>
<param name="start">The start value.</param>
<param name="end">The end value.</param>
<summary>Initializes a new instance of the <see cref="T:HarfBuzzSharp.Feature" /> struct with the specified tag.</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="End">
<MemberSignature Language="C#" Value="public uint End { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance unsigned int32 End" />
<MemberSignature Language="DocId" Value="P:HarfBuzzSharp.Feature.End" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>HarfBuzzSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.UInt32</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the end position of the feature application range.</summary>
<value>The end position of the feature application range.</value>
<remarks />
</Docs>
</Member>
<Member MemberName="Equals">
<MemberSignature Language="C#" Value="public readonly bool Equals (HarfBuzzSharp.Feature obj);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance bool Equals(valuetype HarfBuzzSharp.Feature obj) cil managed" />
<MemberSignature Language="DocId" Value="M:HarfBuzzSharp.Feature.Equals(HarfBuzzSharp.Feature)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.IEquatable`1.Equals(`0)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>HarfBuzzSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="obj" Type="HarfBuzzSharp.Feature" />
</Parameters>
<Docs>
<param name="obj">The <see cref="T:HarfBuzzSharp.Feature" /> to compare with.</param>
<summary>Determines whether the specified <see cref="T:HarfBuzzSharp.Feature" /> is equal to this instance.</summary>
<returns>Returns <see langword="true" /> if the specified <see cref="T:HarfBuzzSharp.Feature" /> is equal to this instance; otherwise, <see langword="false" />.</returns>
<remarks />
</Docs>
</Member>
<Member MemberName="Equals">
<MemberSignature Language="C#" Value="public override readonly bool Equals (object obj);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance bool Equals(object obj) cil managed" />
<MemberSignature Language="DocId" Value="M:HarfBuzzSharp.Feature.Equals(System.Object)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>HarfBuzzSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="obj" Type="System.Object" />
</Parameters>
<Docs>
<param name="obj">The object to compare with.</param>
<summary>Determines whether the specified object is equal to this instance.</summary>
<returns>Returns <see langword="true" /> if the specified object is equal to this instance; otherwise, <see langword="false" />.</returns>
<remarks />
</Docs>
</Member>
<Member MemberName="GetHashCode">
<MemberSignature Language="C#" Value="public override readonly int GetHashCode ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance int32 GetHashCode() cil managed" />
<MemberSignature Language="DocId" Value="M:HarfBuzzSharp.Feature.GetHashCode" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>HarfBuzzSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Returns the hash code for this instance.</summary>
<returns>A 32-bit signed integer hash code.</returns>
<remarks />
</Docs>
</Member>
<Member MemberName="op_Equality">
<MemberSignature Language="C#" Value="public static bool operator == (HarfBuzzSharp.Feature left, HarfBuzzSharp.Feature right);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname bool op_Equality(valuetype HarfBuzzSharp.Feature left, valuetype HarfBuzzSharp.Feature right) cil managed" />
<MemberSignature Language="DocId" Value="M:HarfBuzzSharp.Feature.op_Equality(HarfBuzzSharp.Feature,HarfBuzzSharp.Feature)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>HarfBuzzSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="left" Type="HarfBuzzSharp.Feature" />
<Parameter Name="right" Type="HarfBuzzSharp.Feature" />
</Parameters>
<Docs>
<param name="left">The first <see cref="T:HarfBuzzSharp.Feature" /> to compare.</param>
<param name="right">The second <see cref="T:HarfBuzzSharp.Feature" /> to compare.</param>
<summary>Determines whether two specified <see cref="T:HarfBuzzSharp.Feature" /> objects are equal.</summary>
<returns>Returns <see langword="true" /> if the two <see cref="T:HarfBuzzSharp.Feature" /> objects are equal; otherwise, <see langword="false" />.</returns>
<remarks />
</Docs>
</Member>
<Member MemberName="op_Inequality">
<MemberSignature Language="C#" Value="public static bool operator != (HarfBuzzSharp.Feature left, HarfBuzzSharp.Feature right);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname bool op_Inequality(valuetype HarfBuzzSharp.Feature left, valuetype HarfBuzzSharp.Feature right) cil managed" />
<MemberSignature Language="DocId" Value="M:HarfBuzzSharp.Feature.op_Inequality(HarfBuzzSharp.Feature,HarfBuzzSharp.Feature)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>HarfBuzzSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="left" Type="HarfBuzzSharp.Feature" />
<Parameter Name="right" Type="HarfBuzzSharp.Feature" />
</Parameters>
<Docs>
<param name="left">The first <see cref="T:HarfBuzzSharp.Feature" /> to compare.</param>
<param name="right">The second <see cref="T:HarfBuzzSharp.Feature" /> to compare.</param>
<summary>Determines whether two specified <see cref="T:HarfBuzzSharp.Feature" /> objects are not equal.</summary>
<returns>Returns <see langword="true" /> if the two <see cref="T:HarfBuzzSharp.Feature" /> objects are not equal; otherwise, <see langword="false" />.</returns>
<remarks />
</Docs>
</Member>
<Member MemberName="Parse">
<MemberSignature Language="C#" Value="public static HarfBuzzSharp.Feature Parse (string s);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype HarfBuzzSharp.Feature Parse(string s) cil managed" />
<MemberSignature Language="DocId" Value="M:HarfBuzzSharp.Feature.Parse(System.String)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>HarfBuzzSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>HarfBuzzSharp.Feature</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="s" Type="System.String" />
</Parameters>
<Docs>
<param name="s">The feature string to parse.</param>
<summary>Parses a feature string.</summary>
<returns>Returns the new feature.</returns>
<remarks />
</Docs>
</Member>
<Member MemberName="Start">
<MemberSignature Language="C#" Value="public uint Start { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance unsigned int32 Start" />
<MemberSignature Language="DocId" Value="P:HarfBuzzSharp.Feature.Start" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>HarfBuzzSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.UInt32</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the start position of the feature application range.</summary>
<value>The start position of the feature application range.</value>
<remarks />
</Docs>
</Member>
<Member MemberName="Tag">
<MemberSignature Language="C#" Value="public HarfBuzzSharp.Tag Tag { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype HarfBuzzSharp.Tag Tag" />
<MemberSignature Language="DocId" Value="P:HarfBuzzSharp.Feature.Tag" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>HarfBuzzSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>HarfBuzzSharp.Tag</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the tag identifying the feature.</summary>
<value>The tag identifying the feature.</value>
<remarks />
</Docs>
</Member>
<Member MemberName="ToString">
<MemberSignature Language="C#" Value="public override string ToString ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance string ToString() cil managed" />
<MemberSignature Language="DocId" Value="M:HarfBuzzSharp.Feature.ToString" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>HarfBuzzSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Returns the string representation of the feature.</summary>
<returns>Returns the string representation of the feature.</returns>
<remarks />
</Docs>
</Member>
<Member MemberName="TryParse">
<MemberSignature Language="C#" Value="public static bool TryParse (string s, out HarfBuzzSharp.Feature feature);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig bool TryParse(string s, [out] valuetype HarfBuzzSharp.Feature& feature) cil managed" />
<MemberSignature Language="DocId" Value="M:HarfBuzzSharp.Feature.TryParse(System.String,HarfBuzzSharp.Feature@)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>HarfBuzzSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="s" Type="System.String" />
<Parameter Name="feature" Type="HarfBuzzSharp.Feature" RefType="out" />
</Parameters>
<Docs>
<param name="s">The feature string to parse.</param>
<param name="feature">The feature.</param>
<summary>Tries to parse the feature string.</summary>
<returns>
<see langword="true" /> on success; otherwise, <see langword="false" />.</returns>
<remarks />
</Docs>
</Member>
<Member MemberName="Value">
<MemberSignature Language="C#" Value="public uint Value { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance unsigned int32 Value" />
<MemberSignature Language="DocId" Value="P:HarfBuzzSharp.Feature.Value" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>HarfBuzzSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.UInt32</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the value of the feature.</summary>
<value>The value of the feature.</value>
<remarks />
</Docs>
</Member>
</Members>
</Type>