SixLabors / ImageSharp.Drawing

:pen: Extensions to ImageSharp containing a cross-platform 2D polygon manipulation API and drawing operations.
https://sixlabors.com/products/imagesharp-drawing/
Other
285 stars 39 forks source link

Add wordbreaking support #167

Closed JimBobSquarePants closed 3 years ago

JimBobSquarePants commented 3 years ago

Prerequisites

Description

Bumps the underlying fonts version so we can use the new word breaking options.

codecov[bot] commented 3 years ago

Codecov Report

Merging #167 (a8ba093) into master (22c2a27) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #167      +/-   ##
==========================================
+ Coverage   70.02%   70.03%   +0.01%     
==========================================
  Files          89       89              
  Lines        5207     5209       +2     
  Branches     1062     1062              
==========================================
+ Hits         3646     3648       +2     
  Misses       1347     1347              
  Partials      214      214              
Flag Coverage Δ
unittests 70.03% <100.00%> (+0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ssing/Processors/Text/DrawTextProcessor{TPixel}.cs 96.26% <100.00%> (+0.01%) :arrow_up:
src/ImageSharp.Drawing/Processing/TextOptions.cs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 22c2a27...a8ba093. Read the comment docs.