Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
camelpunch committed Oct 29, 2024
1 parent e7648f3 commit 7903ab7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mudbrick.ex
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ defmodule Mudbrick do
- `:colour` - `{r, g, b}` tuple. Each element is a number between 0 and 1. Default: `{0, 0, 0}`.
- `: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.
## Examples
Expand Down

0 comments on commit 7903ab7

Please sign in to comment.