Skip to content

Commit 6f6e88a

Browse files
committed
Add underline explanation to docs
1 parent 6dff83b commit 6f6e88a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mudbrick.ex

+1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ defmodule Mudbrick do
225225
- `:font` - Name of a font previously registered with `new/1`. Overrides the top-level option.
226226
- `:font_size` - Size in points. Overrides the top-level option.
227227
- `:leading` - The number of points to move down the page on the following linebreak. Overrides the top-level option.
228+
- `:underline` - A list of options: `:width` in points, `:colour` as an `{r, g, b}` struct.
228229
229230
## Examples
230231

0 commit comments

Comments
 (0)