Skip to content

Commit

Permalink
Add underline explanation to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
camelpunch committed Nov 17, 2024
1 parent 6dff83b commit 6f6e88a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mudbrick.ex
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ defmodule Mudbrick do
- `:font` - Name of a font previously registered with `new/1`. Overrides the top-level option.
- `:font_size` - Size in points. Overrides the top-level option.
- `:leading` - The number of points to move down the page on the following linebreak. Overrides the top-level option.
- `:underline` - A list of options: `:width` in points, `:colour` as an `{r, g, b}` struct.
## Examples
Expand Down

0 comments on commit 6f6e88a

Please sign in to comment.