Skip to content

Commit

Permalink
Merge pull request #86 from ahojukka5/patch-1
Browse files Browse the repository at this point in the history
Update rendering.jl
  • Loading branch information
SimonDanisch authored Mar 26, 2024
2 parents 077003e + af24f02 commit d66f2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rendering.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Uses the conventions of freetype.org/freetype2/docs/glyphs/glyphs-3.html
* `gcolor`: background color; AbstractVector{T}, typemax(T) for T<:Integer, otherwise one(T)
* `bcolor`: canvas background color; set to `nothing` for transparent
* `halign`: :hleft, :hcenter, or :hright
* `valign`: :vtop, :vcenter, :vbaseline, or :vbttom
* `valign`: :vtop, :vcenter, :vbaseline, or :vbottom
* `bbox_glyph`: glyph bounding box color (debugging)
* `bbox`: bounding box color (debugging)
* `gstr`: background string or array of chars (for background sizing)
Expand Down

0 comments on commit d66f2aa

Please sign in to comment.