Skip to content

Commit 228d75f

Browse files
committed
README.md cleanup
1 parent ff8823c commit 228d75f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
## About
66

77
**PdfSharpCore** is a partial port of [PdfSharp.Xamarin](https://github.com/roceh/PdfSharp.Xamarin/) for .NET Standard.
8-
Additionally MigraDoc has been ported as well (from version 1.32).
9-
Images have been implemented with [ImageSharp](https://github.com/JimBobSquarePants/ImageSharp/), which is still in Alpha. They State on their readme that it is still in Alpha status and shouldn't be used in productive environments. Since I didn't find any good alternatives it's still used.
8+
Additionally MigraDoc has been ported as well (from version 1.32).<br />
109

11-
ImageSharp being Alpha isn't a big issue either since this code isn't by far done yet. So please chime in ;)
10+
Support for images has been implemented with [ImageSharp](https://github.com/SixLabors/ImageSharp).
1211

1312
## Example project
1413

@@ -18,15 +17,15 @@ An example project is not included in this repository, but exists in the reposit
1817

1918
### Font resolving
2019

21-
There's a default font-resolver in [FontResolver.cs](https://github.com/ststeiger/PdfSharpCore/blob/master/PdfSharpCore/Utils/FontResolver.cs).<br />
20+
There's a default font-resolver in [`FontResolver.cs`](https://github.com/ststeiger/PdfSharpCore/blob/master/PdfSharpCore/Utils/FontResolver.cs).<br />
2221
It should work on Windows, Linux, OSX and Azure. <br />
2322
Some limitations apply. <br />
2423
See open issues.
2524

2625
## Usage
2726

2827
```csharp
29-
//See the "Example" Project for a MigraDoc example
28+
// See the "Example" Project for a MigraDoc example
3029
static void Main(string[] args)
3130
{
3231
GlobalFontSettings.FontResolver = new FontResolver();

0 commit comments

Comments
 (0)