File tree Expand file tree Collapse file tree
tests/ImageSharp.Drawing.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public void FallbackFontRendering<TPixel>(TestImageProvider<TPixel> provider)
9090 VerticalAlignment = VerticalAlignment . Center ,
9191 TextAlignment = TextAlignment . Center ,
9292 FallbackFontFamilies = new [ ] { malgun } ,
93- KerningMode = KerningMode . Normal ,
93+ KerningMode = KerningMode . Standard ,
9494 Origin = new PointF ( img . Width / 2 , img . Height / 2 )
9595 } ;
9696
@@ -319,7 +319,7 @@ public void FontShapesAreRenderedCorrectly_WithLineSpacing<TPixel>(
319319
320320 TextDrawingOptions textOptions = new ( font )
321321 {
322- KerningMode = KerningMode . Normal ,
322+ KerningMode = KerningMode . Standard ,
323323 VerticalAlignment = VerticalAlignment . Top ,
324324 HorizontalAlignment = HorizontalAlignment . Left ,
325325 LineSpacing = lineSpacing ,
Original file line number Diff line number Diff line change 33
44using System . Numerics ;
55using SixLabors . Fonts ;
6+ using SixLabors . ImageSharp . Drawing . Processing ;
67using Xunit ;
78
89namespace SixLabors . ImageSharp . Drawing . Tests . Shapes
You can’t perform that action at this time.
0 commit comments