unidoc / unipdf

Golang PDF library for creating and processing PDF files (pure go)
https://unidoc.io
Other
2.5k stars 249 forks source link

Add configurable font fallback options for form fields #368

Closed adrg closed 4 years ago

adrg commented 4 years ago

This change is Reviewable

codecov[bot] commented 4 years ago

Codecov Report

Merging #368 into development will decrease coverage by 3.80%. The diff coverage is 0.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #368      +/-   ##
===============================================
- Coverage        56.51%   52.71%   -3.81%     
===============================================
  Files              236      236              
  Lines            45825    45786      -39     
===============================================
- Hits             25899    24137    -1762     
- Misses           16588    18540    +1952     
+ Partials          3338     3109     -229     
Impacted Files Coverage Δ
annotator/field_appearance.go 11.24% <0.00%> (-38.83%) :arrow_down:
internal/jbig2/globals.go 0.00% <0.00%> (-100.00%) :arrow_down:
internal/e2etest/memory_measure.go 0.00% <0.00%> (-100.00%) :arrow_down:
internal/jbig2/decode.go 0.00% <0.00%> (-70.00%) :arrow_down:
internal/e2etest/validate.go 0.00% <0.00%> (-70.00%) :arrow_down:
model/flatten.go 0.00% <0.00%> (-64.23%) :arrow_down:
internal/e2etest/utils.go 0.00% <0.00%> (-60.00%) :arrow_down:
contentstream/processor.go 16.91% <0.00%> (-34.14%) :arrow_down:
internal/jbig2/decoder/decoder.go 0.00% <0.00%> (-26.93%) :arrow_down:
... and 47 more

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 5777ee1...a213051. Read the comment docs.