Skip to content

Commit 6cf1350

Browse files
committed
Re-generate the docs
1 parent 1b6a018 commit 6cf1350

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+3130
-0
lines changed

.openpublishing.publish.config.json

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"skiasharp-harfbuzz-1.68",
1818
"skiasharp-harfbuzz-2.80",
1919
"skiasharp-harfbuzz-2.88",
20+
"skiasharp-skottie-2.88",
2021
"skiasharp-views-1.60",
2122
"skiasharp-views-1.68",
2223
"skiasharp-views-2.80",

SkiaSharpAPI/FrameworksIndex/skiasharp-harfbuzz-2.88.xml

+2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@
2828
<Type Name="SkiaSharp.HarfBuzz.SKShaper/Result" Id="T:SkiaSharp.HarfBuzz.SKShaper.Result">
2929
<Member Id="M:SkiaSharp.HarfBuzz.SKShaper.Result.#ctor" />
3030
<Member Id="M:SkiaSharp.HarfBuzz.SKShaper.Result.#ctor(System.UInt32[],System.UInt32[],SkiaSharp.SKPoint[])" />
31+
<Member Id="M:SkiaSharp.HarfBuzz.SKShaper.Result.#ctor(System.UInt32[],System.UInt32[],SkiaSharp.SKPoint[],System.Single)" />
3132
<Member Id="P:SkiaSharp.HarfBuzz.SKShaper.Result.Clusters" />
3233
<Member Id="P:SkiaSharp.HarfBuzz.SKShaper.Result.Codepoints" />
3334
<Member Id="P:SkiaSharp.HarfBuzz.SKShaper.Result.Points" />
35+
<Member Id="P:SkiaSharp.HarfBuzz.SKShaper.Result.Width" />
3436
</Type>
3537
</Namespace>
3638
</Framework>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<Framework Name="skiasharp-skottie-2.88">
2+
<Assemblies>
3+
<Assembly Name="SkiaSharp.SceneGraph" Version="2.88.0.0" />
4+
<Assembly Name="SkiaSharp.Skottie" Version="2.88.0.0" />
5+
</Assemblies>
6+
<Namespace Name="SkiaSharp.SceneGraph">
7+
<Type Name="SkiaSharp.SceneGraph.InvalidationController" Id="T:SkiaSharp.SceneGraph.InvalidationController">
8+
<Member Id="M:SkiaSharp.SceneGraph.InvalidationController.#ctor" />
9+
<Member Id="M:SkiaSharp.SceneGraph.InvalidationController.Begin" />
10+
<Member Id="M:SkiaSharp.SceneGraph.InvalidationController.DisposeNative" />
11+
<Member Id="M:SkiaSharp.SceneGraph.InvalidationController.End" />
12+
<Member Id="M:SkiaSharp.SceneGraph.InvalidationController.Invalidate(SkiaSharp.SKRect,SkiaSharp.SKMatrix)" />
13+
<Member Id="M:SkiaSharp.SceneGraph.InvalidationController.Reset" />
14+
<Member Id="P:SkiaSharp.SceneGraph.InvalidationController.Bounds" />
15+
</Type>
16+
</Namespace>
17+
<Namespace Name="SkiaSharp.Skottie">
18+
<Type Name="SkiaSharp.Skottie.Animation" Id="T:SkiaSharp.Skottie.Animation">
19+
<Member Id="M:SkiaSharp.Skottie.Animation.Create(SkiaSharp.SKData)" />
20+
<Member Id="M:SkiaSharp.Skottie.Animation.Create(SkiaSharp.SKStream)" />
21+
<Member Id="M:SkiaSharp.Skottie.Animation.Create(System.IO.Stream)" />
22+
<Member Id="M:SkiaSharp.Skottie.Animation.Create(System.String)" />
23+
<Member Id="M:SkiaSharp.Skottie.Animation.DisposeNative" />
24+
<Member Id="M:SkiaSharp.Skottie.Animation.Parse(System.String)" />
25+
<Member Id="M:SkiaSharp.Skottie.Animation.Render(SkiaSharp.SKCanvas,SkiaSharp.SKRect)" />
26+
<Member Id="M:SkiaSharp.Skottie.Animation.Render(SkiaSharp.SKCanvas,SkiaSharp.SKRect,SkiaSharp.Skottie.AnimationRenderFlags)" />
27+
<Member Id="M:SkiaSharp.Skottie.Animation.Seek(System.Double,SkiaSharp.SceneGraph.InvalidationController)" />
28+
<Member Id="M:SkiaSharp.Skottie.Animation.SeekFrame(System.Double,SkiaSharp.SceneGraph.InvalidationController)" />
29+
<Member Id="M:SkiaSharp.Skottie.Animation.SeekFrameTime(System.Double,SkiaSharp.SceneGraph.InvalidationController)" />
30+
<Member Id="M:SkiaSharp.Skottie.Animation.SeekFrameTime(System.TimeSpan,SkiaSharp.SceneGraph.InvalidationController)" />
31+
<Member Id="M:SkiaSharp.Skottie.Animation.TryCreate(SkiaSharp.SKData,SkiaSharp.Skottie.Animation@)" />
32+
<Member Id="M:SkiaSharp.Skottie.Animation.TryCreate(SkiaSharp.SKStream,SkiaSharp.Skottie.Animation@)" />
33+
<Member Id="M:SkiaSharp.Skottie.Animation.TryCreate(System.IO.Stream,SkiaSharp.Skottie.Animation@)" />
34+
<Member Id="M:SkiaSharp.Skottie.Animation.TryCreate(System.String,SkiaSharp.Skottie.Animation@)" />
35+
<Member Id="M:SkiaSharp.Skottie.Animation.TryParse(System.String,SkiaSharp.Skottie.Animation@)" />
36+
<Member Id="P:SkiaSharp.Skottie.Animation.Duration" />
37+
<Member Id="P:SkiaSharp.Skottie.Animation.Fps" />
38+
<Member Id="P:SkiaSharp.Skottie.Animation.InPoint" />
39+
<Member Id="P:SkiaSharp.Skottie.Animation.OutPoint" />
40+
<Member Id="P:SkiaSharp.Skottie.Animation.Size" />
41+
<Member Id="P:SkiaSharp.Skottie.Animation.Version" />
42+
</Type>
43+
<Type Name="SkiaSharp.Skottie.AnimationRenderFlags" Id="T:SkiaSharp.Skottie.AnimationRenderFlags">
44+
<Member Id="F:SkiaSharp.Skottie.AnimationRenderFlags.DisableTopLevelClipping" />
45+
<Member Id="F:SkiaSharp.Skottie.AnimationRenderFlags.SkipTopLevelIsolation" />
46+
</Type>
47+
</Namespace>
48+
</Framework>

