JuliaGraphics / FreeTypeAbstraction.jl

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

Replace Vec2f0 with Vec2f, FRect2D with Rect2f, etc. #60

Closed knuesel closed 3 years ago

knuesel commented 3 years ago

Switch to new GeometryBasics type names from JuliaGeometry/GeometryBasics.jl#97.

knuesel commented 3 years ago

@SimonDanisch this should be ready for merge now (a release will be required before we can merge the refactoring in MathTeXEngine and Makie).

codecov[bot] commented 3 years ago

Codecov Report

Merging #60 (b0fc2ce) into master (ae4a8f6) will not change coverage. The diff coverage is 75.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   74.90%   74.90%           
=======================================
  Files           6        6           
  Lines         275      275           
=======================================
  Hits          206      206           
  Misses         69       69           
Impacted Files Coverage Δ
src/layout.jl 48.78% <75.00%> (ø)
src/types.jl 65.59% <75.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 ae4a8f6...b0fc2ce. Read the comment docs.