Skip to content

Commit

Permalink
Generate the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Jun 11, 2020
1 parent 4d4d561 commit 8791714
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions changelogs/SkiaSharp/2.80.0/SkiaSharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,12 @@ Obsoleted properties:
public bool IsVerticalText { get; set; }
```

Added property:

```csharp
public SKColorF ColorF { get; set; }
```

Obsoleted methods:

```diff
Expand Down Expand Up @@ -462,12 +468,20 @@ public float MeasureText (System.ReadOnlySpan<byte> text);
public float MeasureText (System.ReadOnlySpan<char> text);
public float MeasureText (System.ReadOnlySpan<byte> text, ref SKRect bounds);
public float MeasureText (System.ReadOnlySpan<char> text, ref SKRect bounds);
public void SetColor (SKColorF color, SKColorSpace colorspace);
public SKFont ToFont ();
```


#### Type Changed: SkiaSharp.SKPath

Added methods:

```csharp
public SKPath ToWinding ();
public bool ToWinding (SKPath result);
```

#### Type Changed: SkiaSharp.SKPath.Iterator

Obsoleted methods:
Expand Down

0 comments on commit 8791714

Please sign in to comment.