From af24f029add54947c650aedb612d51820cdcf700 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sun, 24 Mar 2024 15:15:58 +0200 Subject: [PATCH] Update rendering.jl Fix docstring typo --- src/rendering.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rendering.jl b/src/rendering.jl index 4d1855c..98d2dd8 100644 --- a/src/rendering.jl +++ b/src/rendering.jl @@ -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)