JuliaGraphics / FreeTypeAbstraction.jl

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

Make broadcasting over FTFont easier #43

Closed asinghvi17 closed 4 years ago

asinghvi17 commented 4 years ago

With this PR, FTFont is treated as a Ref when broadcasting. This makes broadcasting in the "one or vector" case significantly easier.

codecov[bot] commented 4 years ago

Codecov Report

Merging #43 into master will decrease coverage by 0.42%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   88.29%   87.86%   -0.43%     
==========================================
  Files           5        5              
  Lines         205      206       +1     
==========================================
  Hits          181      181              
- Misses         24       25       +1     
Impacted Files Coverage Δ
src/types.jl 81.42% <0.00%> (-1.19%) :arrow_down:

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 03616e7...f2e3f03. Read the comment docs.