JuliaGraphics / FreeTypeAbstraction.jl

A Julian abstraction layer over FreeType.jl
Other
25 stars 20 forks source link

Support `Vector` of colors and chars #69

Closed t-bltg closed 2 years ago

t-bltg commented 2 years ago

Needed for https://github.com/JuliaPlots/UnicodePlots.jl/pull/239.

codecov[bot] commented 2 years ago

Codecov Report

Merging #69 (d140c77) into master (6f898ca) will increase coverage by 0.16%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
+ Coverage   75.58%   75.74%   +0.16%     
==========================================
  Files           6        6              
  Lines         299      301       +2     
==========================================
+ Hits          226      228       +2     
  Misses         73       73              
Impacted Files Coverage Δ
src/rendering.jl 93.33% <100.00%> (+0.18%) :arrow_up:

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 6f898ca...d140c77. Read the comment docs.

t-bltg commented 2 years ago

@SimonDanisch, would it be possible to review this PR, and merge / bump version if no objection ?

SimonDanisch commented 2 years ago

Yes, on it!

t-bltg commented 2 years ago

Awesome, thanks !