SkiaSharpAPI/HarfBuzzSharp/Feature.xml

+35
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@
9292
<AssemblyName>HarfBuzzSharp</AssemblyName>
9393
<AssemblyVersion>1.0.0.0</AssemblyVersion>
9494
</AssemblyInfo>
95+
<Attributes>
96+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
97+
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
98+
</Attribute>
99+
</Attributes>
95100
<ReturnValue>
96101
<ReturnType>System.UInt32</ReturnType>
97102
</ReturnValue>
@@ -113,6 +118,11 @@
113118
<AssemblyName>HarfBuzzSharp</AssemblyName>
114119
<AssemblyVersion>1.0.0.0</AssemblyVersion>
115120
</AssemblyInfo>
121+
<Attributes>
122+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
123+
<AttributeName Language="C#">[System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
124+
</Attribute>
125+
</Attributes>
116126
<ReturnValue>
117127
<ReturnType>System.Boolean</ReturnType>
118128
</ReturnValue>
@@ -135,6 +145,11 @@
135145
<AssemblyName>HarfBuzzSharp</AssemblyName>
136146
<AssemblyVersion>1.0.0.0</AssemblyVersion>
137147
</AssemblyInfo>
148+
<Attributes>
149+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
150+
<AttributeName Language="C#">[System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
151+
</Attribute>
152+
</Attributes>
138153
<ReturnValue>
139154
<ReturnType>System.Boolean</ReturnType>
140155
</ReturnValue>
@@ -157,6 +172,11 @@
157172
<AssemblyName>HarfBuzzSharp</AssemblyName>
158173
<AssemblyVersion>1.0.0.0</AssemblyVersion>
159174
</AssemblyInfo>
175+
<Attributes>
176+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
177+
<AttributeName Language="C#">[System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
178+
</Attribute>
179+
</Attributes>
160180
<ReturnValue>
161181
<ReturnType>System.Int32</ReturnType>
162182
</ReturnValue>
@@ -246,6 +266,11 @@
246266
<AssemblyName>HarfBuzzSharp</AssemblyName>
247267
<AssemblyVersion>1.0.0.0</AssemblyVersion>
248268
</AssemblyInfo>
269+
<Attributes>
270+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
271+
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
272+
</Attribute>
273+
</Attributes>
249274
<ReturnValue>
250275
<ReturnType>System.UInt32</ReturnType>
251276
</ReturnValue>
@@ -266,6 +291,11 @@
266291
<AssemblyName>HarfBuzzSharp</AssemblyName>
267292
<AssemblyVersion>1.0.0.0</AssemblyVersion>
268293
</AssemblyInfo>
294+
<Attributes>
295+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
296+
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
297+
</Attribute>
298+
</Attributes>
269299
<ReturnValue>
270300
<ReturnType FrameworkAlternate="harfbuzzsharp-1.4">System.UInt32</ReturnType>
271301
<ReturnType FrameworkAlternate="harfbuzzsharp-2.6;harfbuzzsharp-2.8">HarfBuzzSharp.Tag</ReturnType>
@@ -328,6 +358,11 @@
328358
<AssemblyName>HarfBuzzSharp</AssemblyName>
329359
<AssemblyVersion>1.0.0.0</AssemblyVersion>
330360
</AssemblyInfo>
361+
<Attributes>
362+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
363+
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
364+
</Attribute>
365+
</Attributes>
331366
<ReturnValue>
332367
<ReturnType>System.UInt32</ReturnType>
333368
</ReturnValue>

SkiaSharpAPI/HarfBuzzSharp/FontExtents.xml

+30
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
<AssemblyName>HarfBuzzSharp</AssemblyName>
2929
<AssemblyVersion>1.0.0.0</AssemblyVersion>
3030
</AssemblyInfo>
31+
<Attributes>
32+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
33+
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
34+
</Attribute>
35+
</Attributes>
3136
<ReturnValue>
3237
<ReturnType>System.Int32</ReturnType>
3338
</ReturnValue>
@@ -46,6 +51,11 @@
4651
<AssemblyName>HarfBuzzSharp</AssemblyName>
4752
<AssemblyVersion>1.0.0.0</AssemblyVersion>
4853
</AssemblyInfo>
54+
<Attributes>
55+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
56+
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
57+
</Attribute>
58+
</Attributes>
4959
<ReturnValue>
5060
<ReturnType>System.Int32</ReturnType>
5161
</ReturnValue>
@@ -67,6 +77,11 @@
6777
<AssemblyName>HarfBuzzSharp</AssemblyName>
6878
<AssemblyVersion>1.0.0.0</AssemblyVersion>
6979
</AssemblyInfo>
80+
<Attributes>
81+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
82+
<AttributeName Language="C#">[System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
83+
</Attribute>
84+
</Attributes>
7085
<ReturnValue>
7186
<ReturnType>System.Boolean</ReturnType>
7287
</ReturnValue>
@@ -89,6 +104,11 @@
89104
<AssemblyName>HarfBuzzSharp</AssemblyName>
90105
<AssemblyVersion>1.0.0.0</AssemblyVersion>
91106
</AssemblyInfo>
107+
<Attributes>
108+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
109+
<AttributeName Language="C#">[System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
110+
</Attribute>
111+
</Attributes>
92112
<ReturnValue>
93113
<ReturnType>System.Boolean</ReturnType>
94114
</ReturnValue>
@@ -111,6 +131,11 @@
111131
<AssemblyName>HarfBuzzSharp</AssemblyName>
112132
<AssemblyVersion>1.0.0.0</AssemblyVersion>
113133
</AssemblyInfo>
134+
<Attributes>
135+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
136+
<AttributeName Language="C#">[System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
137+
</Attribute>
138+
</Attributes>
114139
<ReturnValue>
115140
<ReturnType>System.Int32</ReturnType>
116141
</ReturnValue>
@@ -130,6 +155,11 @@
130155
<AssemblyName>HarfBuzzSharp</AssemblyName>
131156
<AssemblyVersion>1.0.0.0</AssemblyVersion>
132157
</AssemblyInfo>
158+
<Attributes>
159+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
160+
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
161+
</Attribute>
162+
</Attributes>
133163
<ReturnValue>
134164
<ReturnType>System.Int32</ReturnType>
135165
</ReturnValue>

SkiaSharpAPI/HarfBuzzSharp/GlyphExtents.xml

+35
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
<AssemblyName>HarfBuzzSharp</AssemblyName>
3232
<AssemblyVersion>1.0.0.0</AssemblyVersion>
3333
</AssemblyInfo>
34+
<Attributes>
35+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
36+
<AttributeName Language="C#">[System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
37+
</Attribute>
38+
</Attributes>
3439
<ReturnValue>
3540
<ReturnType>System.Boolean</ReturnType>
3641
</ReturnValue>
@@ -53,6 +58,11 @@
5358
<AssemblyName>HarfBuzzSharp</AssemblyName>
5459
<AssemblyVersion>1.0.0.0</AssemblyVersion>
5560
</AssemblyInfo>
61+
<Attributes>
62+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
63+
<AttributeName Language="C#">[System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
64+
</Attribute>
65+
</Attributes>
5666
<ReturnValue>
5767
<ReturnType>System.Boolean</ReturnType>
5868
</ReturnValue>
@@ -75,6 +85,11 @@
7585
<AssemblyName>HarfBuzzSharp</AssemblyName>
7686
<AssemblyVersion>1.0.0.0</AssemblyVersion>
7787
</AssemblyInfo>
88+
<Attributes>
89+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
90+
<AttributeName Language="C#">[System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
91+
</Attribute>
92+
</Attributes>
7893
<ReturnValue>
7994
<ReturnType>System.Int32</ReturnType>
8095
</ReturnValue>
@@ -94,6 +109,11 @@
94109
<AssemblyName>HarfBuzzSharp</AssemblyName>
95110
<AssemblyVersion>1.0.0.0</AssemblyVersion>
96111
</AssemblyInfo>
112+
<Attributes>
113+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
114+
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
115+
</Attribute>
116+
</Attributes>
97117
<ReturnValue>
98118
<ReturnType>System.Int32</ReturnType>
99119
</ReturnValue>
@@ -160,6 +180,11 @@
160180
<AssemblyName>HarfBuzzSharp</AssemblyName>
161181
<AssemblyVersion>1.0.0.0</AssemblyVersion>
162182
</AssemblyInfo>
183+
<Attributes>
184+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
185+
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
186+
</Attribute>
187+
</Attributes>
163188
<ReturnValue>
164189
<ReturnType>System.Int32</ReturnType>
165190
</ReturnValue>
@@ -178,6 +203,11 @@
178203
<AssemblyName>HarfBuzzSharp</AssemblyName>
179204
<AssemblyVersion>1.0.0.0</AssemblyVersion>
180205
</AssemblyInfo>
206+
<Attributes>
207+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
208+
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
209+
</Attribute>
210+
</Attributes>
181211
<ReturnValue>
182212
<ReturnType>System.Int32</ReturnType>
183213
</ReturnValue>
@@ -196,6 +226,11 @@
196226
<AssemblyName>HarfBuzzSharp</AssemblyName>
197227
<AssemblyVersion>1.0.0.0</AssemblyVersion>
198228
</AssemblyInfo>
229+
<Attributes>
230+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
231+
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
232+
</Attribute>
233+
</Attributes>
199234
<ReturnValue>
200235
<ReturnType>System.Int32</ReturnType>
201236
</ReturnValue>

SkiaSharpAPI/HarfBuzzSharp/GlyphInfo.xml

+30
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
<AssemblyName>HarfBuzzSharp</AssemblyName>
3131
<AssemblyVersion>1.0.0.0</AssemblyVersion>
3232
</AssemblyInfo>
33+
<Attributes>
34+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
35+
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
36+
</Attribute>
37+
</Attributes>
3338
<ReturnValue>
3439
<ReturnType>System.UInt32</ReturnType>
3540
</ReturnValue>
@@ -48,6 +53,11 @@
4853
<AssemblyName>HarfBuzzSharp</AssemblyName>
4954
<AssemblyVersion>1.0.0.0</AssemblyVersion>
5055
</AssemblyInfo>
56+
<Attributes>
57+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
58+
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
59+
</Attribute>
60+
</Attributes>
5161
<ReturnValue>
5262
<ReturnType>System.UInt32</ReturnType>
5363
</ReturnValue>
@@ -69,6 +79,11 @@
6979
<AssemblyName>HarfBuzzSharp</AssemblyName>
7080
<AssemblyVersion>1.0.0.0</AssemblyVersion>
7181
</AssemblyInfo>
82+
<Attributes>
83+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
84+
<AttributeName Language="C#">[System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
85+
</Attribute>
86+
</Attributes>
7287
<ReturnValue>
7388
<ReturnType>System.Boolean</ReturnType>
7489
</ReturnValue>
@@ -91,6 +106,11 @@
91106
<AssemblyName>HarfBuzzSharp</AssemblyName>
92107
<AssemblyVersion>1.0.0.0</AssemblyVersion>
93108
</AssemblyInfo>
109+
<Attributes>
110+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
111+
<AttributeName Language="C#">[System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
112+
</Attribute>
113+
</Attributes>
94114
<ReturnValue>
95115
<ReturnType>System.Boolean</ReturnType>
96116
</ReturnValue>
@@ -113,6 +133,11 @@
113133
<AssemblyName>HarfBuzzSharp</AssemblyName>
114134
<AssemblyVersion>1.0.0.0</AssemblyVersion>
115135
</AssemblyInfo>
136+
<Attributes>
137+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
138+
<AttributeName Language="C#">[System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
139+
</Attribute>
140+
</Attributes>
116141
<ReturnValue>
117142
<ReturnType>System.Int32</ReturnType>
118143
</ReturnValue>
@@ -150,6 +175,11 @@
150175
<AssemblyName>HarfBuzzSharp</AssemblyName>
151176
<AssemblyVersion>1.0.0.0</AssemblyVersion>
152177
</AssemblyInfo>
178+
<Attributes>
179+
<Attribute FrameworkAlternate="harfbuzzsharp-2.8">
180+
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.IsReadOnly]</AttributeName>
181+
</Attribute>
182+
</Attributes>
153183
<ReturnValue>
154184
<ReturnType>System.UInt32</ReturnType>
155185
</ReturnValue>

0 commit comments

Comments
 (0)