File tree
4 files changed
+4
-3
lines changed- articles/imagesharp
- ext
4 files changed
+4
-3
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
|
- README.md+2-3
- samples/DrawWithImageSharp/DrawWithImageSharp.csproj+1-1
- samples/DrawWithImageSharp/Program.cs+1-1
- src/SixLabors.Fonts/FileFontMetrics.cs+1-1
- src/SixLabors.Fonts/FontCollection.cs+11-11
- src/SixLabors.Fonts/FontMetrics.cs+1-1
- src/SixLabors.Fonts/SixLabors.Fonts.csproj+1-1
- src/SixLabors.Fonts/StreamFontMetrics.cs+1-1
- src/SixLabors.Fonts/SystemFontCollection.cs+1-1
- src/SixLabors.Fonts/SystemFonts.cs+1-1
- src/SixLabors.Fonts/Tables/AdvancedTypographic/AttachmentListTable.cs+1-1
- src/SixLabors.Fonts/Tables/AdvancedTypographic/ClassDefinitionTable.cs+23-1
- src/SixLabors.Fonts/Tables/AdvancedTypographic/GSub/LookupType5SubTable.cs+6-1
- src/SixLabors.Fonts/Tables/AdvancedTypographic/GlyphDefinitionTable.cs+4-6
- src/SixLabors.Fonts/Tables/AdvancedTypographic/MarkGlyphSetsTable.cs+1-1
- src/SixLabors.Fonts/Tables/AdvancedTypographic/Shapers/IndicShaper.cs+2-2
- src/UnicodeTrieGenerator/Generator.UniversalShapingEngine.cs+4-3
- tests/SixLabors.Fonts.Tests/FontLoaderTests.cs+12
- tests/SixLabors.Fonts.Tests/Fonts/BNazanin.ttf
- tests/SixLabors.Fonts.Tests/Fonts/THSarabun.ttf
- tests/SixLabors.Fonts.Tests/Issues/Issues_363.cs+18
- tests/SixLabors.Fonts.Tests/TestFonts.cs+4
Submodule ImageSharp updated 584 files
Submodule ImageSharp.Drawing updated 18 files
- src/ImageSharp.Drawing/Processing/GradientBrush.cs+33-7
- src/ImageSharp.Drawing/Processing/Processors/Text/DrawTextProcessor{TPixel}.cs+1-1
- src/ImageSharp.Drawing/Shapes/ArcLineSegment.cs+43-33
- src/ImageSharp.Drawing/Shapes/PolygonClipper/BoundsF.cs-3
- src/ImageSharp.Drawing/Shapes/PolygonClipper/PolygonOffsetter.cs+9-5
- tests/ImageSharp.Drawing.Tests/Drawing/DrawLinesTests.cs+34-8
- tests/ImageSharp.Drawing.Tests/Drawing/DrawPathTests.cs+39-8
- tests/ImageSharp.Drawing.Tests/Drawing/Text/DrawTextOnImageTests.cs+37-1
- tests/ImageSharp.Drawing.Tests/Shapes/PolygonClipper/ClipperTests.cs-9
- tests/Images/ReferenceOutput/Drawing/DrawLinesTests/DrawLinesInvalidPoints_Rgba32_T(1).png+3
- tests/Images/ReferenceOutput/Drawing/DrawLinesTests/DrawLinesInvalidPoints_Rgba32_T(1)_NoAntialias.png+3
- tests/Images/ReferenceOutput/Drawing/DrawLinesTests/DrawLinesInvalidPoints_Rgba32_T(5).png+3
- tests/Images/ReferenceOutput/Drawing/DrawLinesTests/DrawLinesInvalidPoints_Rgba32_T(5)_NoAntialias.png+3
- tests/Images/ReferenceOutput/Drawing/DrawPathTests/DrawCircleUsingAddArc_359.png+3
- tests/Images/ReferenceOutput/Drawing/DrawPathTests/DrawCircleUsingAddArc_360.png+3
- tests/Images/ReferenceOutput/Drawing/DrawPathTests/DrawCircleUsingArcTo_False.png+3
- tests/Images/ReferenceOutput/Drawing/DrawPathTests/DrawCircleUsingArcTo_True.png+3
- tests/Images/ReferenceOutput/Drawing/Text/DrawTextOnImageTests/CanRenderTextOutOfBoundsIssue301.png+3
0 commit comments