Skip to content

Commit

Permalink
Update text.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch authored Jan 12, 2024
1 parent 1ffc3a0 commit 3a76577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/basic_recipes/text.jl
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ function apply_lineheight!(lines, lh)
for j in eachindex(line)
l = line[j]
ox, oy = l.origin
# TODO: Lineheight
l = GlyphInfo(l; origin=Point2f(ox, oy - (i - 1) * 20))
line[j] = l
end
Expand Down

0 comments on commit 3a76577

Please sign in to comment.